-
Notifications
You must be signed in to change notification settings - Fork 17
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
use common repo functionality in SNR (Node Role labels) #131
Conversation
Signed-off-by: Michael Shitrit <[email protected]>
Skipping CI for Draft Pull Request. |
/test ? |
@mshitrit: The following commands are available to trigger required 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/test-infra repository. |
/test 4.13-openshift-e2e |
Hmm IIUC the problem here is that on the one hand common (which is consumed by SNR in this PR) requires So IIUC in theory the following options are:
|
/test 4.13-openshift-e2e |
87e4925
to
183b9a8
Compare
/test 4.13-openshift-e2e |
/lgtm |
@@ -24,7 +22,6 @@ type Data struct { | |||
} | |||
|
|||
type Config struct { | |||
*mcfgv1.ControllerConfigSpec |
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.
I don't get why this was removed
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.
That's a miss on my part, has to do with some experiments I've tried and forgot to revert.
good catch.
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.
However looking at the change I'm not sure it's wrong in that context.
It eliminates the dependency in machine-config-operator
and it looks like this config isn't used.
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.
see comment inside
Signed-off-by: Michael Shitrit <[email protected]>
/retest |
1 similar comment
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mshitrit, slintes 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 |
/hold cancel |
No description provided.