File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 55 sandbox_capable : " true"
66 os : linux
77 arch : x86_64
8- command : " julia --project -e 'using Pkg; Pkg.develop(;path=\" lib/TimespanLogging\" )'"
8+ command : " julia --project -e 'using Pkg; Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.add(; url=\" https://github.com/JuliaData/MemPool.jl\" , rev=\" jps/migration-helper\" )'"
9+
910.bench : &bench
1011 if : build.message =~ /\[run benchmarks\]/
1112 agents :
1415 os : linux
1516 arch : x86_64
1617 num_cpus : 16
18+
1719steps :
1820 - label : Julia 1.9
1921 timeout_in_minutes : 90
2527 julia_args : " --threads=1"
2628 - JuliaCI/julia-coverage#v1:
2729 codecov : true
30+
2831 - label : Julia 1.10
2932 timeout_in_minutes : 90
3033 << : *test
3538 julia_args : " --threads=1"
3639 - JuliaCI/julia-coverage#v1:
3740 codecov : true
41+
3842 - label : Julia nightly
3943 timeout_in_minutes : 90
4044 << : *test
7781 - JuliaCI/julia-coverage#v1:
7882 codecov : true
7983 command : " julia -e 'using Pkg; Pkg.develop(;path=pwd()); Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.develop(;path=\" lib/DaggerWebDash\" ); include(\" lib/DaggerWebDash/test/runtests.jl\" )'"
84+
8085 - label : Benchmarks
8186 timeout_in_minutes : 120
8287 << : *bench
9398 BENCHMARK_SCALE : " 5:5:50"
9499 artifacts :
95100 - benchmarks/result*
101+
96102 - label : DTables.jl stability test
97103 timeout_in_minutes : 20
98104 plugins :
You can’t perform that action at this time.
0 commit comments