-
Notifications
You must be signed in to change notification settings - Fork 898
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
Do not queue C&U for things that dont support it #15195
Do not queue C&U for things that dont support it #15195
Conversation
@@ -1,4 +1,6 @@ | |||
class ManageIQ::Providers::Microsoft::InfraManager::Host < ::Host | |||
supports_not :metrics |
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.
is there any let's say technical reason
why the model is supporting metrics ?
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.
responded in the dependecy pr
This pull request is not mergeable. Please rebase and repush. |
43bf24a
to
ca2d22d
Compare
ca2d22d
to
97c63bb
Compare
Checked commit isimluk@97c63bb with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
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
@chrisarcand you're the metrics guy :P merge?
Ich bin beleidigt |
SCVMM does not support C&U, do not schedule it, it would traceback hard anyway.