From d8e8ac831edebb245ebf53b10e07e2571d66aba4 Mon Sep 17 00:00:00 2001 From: Navid Constantinou Date: Tue, 2 Jun 2020 22:35:47 +1000 Subject: [PATCH 1/3] removes image tags and sm_75 --- .gitlab-ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d034f9d5..d2f462f1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,6 @@ variables: # 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: @@ -18,13 +16,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' @@ -32,4 +28,4 @@ julia:1.4: coverage: extends: - .julia:1.4 - - .coverage + - .coverage \ No newline at end of file From 573635a5cdc041330cead85408faab7d08ea7038 Mon Sep 17 00:00:00 2001 From: Navid Constantinou Date: Tue, 2 Jun 2020 22:40:49 +1000 Subject: [PATCH 2/3] adds JULIA_CUDA_USE_BINARYBUILDER: 'false' --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2f462f1..7a758042 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ 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: From 3dbf0204cfd680e067131c6eb21a14eb90ccb58a Mon Sep 17 00:00:00 2001 From: Navid Constantinou Date: Tue, 2 Jun 2020 22:42:32 +1000 Subject: [PATCH 3/3] adds empty line --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7a758042..0338f0ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,4 +29,5 @@ julia:1.4: coverage: extends: - .julia:1.4 - - .coverage \ No newline at end of file + - .coverage + \ No newline at end of file