Skip to content

Commit

Permalink
Use latest GPU CI templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Nov 4, 2019
1 parent 916d3da commit 6e8f8c1
Showing 1 changed file with 25 additions and 39 deletions.
64 changes: 25 additions & 39 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,41 +1,27 @@
before_script:
- export CI_DISABLE_CURNN_TEST=true

variables:
CI_IMAGE_TAG: 'cuda'

include:
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'

.flux:
extends: .test
script:
- julia -e 'using InteractiveUtils;
versioninfo()'
- mkdir $JULIA_DEPOT_PATH # Pkg3.jl#325
- julia --project -e 'using Pkg;
Pkg.instantiate();
Pkg.build();
Pkg.test(; coverage=true);'

test:v1.2:
extends: .flux
variables:
CI_VERSION_TAG: 'v1.2'

test:v1.3:
extends: .flux
variables:
CI_VERSION_TAG: 'v1.3'

test:v1.0:
extends: .flux
variables:
CI_VERSION_TAG: 'v1.0'

test:dev:
extends: .flux
variables:
CI_VERSION_TAG: 'dev'

- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'

image: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04


julia:1.2:
extends:
- .julia:1.2
- .test
tags:
- nvidia

julia:1.3:
extends:
- .julia:1.3
- .test
tags:
- nvidia

julia:nightly:
extends:
- .julia:nightly
- .test
tags:
- nvidia
allow_failure: true

0 comments on commit 6e8f8c1

Please sign in to comment.