From 2206e107ec20507957a82a704ef9f3dc3ba0eb0d Mon Sep 17 00:00:00 2001 From: "Yuhsiang M. Tsai" Date: Tue, 6 Apr 2021 17:05:17 +0800 Subject: [PATCH] try manual switch --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e7853f8fe43..cff6194b68f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,8 @@ stages: - sync - build - code_quality + - switch + - full_build - deploy - QoS_tools - benchmark-build @@ -156,11 +158,21 @@ sync: - private_ci - cpu +# Switch (Manual) +switch: + stage: switch + image: localhost:5000/gko-nocuda-gnu9-llvm8 + when: manual + tags: + - private_ci + - cpu + # Build jobs # Job with example runs. build/cuda90/gcc/all/debug/shared: <<: *default_build_with_test + stage: full_build image: localhost:5000/gko-cuda90-gnu5-llvm39 variables: <<: *default_variables