File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
if : build.message !~ /\[skip tests\]/
3
3
agents :
4
4
queue : " juliaecosystem"
5
- sandbox.jl : " true"
5
+ sandbox_capable : " true"
6
6
os : linux
7
7
arch : x86_64
8
8
command : " julia --project -e 'using Pkg; Pkg.develop(;path=\" lib/TimespanLogging\" )'"
9
9
.bench : &bench
10
10
if : build.message =~ /\[run benchmarks\]/
11
11
agents :
12
12
queue : " juliaecosystem"
13
- sandbox.jl : " true"
13
+ sandbox_capable : " true"
14
14
os : linux
15
15
arch : x86_64
16
16
num_cpus : 16
@@ -112,7 +112,7 @@ steps:
112
112
JULIA_NUM_THREADS : " 4"
113
113
agents :
114
114
queue : " juliaecosystem"
115
- sandbox.jl : " true"
115
+ sandbox_capable : " true"
116
116
os : linux
117
117
arch : x86_64
118
118
command : " git clone https://github.com/JuliaParallel/DTables.jl.git ; julia -t4 -e 'using Pkg; Pkg.activate(\" DTables.jl\" ); Pkg.develop(;path=\" .\" ); Pkg.instantiate(); Pkg.test()'"
You can’t perform that action at this time.
0 commit comments