Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes image tags and sm_75 from gitlab-ci.yml #89

Merged
merged 3 commits into from
Jun 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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