From a24f4162f2bfa95df1e175f88d620bea1c80d431 Mon Sep 17 00:00:00 2001 From: Benjamin Lindner <50365642+lindnerby@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:07:21 +0200 Subject: [PATCH] chore: Remove tide and status check config from jellyfish components (#12024) --- prow/config.yaml | 37 ++++++------------------------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/prow/config.yaml b/prow/config.yaml index 73a240c2fcb6..4f9ac8915e23 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -334,39 +334,11 @@ branch-protection: - "^sec-scanners-config-" - "^sm-integration$" template-operator: - required_status_checks: - contexts: - - "lint" - - "Run integration tests" + unmanaged: true lifecycle-manager: - required_status_checks: - contexts: - - "E2E (kyma-metrics)" - - "E2E (module-without-default-cr)" - - "E2E (upgrade-under-deletion)" - - "E2E (self-signed-certificate-rotation)" - - "E2E (non-blocking-deletion)" - - "E2E (purge-controller)" - - "E2E (purge-metrics)" - - "E2E (watcher-enqueue)" - - "E2E (module-upgrade-channel-switch)" - - "E2E (module-upgrade-new-version)" - - "E2E (ca-certificate-rotation)" - - "E2E (kyma-deprovision-with-foreground-propagation)" - - "E2E (kyma-deprovision-with-background-propagation)" - - "E2E (misconfigured-kyma-secret)" - - "Run 'make test'" - - "kyma (unstable) alpha deploy -k config/control-plane" - - "kyma (unstable) alpha deploy -k config/default" - - "lint" - - "Kustomize (dry-run)" - - "Kustomize (dry-run-control-plane)" - - "markdown-link-check" + unmanaged: true runtime-watcher: - required_status_checks: - contexts: - - "E2E (watcher-enqueue)" - - "E2E (watcher-metrics)" + unmanaged: true modulectl: unmanaged: true cli: @@ -448,6 +420,9 @@ tide: - kyma-project/btp-manager - kyma-project/kyma-environment-broker - kyma-project/modulectl + - kyma-project/lifecycle-manager + - kyma-project/runtime-watcher + - kyma-project/template-operator reviewApprovedRequired: true - labels: - lgtm