From 271981d4bb7e7291a24eeafbca4f733a20159fec Mon Sep 17 00:00:00 2001 From: Piotr Halama Date: Tue, 21 May 2024 10:03:16 +0200 Subject: [PATCH] Don't manage cli branch protection --- prow/config.yaml | 30 ++++++++++-------------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/prow/config.yaml b/prow/config.yaml index bab2afcba48a..2e6b3b993405 100644 --- a/prow/config.yaml +++ b/prow/config.yaml @@ -342,30 +342,20 @@ branch-protection: runtime-watcher: required_status_checks: contexts: - - "E2E (watcher-enqueue)" - - "E2E (watcher-metrics)" + - "E2E (watcher-enqueue)" + - "E2E (watcher-metrics)" modulectl: required_status_checks: contexts: - - "Build modulectl" - - "E2E Test - Create Scaffold" - - "Lint PR Title" - - "Lint Markdown Links" - - "Unit Test modulectl" - - "Validate Docs" - - "Verify Unit Test Coverage" + - "Build modulectl" + - "E2E Test - Create Scaffold" + - "Lint PR Title" + - "Lint Markdown Links" + - "Unit Test modulectl" + - "Validate Docs" + - "Verify Unit Test Coverage" cli: - required_status_checks: - contexts: - - "Run E2E tests (test-kubebuilder-module-creation)" - - "Run E2E tests (test-moduleconfig-module-creation)" - - "Run E2E tests (test-same-version-module-creation)" - - "lint" - - "docs validation" - - "unit tests" - - "build" - exclude: - - "^v3$" + unmanaged: true serverless: unmanaged: true keda-manager: