SangBin Cho
9000f41aa6
[Nightly Test] Support memory profiling on Ray + implement memory monitor for nightly tests ( #19539 )
...
* random fixes
* Done
* done
* update the doc
* doc lint fix
* .
* .
2021-10-21 07:37:05 -07:00
Yi Cheng
7a7b356899
[Nightly test] add test for grpc broadcasting ( #19579 )
2021-10-21 07:01:41 -07:00
Kai Fricke
71564040ec
[ci/release] Unwrap after installing pip packages ( #19552 )
2021-10-20 13:41:16 +01:00
Yi Cheng
01b899dafb
[nightly] Fix broken test due to bad syntax #19536 ( #19536 )
2021-10-19 21:43:46 -07:00
Yi Cheng
7a9cedfc5c
[nightly] Add grpc based broadcasting into nightly test for decision_tree ( #19531 )
...
* dbg
* up
* check
* up
* up
* put grpc based one into nightly test
* up
2021-10-19 19:59:39 -07:00
Kai Fricke
3e8587644b
[ci/release] wrap all release test pip github installs in quotation marks ( #19521 )
2021-10-19 20:55:02 +01:00
Chen Shen
b38ebd368c
[Dataset][nighlyt-test] spend less money #19488
...
Reduce the epoch and ensure everything runs in the same datacenter.
2021-10-18 18:53:50 -07:00
gjoliver
e9f66cc394
Reduce success criteria for a few learning tests. ( #19484 )
2021-10-18 15:44:38 -07:00
Jiajun Yao
4d9585773f
[Release] Remove release process doc ( #19312 )
2021-10-18 11:24:03 -07:00
Yi Cheng
f47f69d31e
[nightly] Add decision_tree_autoscaling_20_runs to nightly test
2021-10-18 11:19:40 -07:00
Kai Fricke
ad94eb03c6
[ci/release] wrap pip github installs in quotation marks to prevent comment errors ( #19464 )
2021-10-18 18:55:56 +01:00
Kai Fricke
eee05505b1
[ci/release] Add separate timeout parameter for prepare commands ( #19459 )
2021-10-18 16:29:25 +01:00
Kai Fricke
57fe405120
[ci/release] Bump long running release test timeouts to 6 minutes ( #19458 )
2021-10-18 16:27:53 +01:00
Chen Shen
9dba5e0ead
[dataset][nightly-test] fix pipeline ingest test ( #19437 )
2021-10-18 11:31:24 +01:00
Kai Fricke
6c6639a0d7
[ci/release] hotfix for undefined local variable ( #19460 )
2021-10-18 11:28:33 +01:00
matthewdeng
caa42d753c
[release] pin modin>=0.11.0 due to ray.services being removed ( #19446 )
2021-10-18 11:23:05 +01:00
Kai Fricke
c10d434713
[release] Allow commit hashes instead of URLs, add bisection utility ( #19398 )
2021-10-18 10:44:29 +01:00
Kai Fricke
e17b23fa5b
[ci/release] Add support for RAY_WHEELS url ( #19364 )
2021-10-14 21:40:01 +01:00
Kai Fricke
e07d0953ea
[ci/release] Undo faulty change to many_ppo num_samples ( #19388 )
2021-10-14 10:27:31 -07:00
Antoni Baum
e9df253f5d
[CI/docs] Remove [default] from xgboost-ray ( #19186 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-10-14 16:29:55 +01:00
Kai Fricke
9cee83c919
[tune] PBT: Add burn-in period ( #19321 )
2021-10-14 16:28:29 +01:00
Carlo Grisetti
5cee8a1985
[release tests] Switch from yaml.load to yaml.safe_load ( #19365 )
2021-10-13 17:27:25 -07:00
Yi Cheng
1dc03cd49d
[nightly] Put many nodes actor test back ( #19313 )
...
## Why are these changes needed?
There are two issues fixed in this PR:
- make sure wait for session count alive node
- upgrade the machine to match what's tested in oss ray.
## Related issue number
https://github.com/ray-project/ray/issues/19084
2021-10-13 15:51:12 -07:00
matthewdeng
d998373968
[release] fix test by pinning filelock ( #19334 )
...
Co-authored-by: Kai Fricke <kai@anyscale.com>
2021-10-13 22:27:04 +01:00
Jiao
893f76daf9
[serve] Add serve FT nightly test to buildkite ( #19361 )
2021-10-13 13:56:55 -07:00
Jiao
85b8a6de5f
[Serve] Add nightly test for Serve failure recovery ( #19125 )
2021-10-11 18:33:20 -07:00
SangBin Cho
dd1c1f9787
[Nightly test] remove env vars from tests ( #19221 )
...
When testing it we should minimize unnecessary env vars (and it's better working with the default config). This PR removes unnecessary env vars that are set.
2021-10-08 06:53:23 -07:00
Clark Zinzow
ca731d7c86
[Datasets] Fix API breakage in Datasets nightly test.
2021-10-07 15:07:19 -07:00
Jiajun Yao
5045f0a293
Use bash to run sanity_check_cpp.sh ( #19179 )
2021-10-07 13:34:25 +01:00
SangBin Cho
22f4ffed08
Disable cpu-only-nodes preferred scheduling that breaks placement groups. ( #19129 )
...
* Add a regression test for the short term
* done
* address code review
* lint
2021-10-07 05:34:04 -07:00
Eric Liang
86cbe3e833
[data] Add support for repeating and re-windowing a DatasetPipeline ( #19091 )
2021-10-06 20:13:43 -07:00
Kai Fricke
42116badba
[ci/release] Check test result alerts after test finished ( #19105 )
2021-10-05 21:27:27 +01:00
matthewdeng
3fbe135a24
[docs] add modin_xgboost and dask_xgboost notebook tutorials ( #18775 )
...
* Add xgboost-dask golden notebook
* [examples] add modin-xgboost Jupyter notebook
* Add xgboost dast gn
* update modin notebook to sphinx-gallery compatible python file
* fix build file
* fix test
* fix test
* Add modin notebook anyscale connect test
* Add missing file
* add dask_xgboost notebook
* Add the new modin golden notebook to CI
* fix lint and filter out tests with py37
* Update release/golden_notebook_tests_new/golden_notebook_tests.yaml
Co-authored-by: matthewdeng <matthew.j.deng@gmail.com>
* Add dask, wait for cluster client, remove pytest
* Replace folder
* Fix
* Update dask_xgboost_app_config.yaml
* Update modin_xgboost_app_config.yaml
* comment on filtered out tests
Co-authored-by: Antoni Baum <antoni.baum@protonmail.com>
2021-10-05 09:17:33 -07:00
Yi Cheng
1eecb7d80b
up ( #19092 )
2021-10-04 23:54:31 -07:00
Jiajun Yao
1b286640c6
Add release logs for 1.7.0 ( #18931 )
2021-10-04 14:02:39 -07:00
Jiajun Yao
2b44e9a3e1
Increase disk for long running tests ( #19064 )
2021-10-03 22:52:44 -07:00
Jiajun Yao
b8ef4f0a34
[CI] Add a retry helper to e2e.py ( #19045 )
2021-10-02 09:54:41 -07:00
Dmitri Gekhtman
bfd706aea3
[test][k8s] Restore kubernetes test directory, adds some info ( #18982 )
2021-10-01 11:23:22 +01:00
SangBin Cho
55227a15b9
Handle retry to avoid statement timeout exception/ ( #18968 )
2021-09-29 23:04:35 -07:00
Yi Cheng
a993f3a262
[nightly] update nightly test for many node test
2021-09-29 17:28:44 -07:00
Dmitri Gekhtman
944309c017
Revert "[nightly] Deflaky nightly test many_nodes_actor_test ( #18582 )" ( #18954 )
...
* Revert "[nightly] Deflaky nightly test many_nodes_actor_test (#18582 )"
This reverts commit fc6a739e4b
.
* move to large test
Co-authored-by: Yi Cheng <chengyidna@gmail.com>
2021-09-29 11:02:14 -04:00
Jiajun Yao
35774fd399
[CI] Print out the mismatched commit in ci ( #18956 )
2021-09-29 15:48:57 +01:00
Chen Shen
62a73f4ce8
[nightly test][event] enable event logs in nightly tests ( #18936 )
2021-09-28 01:29:26 -07:00
Jiajun Yao
18bdde1918
Install the test wheel last ( #18881 )
2021-09-24 20:56:53 +01:00
Guyang Song
337005d5a5
[C++ API][hotfix] fix C++ worker dynamic library loading issue on macOS ( #18877 )
...
* fix C++ worker in macox
* fix
2021-09-24 23:39:00 +08:00
Kai Fricke
e08d4253cf
[ci/release] Start cluster before connecting via anyscale connect ( #18878 )
2021-09-24 16:17:06 +01:00
Kai Fricke
d52203ee03
[ci/release] Fix long running serve test result fetching ( #18880 )
2021-09-24 16:16:01 +01:00
Chen Shen
7c99aae033
[dataset][nightly-test] add pipelined ingestion/training nightly test
2021-09-23 20:39:03 -07:00
Jiajun Yao
cc84f18176
Increase disk for long running distributed tests ( #18855 )
2021-09-23 17:52:35 +01:00
Guyang Song
237a2ade76
[wheel][cpp] recover cpp extra ( #18597 )
2021-09-23 12:10:03 +08:00