fix: add no-op for --collect-must-gather in older versions#542
fix: add no-op for --collect-must-gather in older versions#542dbasunag merged 1 commit intoopendatahub-io:2.19from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate 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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
/cherry-pick 2.16 |
|
Status of building tag 2.19: failure. |
|
Error cherry-picking. |
|
|
|
Error cherry-picking. |
|
|
|
/cherry-pick 2.16 |
|
Error cherry-picking. |
|
|
add no-op for --collect-must-gather in older versions
Description
We want devops to use --collect-must-gather by default, but backporting it isn't trivial. For now we want to add a mock option that does nothing to avoid breaking runs with older branches.
How Has This Been Tested?
Running locally with/without --collect-must-gather in different branches.
Merge criteria:
The commits are squashed in a cohesive manner and have meaningful messages.
Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
The developer has manually tested the changes and verified that the changes work