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 567b21f commit b441777Copy full SHA for b441777
.buildkite/pipeline.yml
@@ -0,0 +1,27 @@
1
+env:
2
+ # SECRET_CODECOV_TOKEN can be added here if needed for coverage reporting
3
+
4
+steps:
5
+ - label: "Julia v{{matrix.version}}, {{matrix.label}}"
6
+ plugins:
7
+ - JuliaCI/julia#v1:
8
+ version: "{{matrix.version}}"
9
+ # - JuliaCI/julia-coverage#v1:
10
+ # dirs:
11
+ # - src
12
+ # - ext
13
+ command: julia --eval='println("Skipping CUDA tests - pipeline configured to do nothing")'
14
+ agents:
15
+ queue: "juliagpu"
16
+ cuda: "*"
17
+ if: build.message !~ /\[skip tests\]/
18
+ timeout_in_minutes: 60
19
+ env:
20
+ LABEL: "{{matrix.label}}"
21
+ TEST_TYPE: ext
22
+ matrix:
23
+ setup:
24
+ version:
25
+ - "1"
26
+ label:
27
+ - "cuda"
0 commit comments