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.
2 parents 97150e5 + a18a6a8 commit 075bc17Copy full SHA for 075bc17
.buildkite/pipeline.yml
@@ -1,8 +1,8 @@
1
steps:
2
- label: "CUDA.jl"
3
plugins:
4
- - JuliaCI/julia#v0.4:
5
- version: nightly
+ - JuliaCI/julia#v0.6:
+ version: 1.6-nightly
6
- JuliaCI/julia-coverage#v0.2:
7
codecov: true
8
command: |
@@ -18,12 +18,13 @@ steps:
18
agents:
19
queue: "juliagpu"
20
cuda: "*"
21
+ if: build.message !~ /\[skip tests\]/
22
timeout_in_minutes: 60
23
24
- label: "oneAPI.jl"
25
26
27
28
29
30
@@ -39,6 +40,7 @@ steps:
39
40
41
42
intel: "*"
43
44
45
46
env:
0 commit comments