File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-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.8
1921 timeout_in_minutes : 90
2527 julia_args : " --threads=1"
2628 - JuliaCI/julia-coverage#v1:
2729 codecov : true
30+
2831 - label : Julia 1.9
2932 timeout_in_minutes : 90
3033 << : *test
3538 julia_args : " --threads=1"
3639 - JuliaCI/julia-coverage#v1:
3740 codecov : true
41+
3842 - label : Julia 1.10
3943 timeout_in_minutes : 90
4044 << : *test
4549 julia_args : " --threads=1"
4650 - JuliaCI/julia-coverage#v1:
4751 codecov : true
52+
4853 - label : Julia nightly
4954 timeout_in_minutes : 90
5055 << : *test
5560 julia_args : " --threads=1"
5661 - JuliaCI/julia-coverage#v1:
5762 codecov : true
63+
5864 - label : Julia 1.8 (macOS)
5965 timeout_in_minutes : 90
6066 << : *test
6975 julia_args : " --threads=1"
7076 - JuliaCI/julia-coverage#v1:
7177 codecov : true
78+
7279 - label : Julia 1.8 - TimespanLogging
7380 timeout_in_minutes : 20
7481 << : *test
7885 - JuliaCI/julia-coverage#v1:
7986 codecov : true
8087 command : " julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.test(\" TimespanLogging\" )'"
88+
8189 - label : Julia 1.8 - DaggerWebDash
8290 timeout_in_minutes : 20
8391 << : *test
8795 - JuliaCI/julia-coverage#v1:
8896 codecov : true
8997 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\" )'"
98+
9099 - label : Benchmarks
91100 timeout_in_minutes : 120
92101 << : *bench
@@ -103,6 +112,7 @@ steps:
103112 BENCHMARK_SCALE : " 5:5:50"
104113 artifacts :
105114 - benchmarks/result*
115+
106116 - label : DTables.jl stability test
107117 timeout_in_minutes : 20
108118 plugins :
You can’t perform that action at this time.
0 commit comments