Skip to content

Commit 70faeea

Browse files
committed
add Buildkite
1 parent 17469f2 commit 70faeea

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
11
include:
22
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
33

4-
test:1.5:
5-
extends:
6-
- .julia:1.5
7-
- .test
8-
9-
test:1.4:
10-
extends:
11-
- .julia:1.4
12-
- .test
13-
tags:
14-
- nvidia
15-
164
test:1.3:
175
extends:
186
- .julia:1.3

0 commit comments

Comments
 (0)