Skip to content

Commit

Permalink
Merge pull request #89 from FourierFlows/UpdateGitlabCI
Browse files Browse the repository at this point in the history
Removes image tags and sm_75 from gitlab-ci.yml
  • Loading branch information
navidcy authored Jun 2, 2020
2 parents b890620 + 3dbf020 commit b587ac8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ variables:
CI_IMAGE_TAG: 'cuda'
JULIA_NUM_THREADS: '1'
JULIA_CUDA_VERBOSE: 'true'
JULIA_CUDA_USE_BINARYBUILDER: 'false' # reduce CI network traffic

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

# image: nvidia/cuda:10.1-cudnn7-devel

julia:1.0:
extends:
Expand All @@ -18,13 +17,11 @@ julia:1.0:

# the "primary" target, where we require a new GPU to make sure all tests are run
julia:1.4:
# image: juliagpu/cuda:10.1-cudnn7-cutensor1-devel-ubuntu18.04
extends:
- .julia:1.4
- .test
tags:
- nvidia
- sm_75
variables:
CI_THOROUGH: 'true'

Expand All @@ -33,3 +30,4 @@ coverage:
extends:
- .julia:1.4
- .coverage

0 comments on commit b587ac8

Please sign in to comment.