Skip to content

Commit

Permalink
[ci] skip flaky test on premerge (ray-project#41274)
Browse files Browse the repository at this point in the history
Skip flaky tests on premerge, as signed off in https://docs.google.com/document/d/1IVgI7LNo21bPJO8kdYTwdWwEdZr5D9VtNrabUeX8gCc/edit#heading=h.isxl96agy1it. This will help save good amount of cost on PR, especially due to those gpu test runs.

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored Nov 20, 2023
1 parent 29b43ee commit 8bc7660
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .buildkite/data.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ steps:
tags:
- python
- data
- skip-on-premerge
instance_type: medium
soft_fail: true
commands:
Expand Down
2 changes: 2 additions & 0 deletions .buildkite/ml.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ steps:
- label: ":train: ml: flaky tests"
tags:
- train
- skip-on-premerge
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //... ml --run-flaky-tests
Expand Down Expand Up @@ -239,6 +240,7 @@ steps:
- label: ":train: ml: train gpu flaky tests"
tags:
- train
- skip-on-premerge
- gpu
instance_type: gpu-large
commands:
Expand Down
13 changes: 10 additions & 3 deletions .buildkite/rllib.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ steps:
- label: ":brain: rllib: flaky multi-gpu tests"
tags:
- rllib
- skip-on-premerge
- gpu
instance_type: gpu-large
commands:
Expand All @@ -235,7 +236,9 @@ steps:
job_env: forge

- label: ":brain: rllib: flaky tests (learning tests)"
tags: rllib
tags:
- rllib
- skip-on-premerge
instance_type: large
commands:
# torch
Expand All @@ -262,7 +265,9 @@ steps:
job_env: forge

- label: ":brain: rllib: flaky tests (examples/rlmodule/models/tests_dir)"
tags: rllib
tags:
- rllib
- skip-on-premerge
instance_type: large
commands:
# examples
Expand Down Expand Up @@ -295,7 +300,9 @@ steps:
job_env: forge

- label: ":brain: rllib: flaky tests (memory leak)"
tags: rllib
tags:
- rllib
- skip-on-premerge
instance_type: medium
commands:
- bazel run //ci/ray_ci:test_in_docker -- //rllib/... rllib
Expand Down
1 change: 1 addition & 0 deletions .buildkite/serve.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ steps:
- label: ":ray-serve: serve: flaky tests"
tags:
- serve
- skip-on-premerge
- python
instance_type: medium
soft_fail: true
Expand Down
4 changes: 3 additions & 1 deletion .buildkite/serverless.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ steps:
job_env: forge

- label: ":serverless: serverless: flaky tests"
tags: python
tags:
- python
- skip-on-premerge
instance_type: medium
soft_fail: true
commands:
Expand Down

0 comments on commit 8bc7660

Please sign in to comment.