Skip to content

Commit e7add33

Browse files
committed
Only run with coverage on 1.9.
1 parent be74c17 commit e7add33

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

.buildkite/pipeline.yml

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ steps:
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:

0 commit comments

Comments
 (0)