Define all flags before parsing flags#161
Define all flags before parsing flags#161openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
Can you please update the PR desc clarifying this breaking consumers of these flags atm i.e hypershift PTAL @JoelSpeed @elmiko |
|
Would it be possible to attach a BZ to this as well, I'm assuming this broke hypershift testing? |
|
@JoelSpeed updated the description. What is the value of creating a BZ when there is already a fix and the bug only exists in an unreleased version? |
|
I wasn't sure it was just in the current unreleased version, never mind about the BZ, LGTM |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoelSpeed 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 |
Unlikely to be related to the change |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
seems to be a very flakey test suite 😖 |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
4 similar comments
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/retest-required Please review the full test history for this PR and help us cut down flakes. |
|
/override e2e-aws-capi-techpreview |
|
@alvaroaleman: alvaroaleman unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file. 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/test-infra repository. |
|
/override e2e-aws-capi-techpreview |
|
@alexander-demichev: /override requires a failed status context or a job name to operate on.
Only the following contexts were expected:
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/test-infra repository. |
|
/override ci/prow/e2e-aws-capi-techpreview |
|
@alexander-demichev: Overrode contexts on behalf of alexander-demichev: ci/prow/e2e-aws-capi-techpreview 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/test-infra repository. |
|
@alvaroaleman: The following tests 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/test-infra repository. I understand the commands that are listed here. |
Currently, consumers that use the
--apigroupflag are being broken, because it is defined after the flagparsing:For a version that is on 6c68c2e
This regression was introduced by #157