Skip to content

Commit 1078fb1

Browse files
authored
Merge pull request #146 from JuliaGPU/vc/buildkite
add Buildkite
2 parents 17469f2 + 6621fe6 commit 1078fb1

File tree

2 files changed

+25
-46
lines changed

2 files changed

+25
-46
lines changed

.buildkite/pipeline.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
steps:
2+
- label: "Julia 1.5"
3+
plugins:
4+
- JuliaCI/julia#v0.5:
5+
version: 1.5
6+
- JuliaCI/julia-test#v0.3:
7+
# - JuliaCI/julia-coverage#v0.3:
8+
# codecov: true
9+
agents:
10+
queue: "juliagpu"
11+
cuda: "*"
12+
13+
- label: "Julia nightly"
14+
plugins:
15+
- JuliaCI/julia#v0.5:
16+
version: nightly
17+
- JuliaCI/julia-test#v0.3:
18+
agents:
19+
queue: "juliagpu"
20+
cuda: "*"
21+
soft_fail:
22+
- exit_status: 1
23+
24+
env:
25+
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts

.gitlab-ci.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)