File tree Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Expand file tree Collapse file tree 2 files changed +25
-12
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
include :
2
2
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
3
3
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
-
16
4
test:1.3 :
17
5
extends :
18
6
- .julia:1.3
You can’t perform that action at this time.
0 commit comments