Skip to content

Commit

Permalink
[rllib] remove tf2 tests on pipeline (#47304)
Browse files Browse the repository at this point in the history
and also add rllib tag; none of these tests run against master and will
not be release blocking by default.

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Sep 13, 2024
1 parent 50fa218 commit bb15a35
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .buildkite/rllib.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,9 @@ steps:

- label: ":brain: rllib: data tests"
if: build.branch != "master"
tags: data
tags:
- data
- rllib
instance_type: large
commands:
# learning tests pytorch
Expand All @@ -106,14 +108,6 @@ steps:
--except-tags multi_gpu,gpu,tf_only,tf2_only
--test-arg --framework=torch

# learning tests tF2
- bazel run //ci/ray_ci:test_in_docker -- //rllib/... rllib
--parallelism-per-worker 3
--only-tags learning_tests_with_ray_data
--except-tags multi_gpu,gpu,torch_only
--test-arg --framework=tf2
--skip-ray-installation # reuse the same docker image as the previous run

# rllib unittests
- bazel run //ci/ray_ci:test_in_docker -- //rllib/... rllib
--parallelism-per-worker 3
Expand Down

0 comments on commit bb15a35

Please sign in to comment.