Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit d635516

Browse files
Merge pull request #126 from JuliaDiff/buildkite
add buildkite pipeline
2 parents d1572c9 + ad505bf commit d635516

File tree

3 files changed

+19
-38
lines changed

3 files changed

+19
-38
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#v0.6:
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+
timeout_in_minutes: 60
13+
# Don't run Buildkite if the commit message includes the text [skip tests]
14+
if: build.message !~ /\[skip tests\]/
15+
16+
env:
17+
GROUP: GPU
18+
JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
19+
# SECRET_CODECOV_TOKEN: "..."

.gitlab-ci.yml

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

.travis.yml

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

0 commit comments

Comments
 (0)