Skip to content

Commit

Permalink
Only run with coverage on 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Jul 3, 2023
1 parent be74c17 commit e7add33
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ steps:
- JuliaCI/julia#v1:
version: "{{matrix.julia}}"
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1: ~
- JuliaCI/julia-coverage#v1:
coverage: "{{matrix.coverage}}"
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -26,17 +27,23 @@ steps:
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 120
matrix:
setup:
julia:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
# - "nightly"
# adjustments:
# - with:
# julia: "nightly"
# soft_fail: true
adjustments:
- with:
julia: "1.6"
coverage: false
- with:
julia: "1.7"
coverage: false
- with:
julia: "1.8"
coverage: false
- with:
julia: "1.9"
coverage: false
# - with:
# julia: "nightly"
# coverage: "false"
# soft_fail: true

- group: ":racehorse: Benchmarks"
steps:
Expand Down

0 comments on commit e7add33

Please sign in to comment.