File tree 1 file changed +11
-1
lines changed
1 file changed +11
-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.develop(; url=\" https://github.com/JuliaData/MemPool.jl#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.8
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.9
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 1.10
39
43
timeout_in_minutes : 90
40
44
<< : *test
45
49
julia_args : " --threads=1"
46
50
- JuliaCI/julia-coverage#v1:
47
51
codecov : true
52
+
48
53
- label : Julia nightly
49
54
timeout_in_minutes : 90
50
55
<< : *test
55
60
julia_args : " --threads=1"
56
61
- JuliaCI/julia-coverage#v1:
57
62
codecov : true
63
+
58
64
- label : Julia 1.8 (macOS)
59
65
timeout_in_minutes : 90
60
66
<< : *test
69
75
julia_args : " --threads=1"
70
76
- JuliaCI/julia-coverage#v1:
71
77
codecov : true
78
+
72
79
- label : Julia 1.8 - TimespanLogging
73
80
timeout_in_minutes : 20
74
81
<< : *test
78
85
- JuliaCI/julia-coverage#v1:
79
86
codecov : true
80
87
command : " julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.test(\" TimespanLogging\" )'"
88
+
81
89
- label : Julia 1.8 - DaggerWebDash
82
90
timeout_in_minutes : 20
83
91
<< : *test
87
95
- JuliaCI/julia-coverage#v1:
88
96
codecov : true
89
97
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
+
90
99
- label : Benchmarks
91
100
timeout_in_minutes : 120
92
101
<< : *bench
@@ -103,6 +112,7 @@ steps:
103
112
BENCHMARK_SCALE : " 5:5:50"
104
113
artifacts :
105
114
- benchmarks/result*
115
+
106
116
- label : DTables.jl stability test
107
117
timeout_in_minutes : 20
108
118
plugins :
You can’t perform that action at this time.
0 commit comments