-
Notifications
You must be signed in to change notification settings - Fork 65
validate-blocked-edges.py: enforce CamelCase names #4059
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
validate-blocked-edges.py: enforce CamelCase names #4059
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. |
wking
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
[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