Skip to content

Commit

Permalink
[CI][Tune] Remove duplicate new Tune output CI pipeline (ray-project#…
Browse files Browse the repository at this point in the history
…44859)

Remove a duplicate CI pipeline for the new output engine, since it has been already enabled by default for many releases.

Signed-off-by: Hongpeng Guo <hpguo@anyscale.com>
  • Loading branch information
hongpeng-guo authored Apr 19, 2024
1 parent 054aad6 commit aee9217
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .buildkite/ml.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,6 @@ steps:
--except-tags soft_imports,gpu_only,rllib,multinode
depends_on: [ "mlbuild", "forge" ]

- label: ":train: ml: tune new output tests"
tags: tune
instance_type: large
commands:
- bazel run //ci/ray_ci:test_in_docker -- //python/ray/tune/... ml
--parallelism-per-worker 3
--except-tags soft_imports,gpu_only,rllib,multinode
--test-env=AIR_VERBOSITY=1
depends_on: [ "mlbuild", "forge" ]

- label: ":train: ml: tune soft import tests"
tags: tune
instance_type: small
Expand Down

0 comments on commit aee9217

Please sign in to comment.