validate-blocked-edges.py: enforce CamelCase names#4059
validate-blocked-edges.py: enforce CamelCase names#4059openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
|
/test all |
|
Skipping CI for Draft Pull Request. |
2383e81 to
935026c
Compare
|
/retest |
|
@petr-muller: This pull request references Jira Issue OCPBUGS-18454, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/hold |
935026c to
15037cd
Compare
|
@petr-muller: No Jira issue is referenced in the title of this pull request. 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. |
|
/hold cancel |
|
@petr-muller: all tests passed! 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: petr-muller, wking 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 |
|
Fix included in accepted release 4.16.0-0.nightly-2024-01-31-073538 |
When testing openshift/cluster-version-operator#961 I have seen CVO choking on incorrect mocked data because we assign the name of the risk to a
condition.Reasondirectly:It seems we never actually tripped this in the past but there is no reason why our checks should not protect us from that.
xref: OCPBUGS-18454