Skip to content

Commit b441777

Browse files
authored
add pipeline file (#394)
1 parent 567b21f commit b441777

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)