Skip to content

Commit

Permalink
[ci] move flaky + serverless windows tests to scheduled run (ray-proj…
Browse files Browse the repository at this point in the history
…ect#43881)

As title, we missed these two test jobs in the previous migration to scheduled run, just for consistency

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale committed Mar 11, 2024
1 parent 67cf06a commit 88ccd1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/windows.rayci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ steps:
depends_on: windowsbuild

- label: ":serverless: serverless: :windows: tests"
if: pipeline.id == "0189942e-0876-4b8f-80a4-617f988ec59b" || build.env("RAYCI_CONTINUOUS_BUILD") == "1"
tags: python
job_env: WINDOWS
mount_windows_artifacts: true
Expand Down Expand Up @@ -119,6 +120,7 @@ steps:
depends_on: windowsbuild

- label: "flaky :windows: tests"
if: pipeline.id == "0189942e-0876-4b8f-80a4-617f988ec59b" || build.env("RAYCI_CONTINUOUS_BUILD") == "1"
tags: skip-on-premerge
job_env: WINDOWS
mount_windows_artifacts: true
Expand Down

0 comments on commit 88ccd1e

Please sign in to comment.