Amog Kamsetty
544dff80fa
[Docker] Fix torch GPU install on Ray Docker images ( #15473 )
...
Co-authored-by: Ian Rodney <ian.rodney@gmail.com>
2021-04-26 16:22:25 -07:00
Simon Mo
57c0bd9912
[CI] Run Flaky tests in macOS ( #15487 )
2021-04-23 15:43:06 -07:00
Eric Liang
af01a47d59
Add support for tune,serve,rllib tests to flaky builder ( #15447 )
2021-04-22 15:03:29 -07:00
Eric Liang
a482034916
Flaky test builder for tests tagged "flaky" ( #15408 )
2021-04-20 00:19:07 -07:00
Simon Mo
57b6053cda
[Buildkite] Turn off Travis linux builds (except wheels) ( #15316 )
...
* [Buildkite] Turn off Travis linux builds (except wheels)
* naming
2021-04-14 20:37:37 -07:00
Yi Cheng
41d4d9fc94
Increase asan build timeout ( #14876 )
2021-03-23 17:11:35 -05:00
chaokunyang
c8ab3ca84f
fix install jdk8 on mac ( #14725 )
2021-03-22 14:57:45 +08:00
Ian Rodney
99861f5302
[JAR Build] Prevent MacOS Jar Builds from Timing Out ( #14738 )
2021-03-17 12:05:37 -07:00
architkulkarni
9b6d2ca345
[Core] Add runtime_env option to actor and task options, with conda_env ( #14430 )
2021-03-11 10:09:38 -06:00
Yi Cheng
ad8e35b919
[ray] Update cpp to std14 ( #14441 )
2021-03-10 14:05:52 -08:00
Ian Rodney
8cfaea5fc5
[Docker] Make Docker Build Python file easier to use! ( #14223 )
2021-02-26 15:23:02 -08:00
Ian Rodney
1a9a0024d5
[Wheel] Build Py36 & Py38 in separate deploy ( #13797 )
2021-01-29 12:28:40 -08:00
Ian Rodney
813a7ab0e2
[docker] Build Python3.6 & Python3.8 Docker Images ( #13548 )
2021-01-28 15:24:50 -08:00
Amog Kamsetty
01d74af89d
[horovod] Horovod+Ray Pytorch Lightning Accelerator ( #13458 )
2021-01-22 16:30:10 -08:00
Stephanie Wang
0998d69968
[core] Admission control for pulling objects to the local node ( #13514 )
...
* Admission control, TODO: tests, object size
* Unit tests for admission control and some bug fixes
* Add object size to object table, only activate pull if object size is known
* Some fixes, reset timer on eviction
* doc
* update
* Trigger OOM from the pull manager
* don't spam
* doc
* Update src/ray/object_manager/pull_manager.cc
Co-authored-by: Eric Liang <ekhliang@gmail.com>
* Remove useless tests
* Fix test
* osx build
* Skip broken test
* tests
* Skip failing tests
Co-authored-by: Eric Liang <ekhliang@gmail.com>
2021-01-21 16:46:42 -08:00
Amog Kamsetty
07e97fe4c2
[xgb] re-enable xgboost_ray tests ( #13416 )
...
* re-enable
* fix
* update xgb_ray version
2021-01-14 22:14:44 +01:00
Dmitri Gekhtman
1968b2f9d8
[autoscaler/k8s] [CI] Kubernetes test ray up, exec, down ( #12514 )
2021-01-13 15:03:56 -08:00
Amog Kamsetty
9eebd090cf
[Dependabot] [CI] Re-configure Dependabot and disable duplicate builds ( #13359 )
2021-01-12 09:28:58 -08:00
Amog Kamsetty
43f70faa25
[Tune] Pin Tune Dependencies ( #13027 )
...
Co-authored-by: Ian <ian.rodney@gmail.com>
2021-01-07 14:03:06 -08:00
chaokunyang
33089c44e2
Fix streaming ci failure ( #12830 )
2020-12-30 10:45:52 +08:00
Eric Liang
5a4e50c9d9
Disable broken streaming tests ( #13095 )
2020-12-29 00:58:18 -08:00
Max Fitton
81bfee79bc
Fix OS X Wheel Build - Update brew cask install ( #13062 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-23 20:51:50 -08:00
Barak Michener
c4e273920f
[ray_client]: Insert decorators into the real ray module to allow for client mode ( #13031 )
2020-12-22 22:51:45 -08:00
Barak Michener
7ab9164f1b
[ray_client] Integrate with test_basic, test_basic_2 and test_actor ( #12964 )
2020-12-20 14:54:18 -08:00
Eric Liang
64c97d25d3
Enable by default new scheduler ( #12735 )
2020-12-19 13:22:24 -08:00
Kai Fricke
55ae567f7a
[tune] Fix and enable SigOpt tests ( #12877 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-18 01:33:12 -08:00
Richard Liaw
c56799e3da
disable-for-now ( #12838 )
...
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-14 14:18:31 -08:00
Richard Liaw
2f2bd884a3
[tune] upgrade gpytorch, bump default pytorch to 1.7.0 ( #12776 )
...
* upgrade gpytorch
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* pin
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* version-torch
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
* fix-build
Signed-off-by: Richard Liaw <rliaw@berkeley.edu>
2020-12-12 10:35:33 -08:00
Richard Liaw
7c009d22cf
[docs] Add xgboost_ray to docs ( #12184 )
...
Co-authored-by: Amog Kamsetty <amogkamsetty@yahoo.com>
2020-11-27 11:36:56 -08:00
Eric Liang
67544992b5
Remove the old operator directory ( #12143 )
2020-11-19 15:37:28 -08:00
dHannasch
96c1caccaf
Use Ubuntu 18.04 so that a newer version of Docker will be available by default. ( #12139 )
2020-11-19 10:40:07 -08:00
Eric Liang
c933477915
[new scheduler] Pass test_basic and add CI builds with flag on ( #11635 )
2020-10-28 11:02:43 -07:00
Max Fitton
caf3b04b27
[Dashboard] Turn on new dashboard by default pt 2 ( #11510 )
2020-10-23 15:52:14 -05:00
Richard Liaw
e7aa6441b7
[tune] a tiny ptl example ( #11497 )
2020-10-22 18:50:34 -07:00
Ian Rodney
6426fb3fff
[CI] Fix-Up Docker Build (Use Python) ( #11139 )
2020-10-12 14:22:51 -07:00
Max Fitton
ff6d412ad9
[Dashboard] Add API support for the logical view and machine view in new backend ( #11012 )
...
* Add API support for the logical view and machine view, which lean on datacenter in common.
* Update dashboard/datacenter.py
Co-authored-by: fyrestone <fyrestone@outlook.com>
* Update dashboard/modules/logical_view/logical_view_head.py
Co-authored-by: fyrestone <fyrestone@outlook.com>
* Address PR comments
* lint
* Add dashboard tests to CI build
* Fix integration issues
* lint
Co-authored-by: Max Fitton <max@semprehealth.com>
Co-authored-by: fyrestone <fyrestone@outlook.com>
2020-10-02 17:58:44 -07:00
Amog Kamsetty
4872ffb44c
[Tune] Upgrade Tune tests to TF v2.2 ( #10963 )
2020-09-22 18:30:05 -07:00
chaokunyang
1aad8aa39c
[Java] Fix java doc building error ( #10757 )
2020-09-14 17:44:45 +08:00
Ian Rodney
5bc2ba38fd
[docker] Detect CPUs in container correctly ( #10507 )
...
Co-authored-by: simon-mo <simon.mo@hey.com>
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
Co-authored-by: Alex Wu <itswu.alex@gmail.com>
2020-09-13 23:40:48 -07:00
chaokunyang
bf71c0b9f6
[Java] Deploy snapshort jars to maven repository in travis ci ( #10701 )
2020-09-10 15:40:16 -07:00
Richard Liaw
43a7a64b30
[tune] horovod trainable ( #10304 )
2020-09-03 16:53:35 -07:00
SangBin Cho
dc7fe1a4c5
[Placement Group] Atomic Placement Group Part 1, Basic Structure. ( #10482 )
...
* Write a test.
* Basic structure done.
* Reduce flakiness of tests.
* Addressed code review.
* Skipping tests because it is flaky for now.
* Fix linting issues.
* Increase sleep time to see lint messages.
* Lint issue fixed.
2020-09-02 18:14:46 -07:00
Ian Rodney
4324dd5929
[docker] Refactor "autoscaler" image into "-autoscaler" tag and "ray-ml" image. ( #10351 )
2020-09-02 13:03:35 -07:00
Simon Mo
52a5ec99d0
Skip multiple platform jar ( #10478 )
...
It's consistently failing on master
2020-09-01 13:13:31 -07:00
Simon Mo
d80e08ce95
Move Docker ahead in LINUX_WHEELS deploy steps ( #10475 )
2020-09-01 12:17:43 -07:00
Ian Rodney
4f3559292d
[travis] try to build docker images again ( #10412 )
2020-08-31 10:55:28 -07:00
Ian Rodney
d76d4822bd
[Docker] Fix building images ( #10393 )
2020-08-28 10:41:02 -07:00
SangBin Cho
7b29eb7949
[Build] Try parallel Python builds. ( #10291 )
...
* Trial 1.
* Parallelize even more.
2020-08-28 00:06:52 -07:00
SongGuyang
cb70864c04
[cpp worker] support cluster mode and object Put/Get works ( #9682 )
2020-08-28 13:53:36 +08:00
Ian Rodney
465d4c50b6
[docker push fix] ( #10375 )
2020-08-27 17:07:48 -07:00