Skip to content

Commit 90d2af1

Browse files
committed
Update CI to use juliaecosystem
1 parent b7f8f4c commit 90d2af1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ steps:
66
JULIA_VERSION=1.6 LOCAL_SANDBOX=true buildkite-agent pipeline upload .buildkite/test_sandbox.yml
77
JULIA_VERSION=nightly LOCAL_SANDBOX=false buildkite-agent pipeline upload .buildkite/test_sandbox.yml
88
JULIA_VERSION=nightly LOCAL_SANDBOX=true buildkite-agent pipeline upload .buildkite/test_sandbox.yml
9+
agents:
10+
queue: "juliaecosystem"

.buildkite/test_sandbox.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# Only run on agents that are using sandbox.jl
2-
agents:
3-
queue: "julia"
4-
sandbox.jl: "true"
5-
61
steps:
72
- label: ":julia: Test on Julia ${JULIA_VERSION}, local sandbox: ${LOCAL_SANDBOX}"
83
plugins:
@@ -22,3 +17,7 @@ steps:
2217
# just disable the `binfmt_misc` tests within nested sandbox environments,
2318
# of which all buildkite agents are.
2419
SANDBOX_TEST_MULTIARCH: false
20+
# Only run on agents that are already using `sandbox.jl`, as then we know we can nest
21+
agents:
22+
queue: "juliaecosystem"
23+
sandbox.jl: "true"

0 commit comments

Comments
 (0)