We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be74c17 commit 4dac743Copy full SHA for 4dac743
.buildkite/pipeline.yml
@@ -7,7 +7,8 @@ steps:
7
- JuliaCI/julia#v1:
8
version: "{{matrix.julia}}"
9
- JuliaCI/julia-test#v1: ~
10
- - JuliaCI/julia-coverage#v1: ~
+ - JuliaCI/julia-coverage#v1:
11
+ coverage: "{{matrix.coverage}}"
12
agents:
13
queue: "juliagpu"
14
cuda: "*"
@@ -31,12 +32,16 @@ steps:
31
32
- "1.6"
33
- "1.7"
34
- "1.8"
- - "1.9"
35
- # - "nightly"
36
- # adjustments:
37
- # - with:
38
- # julia: "nightly"
39
- # soft_fail: true
+ coverage:
+ - "false"
+ adjustments:
+ - with:
+ julia: "1.9"
40
+ coverage: true
41
+ # - with:
42
+ # julia: "nightly"
43
+ # coverage: "false"
44
+ # soft_fail: true
45
46
- group: ":racehorse: Benchmarks"
47
steps:
0 commit comments