Simon Mo
bb9ef511da
Use the right bucket for travis logs ( #10073 )
2020-08-12 11:46:49 -07:00
SangBin Cho
2cb79632e4
Revert "[Core] Add cached memory to available memory ( #10020 )" ( #10064 )
...
This reverts commit 71d2bde458
.
2020-08-12 11:24:16 -05:00
Eric Liang
7e3e4cd321
[rllib] Execution plan API documentation ( #10000 )
...
* wip
* updte
* comments
2020-08-11 23:58:41 -07:00
Richard Liaw
5560272556
[cli] install nightly wheels via ray install-nightly
( #10054 )
2020-08-11 20:08:22 -07:00
fangfengbin
701e26e0af
[GCS]Add node realtime resource view ( #10043 )
2020-08-12 10:52:17 +08:00
Simon Mo
f1ede1099f
[Hotfix] Pin opencv-python-headless==4.3.0.36 ( #10049 )
2020-08-11 15:58:18 -07:00
Ameer Haj Ali
82cdcff898
Removing kwargs & SSHOptions args from command runners ( #10014 )
2020-08-11 15:09:49 -07:00
Lixin Wei
71d2bde458
[Core] Add cached memory to available memory ( #10020 )
...
* add cached memory to available memory
* format
* bug fixed
2020-08-11 15:07:00 -07:00
Zhuohan Li
a6fed4820e
[Core] Preliminary implementation of ownership-based object directory ( #9735 )
2020-08-11 15:04:13 -07:00
krfricke
221fdc0774
[tune] fix flaky PBT replay test ( #10047 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-11 14:17:31 -07:00
SangBin Cho
946ae74817
[GCS Actor Management] Race condition around creating -> created phase. ( #10035 )
...
* Fix the issue.
* Address a code review.
2020-08-11 12:31:27 -07:00
yncxcw
32cd94b750
[Core] Do not convert gpu id to int ( #9744 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-11 12:09:46 -07:00
Maksim Smolin
d6226b80bb
[cli] CliLogger typing ( #10027 )
2020-08-11 12:00:57 -07:00
Simon Mo
5b4a10368f
Upload Travis in after_script phase ( #10046 )
...
The deploy phase is skipped when script/tests fails. This prevent us
from uploading failed result to S3.
This PR change it to after_script phase and the secret is injected
via Travis Env Var.
https://docs.travis-ci.com/user/job-lifecycle/
2020-08-11 11:46:00 -07:00
Ian Rodney
98126a84af
[docker] Remove port flags ( #9992 )
2020-08-11 11:43:56 -07:00
Simon Mo
4c52adddfa
[Core] Type check ObjectRef ( #9856 )
...
* Type check ObjectRef
* Bug fix
* Port typing tests to bazel test
2020-08-11 10:38:29 -07:00
Richard Liaw
98df612010
[tune] option to raise on error ( #10030 )
2020-08-11 09:59:04 -07:00
Maksim Smolin
40b8e35d61
[cli] New logging for the rest of the ray
commands ( #9984 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-11 09:58:23 -07:00
Amog Kamsetty
4f8fef134e
[Tune] Remove checkpoint_at_end
from tune+serve docs ( #10034 )
2020-08-11 09:05:57 -07:00
Basasuya
0400a88bf1
[EVENT] Basic Function and Definition ( #9657 )
2020-08-11 17:36:07 +08:00
Simon Mo
65848201c3
Hotfix travis deploy step for bazel log uploads ( #10032 )
2020-08-10 20:50:50 -07:00
Kai Yang
3bc17fa62a
[Core] Multi-tenancy: Pass env variables from job config to worker processes ( #10022 )
2020-08-10 14:31:37 -07:00
Simon Mo
df676bc9aa
Upload bazel test logs to S3 ( #9884 )
2020-08-10 14:26:31 -07:00
Amog Kamsetty
856d4a0533
[Tune] Better error when using checkpoint_freq ( #9998 )
2020-08-10 13:52:46 -07:00
Richard Liaw
be8e63d477
[tune] support resume for search algorithms ( #9972 )
2020-08-10 13:43:14 -07:00
mehrdadn
5331c30e35
Improve Clang-IWYU to automatically make #include fixes ( #9858 )
...
Co-authored-by: Mehrdad <noreply@github.com>
2020-08-10 12:49:58 -07:00
krfricke
7301733a1f
[tune] Close logfile contexts ( #10026 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-10 12:40:40 -07:00
PidgeyBE
6ad2fc4831
[autoscaler] Service and Ingress per worker pod ( #9359 )
2020-08-10 14:13:52 -05:00
Alex Wu
2ebf76c7a3
[New Scheduler] Additional unit tests ( #9990 )
2020-08-10 11:44:06 -07:00
Sven Mika
4b10bdf8fc
[RLlib] rollout.py - Add multi-agent test case. ( #9981 )
2020-08-10 19:44:23 +02:00
SangBin Cho
10baecb8c2
Try to fix. ( #10005 )
2020-08-10 10:05:43 -07:00
SangBin Cho
eb6b10221e
Increase the num of trials to reduce the probability of failing sample_test ( #10007 )
2020-08-10 10:05:33 -07:00
Maksim Smolin
0392bb7a72
[Autoscaler] Command Output Improvement ( #9699 )
...
* cross-platform prototype
* checkpoint
* Address PR comments
* format
* prepare to push
* format
* PR comments
* fixes
* fixtest
* Revert "fixtest"
This reverts commit d6f54353e1b891c784417bb8d0304c18cc5bcdd8.
* return-result
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-10 09:49:24 -07:00
Kai Yang
37821f0b4c
Support unlimited JVM options ( #9910 )
2020-08-10 16:08:33 +08:00
Ian Rodney
7b87da7f03
Properly call mkdir on rsync ( #9995 )
2020-08-09 21:31:28 -07:00
fangfengbin
26b36a1982
Optimize node register&worker failure log ( #9833 )
2020-08-10 11:41:45 +08:00
fangfengbin
a2bfdcbf24
[Placement Group]Trigger placement group scheduling when a new node is added ( #9905 )
2020-08-10 10:56:17 +08:00
qicosmos
83e4501cf6
Update com_github_nelhage_rules_boost version in ray_deps_setup.bzl ( #9975 )
...
support boost.dll
2020-08-10 10:34:48 +08:00
Alan Guo
646835d292
[autoscaler] Throw error with missing cluster_synced_files
. ( #9965 )
...
Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
2020-08-07 23:07:09 -07:00
Richard Liaw
328b450cde
[tune] fix testing for serve-tune test breaking ( #9993 )
2020-08-07 23:05:18 -07:00
SangBin Cho
39088ab6f2
[Stats] Metrics Export User Interface Part 2 (Prometheus Service Discovery) ( #9970 )
...
* In progress.
* In Progress.
* Finish the working version.
* Write a documentation.
* Addressed code review.
* Fix lint error.
* Lint.
* Addressed code review. Make test less flaky.
* Use a random port for ray start.
* Modify doc.
* Make write atomic.
2020-08-07 21:59:24 -07:00
Richard Liaw
d3cde16163
hotfix ( #9996 )
2020-08-07 21:44:10 -07:00
Max Fitton
d9822e04d4
[Dashboard] Switch to using the correct actor ID as a react key for each actor entry in the actors list in the logical view. This fixes a bug where duplicate actor entries were being rendered in the UI ( #9991 )
...
Co-authored-by: Max Fitton <max@semprehealth.com>
2020-08-07 20:46:06 -07:00
Richard Liaw
a438cbd1e8
[tune] reorder transformer example save ( #9994 )
...
Co-authored-by: Amog Kamsetty <amogkam@users.noreply.github.com>
2020-08-07 20:29:04 -07:00
Barak Michener
8e76796fd0
ci: Redo format.sh --all
script & backfill lint fixes ( #9956 )
2020-08-07 16:49:49 -07:00
Barak Michener
1d01c668f0
rpc: Core Worker client pool ( #9934 )
2020-08-07 16:34:29 -07:00
krfricke
dee3322ab0
[tune] Ray Tune + Serve end-to-end integration example ( #9908 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-07 15:32:49 -07:00
Alex Wu
a54d3a1cee
[Autoscaler] Run resource demand scheduler in CI ( #9945 )
...
* .
* .
2020-08-07 13:30:39 -07:00
Edward Oakes
ca37accc07
[serve] Add min and max limits to autoscaling ( #9955 )
2020-08-07 15:30:14 -05:00
krfricke
0ef8224446
[tune] PBT replay utility scheduler ( #9953 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2020-08-07 12:41:49 -07:00