Skip to content

Commit db060ce

Browse files
committed
Update cli required checks to use CI summary fan-in
Replace the 7 individual required checks for tektoncd/cli with the single 'CI summary' fan-in check, matching the pattern already used by tektoncd/pipeline, tektoncd/plumbing and tektoncd/pruner. Corresponding PR: tektoncd/cli#2741 Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent 6c47a66 commit db060ce

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

config/repo-checks.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,7 @@ repos:
3333
chains:
3434
- "CI summary"
3535
cli:
36-
- "build"
37-
- "test"
38-
- "lint"
39-
- "Check generated code"
40-
- "Multi-arch build"
41-
- "e2e-tests / e2e tests (k8s-oldest)"
42-
- "e2e-tests / e2e tests (k8s-plus-one)"
36+
- "CI summary"
4337
dashboard:
4438
- "CI summary"
4539
mcp-server:

prow/control-plane/config.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,7 @@ tide:
4141
- "CI summary"
4242
cli:
4343
required-contexts:
44-
- "build"
45-
- "test"
46-
- "lint"
47-
- "Check generated code"
48-
- "Multi-arch build"
49-
- "e2e-tests / e2e tests (k8s-oldest)"
50-
- "e2e-tests / e2e tests (k8s-plus-one)"
44+
- "CI summary"
5145
dashboard:
5246
required-contexts:
5347
- "CI summary"

0 commit comments

Comments
 (0)