add initial GPU CI conf
This commit is contained in:
parent
983d87525b
commit
b5a6207350
|
@ -0,0 +1,10 @@
|
||||||
|
variables:
|
||||||
|
CI_IMAGE_TAG: 'cuda'
|
||||||
|
|
||||||
|
include:
|
||||||
|
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/common.yml'
|
||||||
|
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/test_v1.0.yml'
|
||||||
|
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/test_dev.yml'
|
||||||
|
|
||||||
|
test:dev:
|
||||||
|
allow_failure: true
|
Loading…
Reference in New Issue