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

Commit e8de056

Browse files
committed
Only test on dev.
1 parent b150447 commit e8de056

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitlab-ci.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ variables:
44

55
include:
66
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/common.yml'
7-
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.3.yml'
87
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_dev.yml'
9-
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_v1.3.yml'
10-
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/documentation_v1.3.yml'
8+
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/coverage_dev.yml'
9+
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/documentation_dev.yml'
1110

1211
test:dev:
1312
allow_failure: true
@@ -29,7 +28,7 @@ pages:
2928

3029
cuarrays:
3130
stage: test
32-
image: "juliagpu/julia:v1.3-cuda"
31+
image: "juliagpu/julia:dev-cuda"
3332
script:
3433
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
3534
- julia -e 'using Pkg;

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2222
test = ["Test"]
2323

2424
[compat]
25-
julia = "1.1"
25+
julia = "1.3"
2626
CUDAdrv = "3.1"
2727
LLVM = "1.2"
2828
CUDAapi = "0.6, 1.0"

0 commit comments

Comments
 (0)