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

Commit b0ef268

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.gitlab-ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ 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'
7+
# - 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v4/test_v1.3.yml'
88
- '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'
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'
1111

1212
test:dev:
1313
allow_failure: true
@@ -29,7 +29,7 @@ pages:
2929

3030
cuarrays:
3131
stage: test
32-
image: "juliagpu/julia:v1.3-cuda"
32+
image: "juliagpu/julia:dev-cuda"
3333
script:
3434
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
3535
- 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)