diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b810b9..b77b824 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: - run-setup-digitalocean - run-update - run-patchday-harbor - - run-patchday-elastic + # - run-patchday-elastic # Disabled on 231207 because we have no more Elastic hosts currently. ELK Stack mirgrated to K8s. See DEV-1080! - run-patchday-database - run-patchday-all - run-hcloud-firewall @@ -436,6 +436,7 @@ run-patchday-elastic-devnso: - rm /tmp/vault-pass rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "main" + when: manual # Disable automatic execution of this Stage. We have no Elastic hosts in devnso currently. run-patchday-database-postgres-devnso: extends: .run-patchday @@ -541,6 +542,7 @@ run-patchday-elastic-qanso: - rm /tmp/vault-pass rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "qanso" + when: manual # Disable automatic execution of this Stage. We have no Elastic hosts in devnso currently. run-patchday-database-postgres-qanso: extends: .run-patchday @@ -631,6 +633,7 @@ run-patchday-elastic-prodnso: - rm /tmp/vault-pass rules: - if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "prodnso" + when: manual # Disable automatic execution of this Stage. We have no Elastic hosts in devnso currently. run-patchday-database-postgres-prodnso: extends: .run-patchday