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 5
5
sandbox_capable : " true"
6
6
os : linux
7
7
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
+
9
10
.bench : &bench
10
11
if : build.message =~ /\[run benchmarks\]/
11
12
agents :
14
15
os : linux
15
16
arch : x86_64
16
17
num_cpus : 16
18
+
17
19
steps :
18
20
- label : Julia 1.9
19
21
timeout_in_minutes : 90
25
27
julia_args : " --threads=1"
26
28
- JuliaCI/julia-coverage#v1:
27
29
codecov : true
30
+
28
31
- label : Julia 1.10
29
32
timeout_in_minutes : 90
30
33
<< : *test
35
38
julia_args : " --threads=1"
36
39
- JuliaCI/julia-coverage#v1:
37
40
codecov : true
41
+
38
42
- label : Julia nightly
39
43
timeout_in_minutes : 90
40
44
<< : *test
77
81
- JuliaCI/julia-coverage#v1:
78
82
codecov : true
79
83
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
+
80
85
- label : Benchmarks
81
86
timeout_in_minutes : 120
82
87
<< : *bench
93
98
BENCHMARK_SCALE : " 5:5:50"
94
99
artifacts :
95
100
- benchmarks/result*
101
+
96
102
- label : DTables.jl stability test
97
103
timeout_in_minutes : 20
98
104
plugins :
You can’t perform that action at this time.
0 commit comments