Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
Update CI to only test nightly.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 26, 2020
1 parent 32da0e4 commit 9447747
Showing 1 changed file with 10 additions and 23 deletions.
33 changes: 10 additions & 23 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,24 @@ variables:
# Julia versions

# the "primary" target, where we require a new GPU to make sure all tests are run
julia:1.3:
julia:nightly:
extends:
- .julia:1.3
- .julia:nightly
- .test
tags:
- nvidia
- sm_75
variables:
CI_THOROUGH: 'true'

# julia:nightly:
# extends:
# - .julia:nightly
# - .test
# tags:
# - nvidia
# - sm_75
# variables:
# CI_THOROUGH: 'true'
# allow_failure: true

# julia:1.4-debug:
# extends:
# - .julia:source
# - .test
# tags:
# - nvidia
# variables:
# CI_CLONE_ARGS: '-b release-1.4'
# CI_BUILD_ARGS: 'BINARYBUILDER_LLVM_ASSERTS=1 debug'
# allow_failure: true
julia:nightly-debug:
extends:
- .julia:source
- .test
tags:
- nvidia
variables:
CI_BUILD_ARGS: 'BINARYBUILDER_LLVM_ASSERTS=1 debug'


# CUDA versions
Expand Down

0 comments on commit 9447747

Please sign in to comment.