File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
variables :
2
- CI_IMAGE_TAG : ' - cuda'
2
+ CI_IMAGE_TAG : ' cuda'
3
3
4
4
stages :
5
5
- test
6
6
- postprocess
7
7
8
8
include :
9
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/common.yml'
10
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/test_v0.7.yml'
11
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/test_v1.0.yml'
12
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/test_dev.yml'
13
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/postprocess_coverage.yml'
14
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/postprocess_documentation.yml'
9
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ common.yml'
10
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ test_v0.7.yml'
11
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ test_v1.0.yml'
12
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ test_dev.yml'
13
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ postprocess_coverage.yml'
14
+ - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/ postprocess_documentation.yml'
15
15
16
16
test:dev :
17
17
allow_failure : true
You can’t perform that action at this time.
0 commit comments