Skip to content

Commit

Permalink
Only test on Linux to save some compute
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored and KristofferC committed Nov 28, 2024
1 parent 424c350 commit 468814f
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .buildkite/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,27 +23,27 @@ steps:
arch: "x86_64"
cpuset_limited: "true"
timeout_in_minutes: 120
# macOS aarch64
- label: ":macos: macos-aarch64"
plugins:
- JuliaCI/julia#v1:
version: "nightly"
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
agents:
queue: "julia"
os: "macos"
arch: "aarch64"
# windows x86_64
- label: ":windows: windows-x86_64"
plugins:
- JuliaCI/julia#v1:
version: "nightly"
command: |
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
agents:
queue: "julia"
os: "windows"
arch: "x86_64"
# # macOS aarch64
# - label: ":macos: macos-aarch64"
# plugins:
# - JuliaCI/julia#v1:
# version: "nightly"
# command: |
# julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
# julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
# agents:
# queue: "julia"
# os: "macos"
# arch: "aarch64"
# # windows x86_64
# - label: ":windows: windows-x86_64"
# plugins:
# - JuliaCI/julia#v1:
# version: "nightly"
# command: |
# julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
# julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
# agents:
# queue: "julia"
# os: "windows"
# arch: "x86_64"

0 comments on commit 468814f

Please sign in to comment.