From d199433a57507611ef7702037f59dbb59b8f11af Mon Sep 17 00:00:00 2001 From: friedrich goerz Date: Tue, 19 Jul 2022 10:52:10 +0200 Subject: [PATCH] DEV-515: bugfix to start only patchday related jobs --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aefa93..601b5c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -110,6 +110,8 @@ run-setup-digitalocean: - rm /tmp/vault-pass only: - main + except: + - schedules run-setup-dev: @@ -120,6 +122,8 @@ run-setup-dev: - echo "${ANSIBLE_VAULT_PASS_DEV}" > /tmp/vault-pass only: - main + except: + - schedules run-setup-devscr: extends: .run-setup @@ -129,6 +133,8 @@ run-setup-devscr: - echo "${ANSIBLE_VAULT_PASS_DEV}" > /tmp/vault-pass only: - main + except: + - schedules run-setup-qa: extends: .run-setup @@ -138,6 +144,8 @@ run-setup-qa: - echo "${ANSIBLE_VAULT_PASS_QA}" > /tmp/vault-pass only: - qa + except: + - schedules run-setup-prodnso: extends: .run-setup @@ -147,6 +155,8 @@ run-setup-prodnso: - echo "${ANSIBLE_VAULT_PASS_PRODNSO}" > /tmp/vault-pass only: - prodnso + except: + - schedules ######## ### This Page: http://patorjk.com/software/taag/#p=display&f=Doom&t=kubernetes.yml @@ -184,6 +194,8 @@ run-kubernetes-dev: - echo "${ANSIBLE_VAULT_PASS_DEV}" > /tmp/vault-pass only: - main + except: + - schedules run-kubernetes-qa: extends: .run-kubernetes @@ -193,6 +205,8 @@ run-kubernetes-qa: - echo "${ANSIBLE_VAULT_PASS_QA}" > /tmp/vault-pass only: - qa + except: + - schedules run-kubernetes-prodnso: extends: .run-kubernetes @@ -202,6 +216,8 @@ run-kubernetes-prodnso: - echo "${ANSIBLE_VAULT_PASS_PRODNSO}" > /tmp/vault-pass only: - prodnso + except: + - schedules ######## ### http://patorjk.com/software/taag/#p=display&f=Doom&t=smardigo.yml