Skip to content

Commit

Permalink
Merge pull request #2236 from FluxML/bc/buildkite-cov
Browse files Browse the repository at this point in the history
Update GPU CI coverage
  • Loading branch information
ToucheSir authored Jan 11, 2024
2 parents e17b7a5 + 6a66843 commit 590adf2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ steps:
version: "1"
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- ext
agents:
queue: "juliagpu"
cuda: "*"
Expand All @@ -30,6 +32,10 @@ steps:
version: "{{matrix.julia}}"
- JuliaCI/julia-test#v1:
test_args: "--quickfail"
- JuliaCI/julia-coverage#v1:
dirs:
- src
- ext
agents:
queue: "juliaecosystem"
os: "macos"
Expand Down Expand Up @@ -60,7 +66,9 @@ steps:
version: "1.10"
- JuliaCI/julia-test#v1:
- JuliaCI/julia-coverage#v1:
codecov: true
dirs:
- src
- ext
agents:
queue: "juliagpu"
rocm: "*"
Expand Down

0 comments on commit 590adf2

Please sign in to comment.