-
Notifications
You must be signed in to change notification settings - Fork 562
[release-4.19] OCPBUGS-60414: MachineOSConfig name should match MachineConfigPool #2449
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
Conversation
@umohnani8: This pull request references Jira Issue OCPBUGS-60414, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
Hello @umohnani8! Some important instructions when contributing to openshift/api: |
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.
Did we lose the tests on the backport? We need to keep the tests so that we can show that they still work against older versions of the API server during the backport process
c1c27ce
to
97f70eb
Compare
I accidentally dropped the tests, but have added them back now. Seems like the |
/lgtm |
/hold Until https://issues.redhat.com/browse/OCPBUGS-60559 is resolved |
Add a restriction where the name of the MachineOSConfig object must be the same as the MachineConfigPool it is created for. This will ensure that we only have one MOSC per MCP. Signed-off-by: Urvashi <[email protected]>
/jira refresh |
@umohnani8: This pull request references Jira Issue OCPBUGS-60414, which is valid. The bug has been moved to the POST state. 7 validation(s) were run on this bug
Requesting review from QA contact: 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. |
/hold cancel @everettraven can I please get lgtm label on this again |
/payload-job-with-prs periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-aws-mco-disruptive openshift/machine-config-operator#5258 |
@isabella-janssen: it appears that you have attempted to use some version of the payload command, but your comment was incorrectly formatted and cannot be acted upon. See the docs for usage info. |
/payload-job-with-prs periodic-ci-openshift-machine-config-operator-release-4.19-periodics-e2e-aws-mco-disruptive openshift/machine-config-operator#5258 |
@isabella-janssen: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/9788cd30-7e94-11f0-8c45-45136dc11bb6-0 |
/lgtm Adding a hold for the payload tests that @isabella-janssen is running. Feel free to remove if the hold is not necessary. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: everettraven, JoelSpeed, umohnani8 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 |
/unhold Thanks for holding this for me to check @everettraven! This is good to go 🙂 |
@umohnani8: all tests passed! 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. |
1c614f5
into
openshift:release-4.19
@umohnani8: Jira Issue OCPBUGS-60414: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-60414 has been moved to the MODIFIED state. 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. |
[ART PR BUILD NOTIFIER] Distgit: ose-cluster-config-api |
/cherry-pick release-4.18 |
@umohnani8: new pull request created: #2458 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. |
Add a restriction where the name of the MachineOSConfig object must be the same as the MachineConfigPool it is created for. This will ensure that we only have one MOSC per MCP.