Skip to content

Commit 6835277

Browse files
authored
[rllib] disable failing tests that are not release blocking (#60933)
cherrypick #60932 Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent f8e1102 commit 6835277

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

release/release_tests.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,8 @@
471471
group: Tune tests
472472
working_dir: ml_user_tests
473473

474-
frequency: nightly-3x
474+
# TODO(rllib): https://github.com/anyscale/ray/issues/581
475+
frequency: manual
475476
team: ml
476477

477478
cluster:
@@ -843,7 +844,8 @@
843844
group: Long running tests
844845
working_dir: long_running_tests
845846

846-
frequency: weekly
847+
# TODO(rllib): https://github.com/anyscale/ray/issues/568
848+
frequency: manual
847849
team: rllib
848850

849851
cluster:
@@ -855,7 +857,7 @@
855857
long_running: true
856858

857859
smoke_test:
858-
frequency: nightly
860+
frequency: manual
859861

860862
run:
861863
timeout: 3600
@@ -959,7 +961,8 @@
959961
group: Long running tests
960962
working_dir: long_running_tests
961963

962-
frequency: weekly
964+
# TODO(rllib): https://github.com/anyscale/ray/issues/571
965+
frequency: manual
963966
team: ml
964967

965968
cluster:
@@ -977,7 +980,7 @@
977980

978981

979982
smoke_test:
980-
frequency: nightly
983+
frequency: manual
981984

982985
run:
983986
timeout: 3600

0 commit comments

Comments
 (0)