Skip to content
Snippets Groups Projects
Commit 76b80422 authored by Soeren Peters's avatar Soeren Peters
Browse files

Set jobs to manual, as long the gitz gitlab has no windows runner and...

Set jobs to manual, as long the gitz gitlab has no windows runner and sonarqube is not transferred to one of the runners.
parent 47fbcaaa
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,8 @@ gcc_9_rebuild:
msvc_16:
stage: build
when: manual
tags:
- win
- gpu
......@@ -437,6 +439,8 @@ vf_to_phoenix:
stage: deploy
needs: ["gcc_9_python"]
when: manual
variables:
SSH_KEY: "$SSH_PRIVATE_KEY"
HOST: "phoenix.hlr.rz.tu-bs.de"
......@@ -456,6 +460,8 @@ cppcheck_to_elladan:
stage: deploy
needs: ["cppcheck"]
when: manual
variables:
SSH_KEY: "$SSH_PRIVATE_KEY_ELLADAN"
HOST: "elladan.irmb.bau.tu-bs.de"
......@@ -469,6 +475,8 @@ gcov_to_elladan:
stage: deploy
needs: ["gcov_gcc_9"]
when: manual
variables:
SSH_KEY: "$SSH_PRIVATE_KEY_ELLADAN"
HOST: "elladan.irmb.bau.tu-bs.de"
......@@ -485,6 +493,8 @@ sonar-scanner:
refs:
- develop
when: manual
variables:
SONAR_HOST_URL: "http://finrod.irmb.bau.tu-bs.de/sonarqube"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment