-
Notifications
You must be signed in to change notification settings - Fork 4.7k
MCO-1615: Mco node degraded mcn condition #29684
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
base: main
Are you sure you want to change the base?
MCO-1615: Mco node degraded mcn condition #29684
Conversation
Skipping CI for Draft Pull Request. |
@pablintino: This pull request references MCO-1615 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.19.0" version, but no target version was set. In 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 openshift-eng/jira-lifecycle-plugin repository. |
27b2923
to
3bd651f
Compare
/test e2e-aws-ovn-microshift Running this test to see the stability of it. |
3bd651f
to
52f6ff9
Compare
/retest-required |
Job Failure Risk Analysis for sha: 52f6ff9
Showing 20 of 26 jobs analysis |
The MCN API has a condition to signal a failure durint the update of a MachineConfigNode. The condition was already in the API but the MCO was not handling it. With the MCO now handling the condition our testing now needs to check it is properly set/unset when needed.
52f6ff9
to
16317c0
Compare
/retest |
/test e2e-aws-ovn-serial |
@pablintino: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In 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-sigs/prow repository. |
/lgtm This looks good to me, but the test isn't part of a suite. I'm happy to merge as is, and evaluate issues as they arise when we create a suite for this. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy, pablintino The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM too! Thanks @pablintino |
@pablintino: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
Job Failure Risk Analysis for sha: 16317c0
|
/retest-required |
The MCN API has a condition to signal a failure durint the update of a MachineConfigNode. The condition was already in the API but the MCO was not handling it.
With the MCO now handling the condition our testing now needs to check it is properly set/unset when needed.