Skip to content

Commit

Permalink
[tune][release-test] Remove long_running_pbt release test (#44270)
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Yu <[email protected]>
  • Loading branch information
justinvyu committed Mar 25, 2024
1 parent 2195e98 commit 6f45617
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 107 deletions.
65 changes: 0 additions & 65 deletions release/long_running_tests/workloads/pbt.py

This file was deleted.

1 change: 0 additions & 1 deletion release/ray_release/alerts/long_running_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def handle_result(
"long_running_apex",
"long_running_impala",
"long_running_many_ppo",
"long_running_pbt",
]:
# Tune/RLlib style tests
target_update_diff = 480
Expand Down
41 changes: 0 additions & 41 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1895,47 +1895,6 @@
cluster:
cluster_compute: tpl_cpu_1_gce.yaml

- name: long_running_pbt
group: Long running tests
working_dir: long_running_tests

frequency: weekly
team: ml

cluster:
byod:
type: gpu
post_build_script: byod_rllib_test.sh
runtime_env:
- RLLIB_TEST_NO_JAX_IMPORT=1
- LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/ray/.mujoco/mujoco210/bin
cluster_compute: tpl_cpu_1.yaml

run:
timeout: 86400
script: python workloads/pbt.py
long_running: true

smoke_test:
frequency: nightly

run:
timeout: 3600

alert: long_running_tests

variations:
- __suffix__: aws
- __suffix__: gce
env: gce
frequency: manual
smoke_test:
frequency: manual
run:
timeout: 3600
cluster:
cluster_compute: tpl_cpu_1_gce.yaml

- name: long_running_serve
group: Long running tests
working_dir: long_running_tests
Expand Down

0 comments on commit 6f45617

Please sign in to comment.