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 7
7
- JuliaCI/julia#v1:
8
8
version : " {{matrix.julia}}"
9
9
- JuliaCI/julia-test#v1: ~
10
- - JuliaCI/julia-coverage#v1: ~
10
+ - JuliaCI/julia-coverage#v1:
11
+ coverage : " {{matrix.coverage}}"
11
12
agents :
12
13
queue : " juliagpu"
13
14
cuda : " *"
@@ -26,17 +27,23 @@ steps:
26
27
if : build.message !~ /\[skip tests\]/
27
28
timeout_in_minutes : 120
28
29
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
40
47
41
48
- group : " :racehorse: Benchmarks"
42
49
steps :
You can’t perform that action at this time.
0 commit comments