Skip to content

Commit fa41753

Browse files
Add Buildkite pipeline file
1 parent 06187a3 commit fa41753

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
steps:
2+
- label: "Julia 1"
3+
plugins:
4+
- JuliaCI/julia#v1:
5+
version: "1"
6+
- JuliaCI/julia-test#v1:
7+
coverage: false # 1000x slowdown
8+
agents:
9+
queue: "juliagpu"
10+
cuda: "*"
11+
env:
12+
GROUP: 'GPU'
13+
timeout_in_minutes: 60
14+
# Don't run Buildkite if the commit message includes the text [skip tests]
15+
if: build.message !~ /\[skip tests\]/
16+
17+
env:
18+
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
19+
# SECRET_CODECOV_TOKEN: "..."

0 commit comments

Comments
 (0)