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.
1 parent 06187a3 commit fa41753Copy full SHA for fa41753
.buildkite/pipeline.yml
@@ -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