Skip to content

Commit 468814f

Browse files
andreasnoackKristofferC
authored andcommitted
Only test on Linux to save some compute
1 parent 424c350 commit 468814f

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.buildkite/runtests.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -23,27 +23,27 @@ steps:
2323
arch: "x86_64"
2424
cpuset_limited: "true"
2525
timeout_in_minutes: 120
26-
# macOS aarch64
27-
- label: ":macos: macos-aarch64"
28-
plugins:
29-
- JuliaCI/julia#v1:
30-
version: "nightly"
31-
command: |
32-
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
33-
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
34-
agents:
35-
queue: "julia"
36-
os: "macos"
37-
arch: "aarch64"
38-
# windows x86_64
39-
- label: ":windows: windows-x86_64"
40-
plugins:
41-
- JuliaCI/julia#v1:
42-
version: "nightly"
43-
command: |
44-
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
45-
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
46-
agents:
47-
queue: "julia"
48-
os: "windows"
49-
arch: "x86_64"
26+
# # macOS aarch64
27+
# - label: ":macos: macos-aarch64"
28+
# plugins:
29+
# - JuliaCI/julia#v1:
30+
# version: "nightly"
31+
# command: |
32+
# julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
33+
# julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
34+
# agents:
35+
# queue: "julia"
36+
# os: "macos"
37+
# arch: "aarch64"
38+
# # windows x86_64
39+
# - label: ":windows: windows-x86_64"
40+
# plugins:
41+
# - JuliaCI/julia#v1:
42+
# version: "nightly"
43+
# command: |
44+
# julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
45+
# julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
46+
# agents:
47+
# queue: "julia"
48+
# os: "windows"
49+
# arch: "x86_64"

0 commit comments

Comments
 (0)