ci: match all nextgen release branches in GitHub Actions#10549
ci: match all nextgen release branches in GitHub Actions#10549wuhuizuo wants to merge 1 commit intotikv:masterfrom
Conversation
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
📝 WalkthroughWalkthroughUpdated two GitHub Actions workflows to broaden branch triggers: replaced Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
/retest |
|
@wuhuizuo: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
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. |
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
b759919 to
6ad14de
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #10549 +/- ##
=======================================
Coverage 78.95% 78.95%
=======================================
Files 532 532
Lines 71862 71862
=======================================
Hits 56741 56741
- Misses 11094 11095 +1
+ Partials 4027 4026 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/check-issue-triage-complete |
|
/ok-to-test |
|
repeat #10550 |
@bufferflies #10550 is expected to merge into nextgen release branch this one is to avoid to create pull request every time when new nextgen release created. |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: okJiang, rleungx The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
@wuhuizuo: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
What problem does this PR solve?
Issue Number: Ref #10560
What is changed and how does it work?
Replace the hardcoded
release-nextgen-20250815workflow filter withrelease-nextgen-*in:.github/workflows/pd-tests.yaml.github/workflows/tso-function-test.yamlThis keeps the existing non-nextgen branch coverage unchanged while allowing future nextgen release branches to trigger the same GitHub Actions workflows.
Check List
Tests
git diff --checkrelease-nextgen-*Code changes
Related changes
Release note