mehrdadn
ac39e23145
Get rid of build shell scripts and move them to Python ( #6082 )
2020-07-16 11:26:47 -05:00
mehrdadn
4afa2b304a
Clean up CI ASAN & .bazelrc ( #8828 )
2020-06-15 17:27:17 -07:00
mehrdadn
79a4eac48c
Make more tests run on Windows ( #8553 )
2020-05-26 18:43:34 -05:00
Siyuan (Ryans) Zhuang
83a819572b
Update the pickle5 revision to match the upstream candidate ( #8493 )
2020-05-21 18:21:37 -07:00
Eric Liang
bb8d3c5cd0
ASAN build for ray core tests ( #8431 )
2020-05-21 15:11:03 -07:00
mehrdadn
8da084bc54
Try to address linting issues ( #8485 )
2020-05-19 10:29:17 -05:00
Hao Chen
6c5ea32857
Fix installing pickle5-backport for Python 3.8.2 ( #8453 )
2020-05-18 17:03:13 -07:00
Hao Chen
212f78f735
Small improvements on build.sh ( #8418 )
2020-05-14 15:30:09 +08:00
mehrdadn
cd0037064c
Windows wheels for multiple Python versions ( #8369 )
...
* Upload wheels to latest directory as well on GitHub Actions
* Fix bug in install-dependencies.sh
* Move out bazel build //:* from install_ray, since it isn't really necessary for that purpose
* Build wheels for different versions of Python on Windows
* Compile Windows in opt mode
Co-authored-by: Mehrdad <noreply@github.com>
2020-05-12 22:06:04 -07:00
mehrdadn
4bdef78e2e
Various CI fixes and cleanup ( #8289 )
2020-05-05 10:47:49 -07:00
mehrdadn
254b1ec370
Set up testing and wheels for Windows on GitHub Actions ( #8131 )
...
* Move some Java tests into ci.sh
* Move C++ worker tests into ci.sh
* Define run()
* Prepare to move Python tests into ci.sh
* Fix issues in install-dependencies.sh
* Reload environment for GitHub Actions
* Move wheels to ci.sh and fix related issues
* Don't bypass failures in install-ray.sh anymore
* Make CI a little quieter
* Move linting into ci.sh
* Add vitals test right after build
* Fix os.uname() unavailability on Windows
Co-authored-by: Mehrdad <noreply@github.com>
2020-04-29 21:19:02 -07:00
mehrdadn
0a54407961
[CI] Factor out more Travis code and update GitHub Actions ( #8085 )
2020-04-21 09:53:08 -07:00
mehrdadn
ba00c29b67
Factor out Travis 'install' sections for use with GitHub Actions ( #7988 )
2020-04-15 08:10:22 -07:00
mehrdadn
65054a2c7c
Python 3.8 compatibility ( #7754 )
2020-04-01 10:03:23 -07:00
Simon Mo
b804d40c04
Stop vendoring pyarrow ( #7233 )
2020-02-19 19:01:26 -08:00
Simon Mo
7bef7031c2
Revert "Revert "Revert "Removing Pyarrow dependency ( #7146 )" ( #7209 ) ( #7214 )" ( #7232 )
2020-02-19 13:35:29 -08:00
Simon Mo
e8941b1b79
Revert "Revert "Removing Pyarrow dependency ( #7146 )" ( #7209 ) ( #7214 )
2020-02-19 10:08:52 -08:00
Eric Liang
0aa9373d62
Revert "Removing Pyarrow dependency ( #7146 )" ( #7209 )
...
This reverts commit 2116fd3bca
.
2020-02-18 14:12:06 -08:00
ijrsvt
2116fd3bca
Removing Pyarrow dependency ( #7146 )
2020-02-17 18:00:13 -08:00
Siyuan (Ryans) Zhuang
6745459f96
Apply cpython patch bpo-39492 for the reference counting issue in pickle5 ( #7177 )
...
* apply cpython patch bpo-39492 for the reference count issue
2020-02-15 21:16:13 -08:00
Eric Liang
58c94f6381
[core] Delete() should never remote objects from in-memory store ( #7117 )
2020-02-10 22:40:09 -08:00
Dean Wampler
c729378bd5
Check that the user's python version is supported ( #7003 )
2020-02-10 10:32:23 -08:00
ijrsvt
0826f95e1c
Including psutil & setproctitle ( #7031 )
2020-02-05 14:16:58 -08:00
Siyuan (Ryans) Zhuang
42cbf801e1
workaround for python3.5 fast numpy serialization ( #6675 )
2020-02-03 13:08:18 -08:00
chaokunyang
4097d076d4
Package ray java jars into wheels ( #6600 )
2020-01-10 11:41:00 +08:00
Philipp Moritz
decaa65cd6
Use pickle by default for serialization ( #5978 )
2019-11-10 18:12:18 -08:00
Philipp Moritz
ccbcc4bafa
Use GRCP and Bazel 1.0 ( #6002 )
2019-11-08 15:58:28 -08:00
Philipp Moritz
1c5446851a
Use Plasma with LRU refreshing integrated ( #6050 )
2019-11-03 16:19:05 -08:00
mehrdadn
e706cb63cc
Fix missing double quotes for spaces in paths ( #6026 )
2019-10-26 20:46:55 -07:00
Philipp Moritz
010270b3dc
Cleanup left over shell scripts in build process ( #6017 )
2019-10-26 15:46:46 -07:00
Eric Liang
4bf7de084d
Speed up TaskSpecification copy ( #5709 )
2019-09-15 19:57:34 -07:00
Eric Liang
e2e30ca507
Ray, Tune, and RLlib support for memory, object_store_memory options ( #5226 )
2019-08-21 23:01:10 -07:00
Simon Mo
1f8ae17f60
Silence some installation process for build from source ( #5396 )
2019-08-07 16:54:48 -07:00
Richard Liaw
9c00616cdc
Retry and exception for hang on memory store full ( #5143 )
2019-07-27 01:20:13 -07:00
Philipp Moritz
322b5166ad
Update arrow to include user defined status for plasma ( #5156 )
2019-07-12 22:51:14 -07:00
Philipp Moritz
4e82313891
Update to latest arrow ( #5011 )
2019-06-30 20:36:36 -07:00
Philipp Moritz
64eb7b322c
Upgrade arrow to latest master ( #4858 )
2019-05-28 16:04:16 -07:00
Robert Nishihara
af463e8bb1
Find bazel even if it isn't in the PATH. ( #4729 )
2019-05-01 21:29:48 -07:00
Hao Chen
be2cbdf130
[Bazel] Use rules_jvm_external to manage java dependencies ( #4615 )
2019-04-18 16:53:25 +08:00
Philipp Moritz
b0f6ddf6d1
Remove CMake files ( #4493 )
2019-04-02 22:17:33 -07:00
Philipp Moritz
1bcb0b94cc
Synchronize arrow version and put changes upstream ( #4385 )
2019-03-27 22:37:07 -07:00
Hao Chen
7a38f9be1c
Avoid redundant bazel build ( #4458 )
2019-03-23 10:44:11 +08:00
Ruifang Chen
59d74d5e92
[Java] Build Java code with Bazel ( #4284 )
2019-03-22 14:30:05 +08:00
Philipp Moritz
490d896f41
Make sure the right Python interpreter is used ( #4334 )
2019-03-12 12:21:55 -07:00
Philipp Moritz
dec7c3f8f5
[build] Add debug info to Bazel ( #4278 )
2019-03-07 15:21:13 -08:00
Philipp Moritz
180414710e
Make sure Bazel generated files get overwritten ( #4205 )
2019-03-02 13:38:37 -08:00
Philipp Moritz
4dc683d39e
Use latest arrow wheels ( #4182 )
2019-02-28 12:17:32 -08:00
Philipp Moritz
ba52caff37
Make Bazel the default build system ( #3898 )
2019-02-23 11:58:59 -08:00
Wang Qing
3a7fb182cc
Change the num of parallel jobs when building
2019-02-13 00:33:05 -08:00
Philipp Moritz
ce6e01b988
enable incremental builds ( #3292 )
2018-11-12 21:49:09 -05:00