Skip to content

Commit

Permalink
[ci] add special tag for ray and ray-ml image steps (ray-project#40394)
Browse files Browse the repository at this point in the history
so that they can be handled separated from there base image wonda steps.

Signed-off-by: Lonnie Liu <[email protected]>
  • Loading branch information
aslonnie authored Oct 17, 2023
1 parent bc80271 commit c16082f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/build.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ steps:
- python_dependencies
- docker
- core_cpp
- ray_image
instance_type: medium
commands:
- bazel run //ci/ray_ci:build_in_docker -- docker --python-version {{matrix}}
Expand All @@ -60,6 +61,7 @@ steps:
- python_dependencies
- docker
- core_cpp
- ray_ml_image
instance_type: medium
commands:
- bazel run //ci/ray_ci:build_in_docker -- docker --python-version {{matrix}}
Expand Down

0 comments on commit c16082f

Please sign in to comment.