File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 77 - JuliaCI/julia#v1:
88 version : " {{matrix.julia}}"
99 - JuliaCI/julia-test#v1: ~
10- - JuliaCI/julia-coverage#v1: ~
10+ - JuliaCI/julia-coverage#v1:
11+ coverage : " {{matrix.coverage}}"
1112 agents :
1213 queue : " juliagpu"
1314 cuda : " *"
@@ -26,17 +27,23 @@ steps:
2627 if : build.message !~ /\[skip tests\]/
2728 timeout_in_minutes : 120
2829 matrix :
29- setup :
30- julia :
31- - " 1.6"
32- - " 1.7"
33- - " 1.8"
34- - " 1.9"
35- # - "nightly"
36- # adjustments:
37- # - with:
38- # julia: "nightly"
39- # soft_fail: true
30+ adjustments :
31+ - with :
32+ julia : " 1.6"
33+ coverage : false
34+ - with :
35+ julia : " 1.7"
36+ coverage : false
37+ - with :
38+ julia : " 1.8"
39+ coverage : false
40+ - with :
41+ julia : " 1.9"
42+ coverage : false
43+ # - with:
44+ # julia: "nightly"
45+ # coverage: "false"
46+ # soft_fail: true
4047
4148 - group : " :racehorse: Benchmarks"
4249 steps :
You can’t perform that action at this time.
0 commit comments