Skip to content

Commit b226f4e

Browse files
committed
Use aarch64 workers, which are more plentiful.
1 parent 01aace9 commit b226f4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ steps:
114114
Pkg.test("OpenCL"; coverage=true)'
115115
agents:
116116
queue: "juliaecosystem"
117+
arch: "aarch64"
117118
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
118119
timeout_in_minutes: 120
119120
soft_fail:
@@ -136,6 +137,7 @@ steps:
136137
Pkg.test("Enzyme"; coverage=true, julia_args=`--depwarn=no`)'
137138
agents:
138139
queue: "juliaecosystem"
140+
arch: "aarch64"
139141
if: build.message !~ /\[skip tests\]/ && !build.pull_request.draft
140142
timeout_in_minutes: 60
141143
soft_fail:

0 commit comments

Comments
 (0)