Skip to content

Commit

Permalink
[release test] remove dask/modin_xgboost test completely. (ray-projec…
Browse files Browse the repository at this point in the history
…t#27865)

The original script was removed in ray-project#27816
This is just to clean up some remainings.

Signed-off-by: xwjiang2010 <[email protected]>
Signed-off-by: Stefan van der Kleij <[email protected]>
  • Loading branch information
xwjiang2010 authored and Stefan van der Kleij committed Aug 18, 2022
1 parent ef80ed9 commit 9ebf14f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 126 deletions.
36 changes: 0 additions & 36 deletions release/golden_notebook_tests/workloads/dask_xgboost_test.py

This file was deleted.

38 changes: 0 additions & 38 deletions release/golden_notebook_tests/workloads/modin_xgboost_test.py

This file was deleted.

52 changes: 0 additions & 52 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1719,58 +1719,6 @@
########################
# Golden Notebook tests
########################
- name: golden_notebook_dask_xgboost_test
group: Golden Notebook tests
working_dir: golden_notebook_tests

legacy:
test_name: dask_xgboost_test
test_suite: golden_notebook_tests

frequency: nightly
team: ml
env: staging

cluster:
cluster_env: dask_xgboost_app_config.yaml
cluster_compute: compute_tpl.yaml

run:
timeout: 1800
script: python workloads/dask_xgboost_test.py --num-actors 4 --cpus-per-actor 4 --num-actors-inference 16 --cpus-per-actor-inference 1
type: client

wait_for_nodes:
num_nodes: 4

alert: default

- name: golden_notebook_modin_xgboost_test
group: Golden Notebook tests
working_dir: golden_notebook_tests

legacy:
test_name: modin_xgboost_test
test_suite: golden_notebook_tests

frequency: nightly
team: ml
env: staging

cluster:
cluster_env: modin_xgboost_app_config.yaml
cluster_compute: compute_tpl.yaml

run:
timeout: 1800
script: python workloads/modin_xgboost_test.py --num-actors 4 --cpus-per-actor 4 --num-actors-inference 16 --cpus-per-actor-inference 1
type: client

wait_for_nodes:
num_nodes: 4

alert: default

- name: golden_notebook_torch_tune_serve_test
group: Golden Notebook tests
working_dir: golden_notebook_tests
Expand Down

0 comments on commit 9ebf14f

Please sign in to comment.