Skip to content

Commit

Permalink
try manual switch
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Apr 6, 2021
1 parent 78e7d2d commit c7f5cb2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ stages:
- sync
- build
- code_quality
- switch
- full_build
- deploy
- QoS_tools
- benchmark-build
Expand Down Expand Up @@ -156,11 +158,23 @@ sync:
- private_ci
- cpu

# Switch (Manual)
switch:
stage: switch
image: localhost:5000/gko-nocuda-gnu9-llvm8
script:
- echo "run the left jobs"
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
Expand Down

0 comments on commit c7f5cb2

Please sign in to comment.