We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17469f2 + 6621fe6 commit 1078fb1Copy full SHA for 1078fb1
.buildkite/pipeline.yml
@@ -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
15
16
+ version: nightly
17
18
19
20
21
+ soft_fail:
22
+ - exit_status: 1
23
24
+env:
25
+ JULIA_PKG_SERVER: "" # it often struggles with our large artifacts
.gitlab-ci.yml
0 commit comments