Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rllib] remove tf2 tests on pipeline #47304

Merged
merged 4 commits into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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