From 9b7d8a2e9bc6d099305f76b006a383c134a79575 Mon Sep 17 00:00:00 2001 From: MIchael Haehnel Date: Thu, 7 Dec 2023 12:30:09 +0100 Subject: [PATCH] DEV-1080 Disabled Gitlab-CI Pipeline patchday-elastic - ELK stack was mnigrated to k8s, no more hosts available for patchday --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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