Skip to content

Commit

Permalink
[ci][microcheck] add the blocked mac + windows steps to microcheck (#…
Browse files Browse the repository at this point in the history
…45360)

So that we can also run microcheck mac + windows tests on demand

Test:
- CI

Signed-off-by: can <[email protected]>
  • Loading branch information
can-anyscale authored May 16, 2024
1 parent 0d63980 commit 4d37e55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .buildkite/macos/macos.rayci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group: macos tests
sort_key: "~macos"
steps:
# block on premerge
# block on premerge and microcheck
- block: "run macos tests"
if: build.env("BUILDKITE_PIPELINE_ID") == "0189942e-0876-4b8f-80a4-617f988ec59b"
if: build.env("BUILDKITE_PIPELINE_ID") == "0189942e-0876-4b8f-80a4-617f988ec59b" || build.env("BUILDKITE_PIPELINE_ID") == "018f4f1e-1b73-4906-9802-92422e3badaa"

# build
- label: ":tapioca: build: :mac: wheels and jars (x86_64)"
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/windows.rayci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group: windows tests
sort_key: "~windows"
steps:
# block on premerge and weekly release
# block on premerge, microcheck and partial ray release
- block: "run windows tests"
if: build.env("BUILDKITE_PIPELINE_ID") == "0189942e-0876-4b8f-80a4-617f988ec59b" || (build.env("RAYCI_RELEASE") == "1" && build.env("RAYCI_FULL_PLATFORM_RELEASE") != "1")
if: build.env("BUILDKITE_PIPELINE_ID") == "0189942e-0876-4b8f-80a4-617f988ec59b" || build.env("BUILDKITE_PIPELINE_ID") == "018f4f1e-1b73-4906-9802-92422e3badaa" || (build.env("RAYCI_RELEASE") == "1" && build.env("RAYCI_FULL_PLATFORM_RELEASE") != "1")

- name: windowsbuild
wanda: ci/docker/windows.build.wanda.yaml
Expand Down

0 comments on commit 4d37e55

Please sign in to comment.