Skip to content

Commit

Permalink
[ci] add grouping for tests (ray-project#36648)
Browse files Browse the repository at this point in the history
Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
  • Loading branch information
aslonnie authored and arvind-chandra committed Aug 31, 2023
1 parent 933f95a commit b9da642
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.arm64.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ci:group=ARM64 wheels and containers

- label: ":mechanical_arm: :ferris_wheel: ARM64 Linux wheels"
conditions: ["RAY_CI_LINUX_WHEELS_AFFECTED"]
instance_size: arm64-medium
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipeline.gpu.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ci:group=GPU tests

# Todo: Enable once tests are available
#- label: ":tv: :octopus: Tune GPU tests "
# conditions: ["NO_WHEELS_REQUIRED", "RAY_CI_TUNE_AFFECTED"]
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipeline.gpu_large.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ci:group=Large GPU tests

- label: ":tv: :steam_locomotive: Train GPU tests "
conditions: ["NO_WHEELS_REQUIRED", "RAY_CI_TRAIN_AFFECTED"]
commands:
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipeline.macos.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ci:group=MacOS

common: &common
env:
BUILDKITE: "true"
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/pipeline.ml.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ci:group=ML tests

- label: ":airplane: AIR tests (ray/air)"
conditions: ["NO_WHEELS_REQUIRED", "RAY_CI_ML_AFFECTED"]
instance_size: large
Expand Down

0 comments on commit b9da642

Please sign in to comment.