File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 6
6
JULIA_VERSION=1.6 LOCAL_SANDBOX=true buildkite-agent pipeline upload .buildkite/test_sandbox.yml
7
7
JULIA_VERSION=nightly LOCAL_SANDBOX=false buildkite-agent pipeline upload .buildkite/test_sandbox.yml
8
8
JULIA_VERSION=nightly LOCAL_SANDBOX=true buildkite-agent pipeline upload .buildkite/test_sandbox.yml
9
+ agents :
10
+ queue : " juliaecosystem"
Original file line number Diff line number Diff line change 1
- # Only run on agents that are using sandbox.jl
2
- agents :
3
- queue : " julia"
4
- sandbox.jl : " true"
5
-
6
1
steps :
7
2
- label : " :julia: Test on Julia ${JULIA_VERSION}, local sandbox: ${LOCAL_SANDBOX}"
8
3
plugins :
22
17
# just disable the `binfmt_misc` tests within nested sandbox environments,
23
18
# of which all buildkite agents are.
24
19
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"
You can’t perform that action at this time.
0 commit comments