Skip to content

Commit

Permalink
Disable CI for the private repository by using a tag for all jobs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcojean committed May 20, 2020
1 parent fd146da commit e242298
Showing 1 changed file with 83 additions and 8 deletions.
91 changes: 83 additions & 8 deletions .gitlab-ci.yml
Expand Up @@ -127,6 +127,9 @@ build/cuda90/gcc/all/debug/shared:
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -145,6 +148,9 @@ build/cuda90/clang/all/release/static:
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -162,6 +168,9 @@ build/cuda91/gcc/all/debug/static:
BUILD_TYPE: "Debug"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -179,6 +188,9 @@ build/cuda91/clang/all/release/shared:
BUILD_HIP: "ON"
BUILD_TYPE: "Release"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -196,6 +208,9 @@ build/cuda92/gcc/all/release/shared:
BUILD_HIP: "ON"
BUILD_TYPE: "Release"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -214,6 +229,9 @@ build/cuda92/clang/all/debug/static:
BUILD_TYPE: "Debug"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -231,6 +249,9 @@ build/cuda92/intel/cuda/release/static:
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -247,6 +268,9 @@ build/cuda100/gcc/all/debug/shared:
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -265,6 +289,9 @@ build/cuda100/clang/all/release/static:
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -281,6 +308,9 @@ build/cuda100/intel/cuda/release/shared:
BUILD_CUDA: "ON"
BUILD_TYPE: "Release"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -297,6 +327,9 @@ build/cuda101/gcc/all/debug/shared:
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -314,6 +347,9 @@ build/cuda101/clang/all/release/static:
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -330,6 +366,9 @@ build/cuda101/intel/cuda/debug/static:
BUILD_CUDA: "ON"
BUILD_TYPE: "Debug"
CUDA_ARCH: 35
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -344,6 +383,9 @@ build/amd/gcc/hip/debug/shared:
BUILD_OMP: "ON"
BUILD_HIP: "ON"
BUILD_TYPE: "Debug"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- amd
Expand All @@ -360,6 +402,9 @@ build/amd/clang/hip/release/static:
BUILD_HIP: "ON"
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- amd
Expand All @@ -374,6 +419,9 @@ build/nocuda/gcc/core/debug/static:
BUILD_REFERENCE: "OFF"
BUILD_TYPE: "Debug"
BUILD_SHARED_LIBS: "OFF"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cpu
Expand All @@ -387,6 +435,9 @@ build/nocuda/clang/core/release/shared:
CXX_COMPILER: "clang++"
BUILD_REFERENCE: "OFF"
BUILD_TYPE: "Release"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cpu
Expand All @@ -400,6 +451,9 @@ build/nocuda/intel/core/debug/shared:
CXX_COMPILER: "icpc"
BUILD_REFERENCE: "OFF"
BUILD_TYPE: "Debug"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -412,6 +466,9 @@ build/nocuda/gcc/omp/release/shared:
<<: *default_variables
BUILD_OMP: "ON"
BUILD_TYPE: "Release"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cpu
Expand All @@ -426,6 +483,9 @@ build/nocuda/clang/omp/debug/static:
BUILD_OMP: "ON"
BUILD_TYPE: "Debug"
BUILD_SHARED_LIBS: "OFF"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cpu
Expand All @@ -440,6 +500,9 @@ build/nocuda/intel/omp/release/static:
BUILD_OMP: "ON"
BUILD_TYPE: "Release"
BUILD_SHARED_LIBS: "OFF"
only:
variables:
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -457,6 +520,9 @@ warnings:
BUILD_CUDA: "ON"
BUILD_HIP: "ON"
CXX_FLAGS: "-Werror=pedantic -pedantic-errors"
only:
variables:
- $RUN_CI_TAG
dependencies: []
allow_failure: yes
tags:
Expand All @@ -475,6 +541,9 @@ no-circular-deps:
BUILD_CUDA: "ON"
BUILD_HIP: "ON"
EXTRA_CMAKE_FLAGS: '-DGINKGO_CHECK_CIRCULAR_DEPS=on'
only:
variables:
- $RUN_CI_TAG
dependencies: []
allow_failure: no
tags:
Expand All @@ -493,6 +562,9 @@ clang-tidy:
BUILD_CUDA: "ON"
BUILD_HIP: "ON"
EXTRA_CMAKE_FLAGS: '-DGINKGO_WITH_CLANG_TIDY=ON'
only:
variables:
- $RUN_CI_TAG
dependencies: []
allow_failure: yes
tags:
Expand All @@ -510,6 +582,9 @@ iwyu:
BUILD_CUDA: "ON"
BUILD_CUDA: "HIP"
EXTRA_CMAKE_FLAGS: '-DGINKGO_WITH_IWYU=ON'
only:
variables:
- $RUN_CI_TAG
dependencies: []
allow_failure: yes
tags:
Expand Down Expand Up @@ -552,7 +627,7 @@ sonarqube_cov_:
- tags
only:
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -579,7 +654,7 @@ sonarqube_cov:
- master
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand Down Expand Up @@ -626,7 +701,7 @@ gh-pages:
- master
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
except:
- schedules
tags:
Expand All @@ -647,7 +722,7 @@ threadsanitizer:
- develop
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -667,7 +742,7 @@ leaksanitizer:
- develop
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -687,7 +762,7 @@ addresssanitizer:
- develop
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -707,7 +782,7 @@ leaksanitizer:
- develop
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand All @@ -729,7 +804,7 @@ undefinedsanitizer:
- develop
- tags
variables:
- $PUBLIC_CI_TAG
- $RUN_CI_TAG
tags:
- private_ci
- cuda
Expand Down

0 comments on commit e242298

Please sign in to comment.