-
Notifications
You must be signed in to change notification settings - Fork 81
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
Keywords for management of components #1085
Keywords for management of components #1085
Conversation
ff89545
to
35399da
Compare
Robot Results
|
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.
Looks good to me
35399da
to
301e02a
Compare
301e02a
to
c014bd2
Compare
24c4341
to
8d26748
Compare
LGTM, one proposal for an improvement would be to unify the code - so these two keywords would use one common implementation by addition also the |
8d26748
to
bf0f108
Compare
bf0f108
to
dfb6efa
Compare
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.
One comment, otherwise LGTM.
dfb6efa
to
a7e1312
Compare
a7e1312
to
4f81598
Compare
4f81598
to
854b68c
Compare
|
FAIL Can not find datasciencecluster | ||
END | ||
${cluster_name} = Set Variable ${result.stdout} | ||
${result} = Run Process oc patch ${cluster_name} --type 'json' -p '[{"op" : "replace" ,"path" : "/spec/components/${component}/managementState" ,"value" : "${state}"}]' |
Check warning
Code scanning / Robocop
Line is too long ({{ line_length }}/{{ allowed_length }}) Warning
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, once tested properly (could you please share a CI?) I'm all for merge this.
No description provided.