@@ -31,6 +31,54 @@ steps:
31
31
# Don't run Buildkite if the commit message includes the text [skip tests]
32
32
if : build.message !~ /\[skip tests\]/
33
33
34
+ - label : " WeakConvergence2"
35
+ plugins :
36
+ - JuliaCI/julia#v1:
37
+ version : " 1"
38
+ - JuliaCI/julia-test#v1:
39
+ coverage : false
40
+ julia_args : " --threads=auto"
41
+ agents :
42
+ queue : " juliaecosystem"
43
+ exclusive : true
44
+ env :
45
+ GROUP : ' WeakConvergence2'
46
+ timeout_in_minutes : 240
47
+ # Don't run Buildkite if the commit message includes the text [skip tests]
48
+ if : build.message !~ /\[skip tests\]/
49
+
50
+ - label : " WeakConvergence3"
51
+ plugins :
52
+ - JuliaCI/julia#v1:
53
+ version : " 1"
54
+ - JuliaCI/julia-test#v1:
55
+ coverage : false
56
+ julia_args : " --threads=auto"
57
+ agents :
58
+ queue : " juliaecosystem"
59
+ exclusive : true
60
+ env :
61
+ GROUP : ' WeakConvergence3'
62
+ timeout_in_minutes : 240
63
+ # Don't run Buildkite if the commit message includes the text [skip tests]
64
+ if : build.message !~ /\[skip tests\]/
65
+
66
+ - label : " WeakConvergence4"
67
+ plugins :
68
+ - JuliaCI/julia#v1:
69
+ version : " 1"
70
+ - JuliaCI/julia-test#v1:
71
+ coverage : false
72
+ julia_args : " --threads=auto"
73
+ agents :
74
+ queue : " juliaecosystem"
75
+ exclusive : true
76
+ env :
77
+ GROUP : ' WeakConvergence4'
78
+ timeout_in_minutes : 240
79
+ # Don't run Buildkite if the commit message includes the text [skip tests]
80
+ if : build.message !~ /\[skip tests\]/
81
+
34
82
- label : " WeakAdaptiveCPU"
35
83
plugins :
36
84
- JuliaCI/julia#v1:
0 commit comments