@@ -25,27 +25,30 @@ steps:
25
25
julia_args : " --threads=1"
26
26
- JuliaCI/julia-coverage#v1:
27
27
codecov : true
28
- - label : Julia 1.10
28
+
29
+ - label : Julia 1
29
30
timeout_in_minutes : 90
30
31
<< : *test
31
32
plugins :
32
33
- JuliaCI/julia#v1:
33
- version : " 1.10 "
34
+ version : " 1"
34
35
- JuliaCI/julia-test#v1:
35
36
julia_args : " --threads=1"
36
37
- JuliaCI/julia-coverage#v1:
37
38
codecov : true
39
+
38
40
- label : Julia nightly
39
41
timeout_in_minutes : 90
40
42
<< : *test
41
43
plugins :
42
44
- JuliaCI/julia#v1:
43
- version : " 1.10- nightly"
45
+ version : " nightly"
44
46
- JuliaCI/julia-test#v1:
45
47
julia_args : " --threads=1"
46
48
- JuliaCI/julia-coverage#v1:
47
49
codecov : true
48
- - label : Julia 1.9 (macOS)
50
+
51
+ - label : Julia 1 (macOS)
49
52
timeout_in_minutes : 90
50
53
<< : *test
51
54
agents :
@@ -54,35 +57,38 @@ steps:
54
57
arch : x86_64
55
58
plugins :
56
59
- JuliaCI/julia#v1:
57
- version : " 1.9 "
60
+ version : " 1"
58
61
- JuliaCI/julia-test#v1:
59
62
julia_args : " --threads=1"
60
63
- JuliaCI/julia-coverage#v1:
61
64
codecov : true
62
- - label : Julia 1.9 - TimespanLogging
65
+
66
+ - label : Julia 1 - TimespanLogging
63
67
timeout_in_minutes : 20
64
68
<< : *test
65
69
plugins :
66
70
- JuliaCI/julia#v1:
67
- version : " 1.9 "
71
+ version : " 1"
68
72
- JuliaCI/julia-coverage#v1:
69
73
codecov : true
70
74
command : " julia --project -e 'using Pkg; Pkg.instantiate(); Pkg.develop(;path=\" lib/TimespanLogging\" ); Pkg.test(\" TimespanLogging\" )'"
71
- - label : Julia 1.9 - DaggerWebDash
75
+
76
+ - label : Julia 1 - DaggerWebDash
72
77
timeout_in_minutes : 20
73
78
<< : *test
74
79
plugins :
75
80
- JuliaCI/julia#v1:
76
- version : " 1.9 "
81
+ version : " 1"
77
82
- JuliaCI/julia-coverage#v1:
78
83
codecov : true
79
84
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\" )'"
85
+
80
86
- label : Benchmarks
81
87
timeout_in_minutes : 120
82
88
<< : *bench
83
89
plugins :
84
90
- JuliaCI/julia#v1:
85
- version : " 1.9 "
91
+ version : " 1"
86
92
- JuliaCI/julia-test#v1:
87
93
run_tests : false
88
94
command : " julia -e 'using Pkg; Pkg.add(\" BenchmarkTools\" ); Pkg.develop(;path=pwd())'; JULIA_PROJECT=\" $PWD\" julia --project benchmarks/benchmark.jl"
@@ -93,11 +99,12 @@ steps:
93
99
BENCHMARK_SCALE : " 5:5:50"
94
100
artifacts :
95
101
- benchmarks/result*
102
+
96
103
- label : DTables.jl stability test
97
104
timeout_in_minutes : 20
98
105
plugins :
99
106
- JuliaCI/julia#v1:
100
- version : " 1.9 "
107
+ version : " 1"
101
108
env :
102
109
JULIA_NUM_THREADS : " 4"
103
110
agents :
@@ -106,3 +113,6 @@ steps:
106
113
os : linux
107
114
arch : x86_64
108
115
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()'"
116
+
117
+ # env:
118
+ # SECRET_CODECOV_TOKEN: ""
0 commit comments