Skip to content

ci: match all nextgen release branches in GitHub Actions#10550

Merged
ti-chi-bot[bot] merged 1 commit intotikv:release-nextgen-202603from
wuhuizuo:fix/github-actions-nextgen-branch-pattern-202603
Apr 7, 2026
Merged

ci: match all nextgen release branches in GitHub Actions#10550
ti-chi-bot[bot] merged 1 commit intotikv:release-nextgen-202603from
wuhuizuo:fix/github-actions-nextgen-branch-pattern-202603

Conversation

@wuhuizuo
Copy link
Copy Markdown
Contributor

@wuhuizuo wuhuizuo commented Apr 2, 2026

What problem does this PR solve?

Issue Number: Ref #10560

What is changed and how does it work?

ci(actions): match all nextgen release branches

Port the GitHub Actions branch filter update to release-nextgen-202603 by replacing the hardcoded release-nextgen-20250815 workflow filter with release-nextgen-* in:

  • .github/workflows/pd-tests.yaml
  • .github/workflows/tso-function-test.yaml

This keeps the existing non-nextgen branch coverage unchanged while allowing future nextgen release branches to trigger the same GitHub Actions workflows.

Check List

Tests

  • Manual test (add detailed scripts or steps below)
    • git diff --check
    • verified only the two workflow branch filters changed
    • confirmed the nextgen workflow branch filters now use release-nextgen-*

Code changes

  • Has the configuration change

Release note

None.

@ti-chi-bot ti-chi-bot bot added the do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. label Apr 2, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 2, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 61c6033d-dbad-494c-8680-cf370a96226f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ti-chi-bot ti-chi-bot bot added contribution This PR is from a community contributor. needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. dco-signoff: no Indicates the PR's author has not signed dco. labels Apr 2, 2026
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Apr 2, 2026

Hi @wuhuizuo. Thanks for your PR.

I'm waiting for a tikv member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@ti-chi-bot ti-chi-bot bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 2, 2026
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
@wuhuizuo wuhuizuo force-pushed the fix/github-actions-nextgen-branch-pattern-202603 branch from 3ea6b5b to 81070d1 Compare April 2, 2026 12:37
@ti-chi-bot ti-chi-bot bot added dco-signoff: yes Indicates the PR's author has signed the dco. release-note-none Denotes a PR that doesn't merit a release note. and removed dco-signoff: no Indicates the PR's author has not signed dco. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Apr 2, 2026
@wuhuizuo
Copy link
Copy Markdown
Contributor Author

wuhuizuo commented Apr 3, 2026

/retest

@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Apr 3, 2026

@wuhuizuo: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

Details

In response to this:

/retest

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@okJiang
Copy link
Copy Markdown
Member

okJiang commented Apr 3, 2026

/ok-to-test

@ti-chi-bot ti-chi-bot bot added ok-to-test Indicates a PR is ready to be tested. and removed needs-ok-to-test Indicates a PR created by contributors and need ORG member send '/ok-to-test' to start testing. labels Apr 3, 2026
@wuhuizuo
Copy link
Copy Markdown
Contributor Author

wuhuizuo commented Apr 3, 2026

/retest

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-nextgen-202603@048f0d8). Learn more about missing BASE report.

Additional details and impacted files
@@                    Coverage Diff                    @@
##             release-nextgen-202603   #10550   +/-   ##
=========================================================
  Coverage                          ?   78.95%           
=========================================================
  Files                             ?      531           
  Lines                             ?    71634           
  Branches                          ?        0           
=========================================================
  Hits                              ?    56557           
  Misses                            ?    11054           
  Partials                          ?     4023           
Flag Coverage Δ
unittests 78.95% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ti-chi-bot ti-chi-bot bot added the lgtm label Apr 7, 2026
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Apr 7, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bufferflies, rleungx

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 [bufferflies,rleungx]

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

@ti-chi-bot ti-chi-bot bot removed the needs-1-more-lgtm Indicates a PR needs 1 more LGTM. label Apr 7, 2026
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Apr 7, 2026

[LGTM Timeline notifier]

Timeline:

  • 2026-04-03 03:47:31.82191778 +0000 UTC m=+496057.027277837: ☑️ agreed by bufferflies.
  • 2026-04-07 02:38:59.139814811 +0000 UTC m=+837544.345174868: ☑️ agreed by rleungx.

@ti-chi-bot ti-chi-bot bot merged commit 9909ae6 into tikv:release-nextgen-202603 Apr 7, 2026
35 of 37 checks passed
@ti-chi-bot
Copy link
Copy Markdown
Contributor

ti-chi-bot bot commented Apr 7, 2026

@wuhuizuo: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-unit-test-next-gen-2 81070d1 link unknown /test pull-unit-test-next-gen-2
pull-unit-test-next-gen-3 81070d1 link unknown /test pull-unit-test-next-gen-3
pull-unit-test-next-gen-1 81070d1 link unknown /test pull-unit-test-next-gen-1

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@wuhuizuo wuhuizuo deleted the fix/github-actions-nextgen-branch-pattern-202603 branch April 7, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved contribution This PR is from a community contributor. dco-signoff: yes Indicates the PR's author has signed the dco. lgtm ok-to-test Indicates a PR is ready to be tested. release-note-none Denotes a PR that doesn't merit a release note. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants