Update release_mod to use discoverable local modules#21938
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ivanvc 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 |
|
/test all |
Signed-off-by: Ivan Valdes <ivan@vald.es>
99a6b18 to
43af816
Compare
|
/test all |
|
@ivanvc: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted filessee 18 files with indirect coverage changes @@ Coverage Diff @@
## main #21938 +/- ##
==========================================
- Coverage 69.76% 69.74% -0.02%
==========================================
Files 449 449
Lines 38208 38208
==========================================
- Hits 26656 26650 -6
- Misses 10126 10131 +5
- Partials 1426 1427 +1 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
The
modulesfunction will soon be deleted, as it has a static list of modules. The new function discovers the modules based on the workspace.Part of #18409.