Skip to content

Commit cb0ed87

Browse files
authored
Merge pull request #203 from JuliaDynamics/hw/buildkite
add buildkite pipleline for GPU tests
2 parents ad5c109 + 3c188da commit cb0ed87

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# env:
2+
# SECRET_CODECOV_TOKEN: "..."
3+
4+
steps:
5+
- label: "Julia v1"
6+
plugins:
7+
- JuliaCI/julia#v1:
8+
version: "1"
9+
- JuliaCI/julia-test#v1: ~
10+
# - JuliaCI/julia-coverage#v1:
11+
# codecov: true
12+
agents:
13+
queue: "juliagpu"
14+
cuda: "*"
15+
if: build.message !~ /\[skip tests\]/
16+
timeout_in_minutes: 60

0 commit comments

Comments
 (0)