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 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"
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-
61steps :
72 - label : " :julia: Test on Julia ${JULIA_VERSION}, local sandbox: ${LOCAL_SANDBOX}"
83 plugins :
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"
You can’t perform that action at this time.
0 commit comments