Skip to content

ci: Add CI summary fan-in check#1566

Merged
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:ci-summary-check
Feb 24, 2026
Merged

ci: Add CI summary fan-in check#1566
tekton-robot merged 1 commit intotektoncd:mainfrom
vdemeester:ci-summary-check

Conversation

@vdemeester
Copy link
Copy Markdown
Member

Changes

Add a CI summary job that fans in all CI checks into a single
required status check. This allows branch protection to use a
single "CI summary" check instead of listing individual jobs.

  • Add ci-summary job that depends on build, linting, tests, e2e-tests
  • Add merge_group trigger for merge queue support
  • Fix concurrency group to include merge_group.head_ref

This matches the pattern already used by tektoncd/pipeline,
tektoncd/plumbing, tektoncd/pruner, and tektoncd/operator.

A follow-up PR to tektoncd/plumbing will update the branch protection
rules to use the new CI summary check.

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

  • Has Docs included if any changes are user facing
  • Has Tests included if any functionality added or changed
  • Follows the commit message standard
  • Meets the Tekton contributor standards (including
    functionality, content, code)
  • Release notes block below has been updated with any user facing changes (API changes, bug fixes, changes requiring upgrade notices or deprecation warnings)
  • Release notes contains the string "action required" if the change requires additional action from users switching to the new release

Release Notes

NONE

Add a CI summary job that fans in all CI checks into a single
required status check. This allows branch protection to use a
single 'CI summary' check instead of listing individual jobs.

Changes:
- Add ci-summary job that depends on build, linting, tests, e2e-tests
- Add merge_group trigger for merge queue support
- Fix concurrency group to include merge_group.head_ref

This matches the pattern already used by tektoncd/pipeline,
tektoncd/plumbing, tektoncd/pruner, and tektoncd/operator.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
@tekton-robot tekton-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Feb 23, 2026
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/kind cleanup

@tekton-robot tekton-robot added the kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. label Feb 24, 2026
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 24, 2026
@anithapriyanatarajan
Copy link
Copy Markdown
Contributor

/approve

@tekton-robot
Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: anithapriyanatarajan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [anithapriyanatarajan]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 24, 2026
@tekton-robot tekton-robot merged commit 9086de7 into tektoncd:main Feb 24, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants