kv: trigger release-nextgen-202603 CI without downstream cache - #70144
kv: trigger release-nextgen-202603 CI without downstream cache#70144lcwangchao wants to merge 2 commits into
Conversation
Signed-off-by: Chao Wang <cclcwangchao@hotmail.com>
|
Skipping CI for Draft Pull Request. |
📝 WalkthroughWalkthroughAdds the exported ChangesNext-generation CI cache probe
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/test pull-unit-test-next-gen |
Codecov Report✅ All modified and coverable lines are covered by tests. Please upload reports for the commit cce8072 to get more accurate results. Additional details and impacted files@@ Coverage Diff @@
## release-nextgen-202603 #70144 +/- ##
===========================================================
Coverage ? 76.1893%
===========================================================
Files ? 1937
Lines ? 541219
Branches ? 0
===========================================================
Hits ? 412351
Misses ? 128868
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
/hold for this is only a test PR |
Signed-off-by: Chao Wang <cclcwangchao@hotmail.com>
|
/test pull-unit-test-next-gen |
|
@lcwangchao: 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 #70067
Problem Summary:
The Bazel coverage CI for #70067 has repeatedly been killed. This PR provides a minimal control change on the same release branch to check whether the CI can complete independently of #70067's diff and without relying on cached downstream build artifacts.
What changed and how does it work?
Add a cache-probe constant to the widely imported
pkg/kvproduction package. The constant changes the package export data and compiled archive without adding runtime behavior, invalidating downstream Bazel action caches for packages that depend onpkg/kv.This PR is only a CI control and is not intended to be merged.
Check List
Tests
Side effects
Documentation
Release note
Please refer to Release Notes Language Style Guide to write a quality release note.
Summary by CodeRabbit