Skip to content

Commit 075bc17

Browse files
authored
Merge pull request #342 from JuliaGPU/tb/ci
Test with the 1.6 nightly, not 1.7.
2 parents 97150e5 + a18a6a8 commit 075bc17

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
steps:
22
- label: "CUDA.jl"
33
plugins:
4-
- JuliaCI/julia#v0.4:
5-
version: nightly
4+
- JuliaCI/julia#v0.6:
5+
version: 1.6-nightly
66
- JuliaCI/julia-coverage#v0.2:
77
codecov: true
88
command: |
@@ -18,12 +18,13 @@ steps:
1818
agents:
1919
queue: "juliagpu"
2020
cuda: "*"
21+
if: build.message !~ /\[skip tests\]/
2122
timeout_in_minutes: 60
2223

2324
- label: "oneAPI.jl"
2425
plugins:
25-
- JuliaCI/julia#v0.4:
26-
version: nightly
26+
- JuliaCI/julia#v0.6:
27+
version: 1.6-nightly
2728
- JuliaCI/julia-coverage#v0.2:
2829
codecov: true
2930
command: |
@@ -39,6 +40,7 @@ steps:
3940
agents:
4041
queue: "juliagpu"
4142
intel: "*"
43+
if: build.message !~ /\[skip tests\]/
4244
timeout_in_minutes: 60
4345

4446
env:

0 commit comments

Comments
 (0)