DEV-1080 Disabled Gitlab-CI Pipeline patchday-elastic

- ELK stack was mnigrated to k8s, no more hosts available for patchday
main
MIchael Haehnel 2 years ago
parent 6b889615e7
commit 9b7d8a2e9b
No known key found for this signature in database
GPG Key ID: D2FA233B52AEC75C

@ -17,7 +17,7 @@ stages:
- run-setup-digitalocean - run-setup-digitalocean
- run-update - run-update
- run-patchday-harbor - 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-database
- run-patchday-all - run-patchday-all
- run-hcloud-firewall - run-hcloud-firewall
@ -436,6 +436,7 @@ run-patchday-elastic-devnso:
- rm /tmp/vault-pass - rm /tmp/vault-pass
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "main" - 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: run-patchday-database-postgres-devnso:
extends: .run-patchday extends: .run-patchday
@ -541,6 +542,7 @@ run-patchday-elastic-qanso:
- rm /tmp/vault-pass - rm /tmp/vault-pass
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "qanso" - 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: run-patchday-database-postgres-qanso:
extends: .run-patchday extends: .run-patchday
@ -631,6 +633,7 @@ run-patchday-elastic-prodnso:
- rm /tmp/vault-pass - rm /tmp/vault-pass
rules: rules:
- if: $CI_PIPELINE_SOURCE == "schedule" && $CI_COMMIT_BRANCH == "prodnso" - 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: run-patchday-database-postgres-prodnso:
extends: .run-patchday extends: .run-patchday

Loading…
Cancel
Save