Skip to content

Commit 3ffe4f6

Browse files
committed
Update gitlab-ci
1 parent 72f2578 commit 3ffe4f6

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

.gitlab-ci.yml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,36 @@
11
variables:
2-
CI_IMAGE_TAG: 'cuda'
2+
CI_APT_INSTALL: 'libgomp1'
33
JULIA_NUM_THREADS: '4'
4+
NVIDIA_VISIBLE_DEVICES: 'all'
5+
NVIDIA_DRIVER_CAPABILITIES: 'compute,utility'
6+
CI_THOROUGH: 'true'
7+
JULIA_CUDA_VERSION: '10.2'
8+
JULIA_CUDA_USE_BINARYBUILDER: 'true'
49

510
include:
611
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
712

8-
image: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04
13+
image: ubuntu:bionic
914

1015
test:v1.4:
1116
extends:
1217
- .julia:1.4
1318
- .test
1419
variables:
1520
CI_VERSION_TAG: 'v1.4'
21+
tags:
22+
- nvidia
23+
- cuda_10.2
24+
25+
test:v1.5:
26+
extends:
27+
- .julia:1.5
28+
- .test
29+
variables:
30+
CI_VERSION_TAG: 'v1.5'
31+
tags:
32+
- nvidia
33+
- cuda_10.2
1634

1735
# test:dev:
1836
# extends:

0 commit comments

Comments
 (0)