Skip to content

Commit 65bb37d

Browse files
authored
[ci] change macos bisect job to use arm64 (#57914)
it should not run on macos intel silicon anymore Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
1 parent 2c680d7 commit 65bb37d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.buildkite/bisect/bisect.rayci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
"$(buildkite-agent meta-data get passing-commit)" "$(buildkite-agent meta-data get failing-commit)"
1111
mount_buildkite_agent: true
1212
job_env: MACOS
13-
instance_type: macos
13+
instance_type: macos-arm64
1414
priority: 10
1515

1616
- name: linux or windows test

ci/pipeline/test_rules.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ site/
184184

185185
ci/lint/
186186
.buildkite/lint.rayci.yml
187+
.buildkite/bisect/
187188
ci/fossa/
188189
ci/docker/fossa.Dockerfile
189190
ci/docker/fossa.wanda.yaml

0 commit comments

Comments
 (0)