Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't manage cli branch protection #10749

Merged
merged 1 commit into from
May 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down