diff --git a/config/repo-checks.yaml b/config/repo-checks.yaml index 47705fbf3..e92467239 100644 --- a/config/repo-checks.yaml +++ b/config/repo-checks.yaml @@ -33,13 +33,7 @@ repos: chains: - "CI summary" cli: - - "build" - - "test" - - "lint" - - "Check generated code" - - "Multi-arch build" - - "e2e-tests / e2e tests (k8s-oldest)" - - "e2e-tests / e2e tests (k8s-plus-one)" + - "CI summary" dashboard: - "CI summary" mcp-server: diff --git a/prow/control-plane/config.yaml b/prow/control-plane/config.yaml index 8bc23a929..78ea1f70b 100644 --- a/prow/control-plane/config.yaml +++ b/prow/control-plane/config.yaml @@ -41,13 +41,7 @@ tide: - "CI summary" cli: required-contexts: - - "build" - - "test" - - "lint" - - "Check generated code" - - "Multi-arch build" - - "e2e-tests / e2e tests (k8s-oldest)" - - "e2e-tests / e2e tests (k8s-plus-one)" + - "CI summary" dashboard: required-contexts: - "CI summary"