-
Notifications
You must be signed in to change notification settings - Fork 34
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
chore: unify disk-virt task code #448
Conversation
/hold cancel |
/retest |
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.
Thanks, added a comment. Also, imports could be reorganized to separate external and local imports.
@@ -33,10 +33,10 @@ spec: | |||
params: | |||
- name: pvc | |||
value: "$(tasks.modify-data-object.results.name)" | |||
- name: sysprepCommands |
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.
Does this change user facing parameters?
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.
Yes it does.
31cd685
to
e585720
Compare
/retest |
1 similar comment
/retest |
The disk-virt tasks have almost identical code. This commit keeps only single version of disk-virt code. The params of the tasks were unified and renamed: customizeCommands, sysprepCommands -> virtCommands additionalOptions -> additionalVirtOptions Signed-off-by: Karel Simon <[email protected]>
e585720
to
adcddc7
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.
I wonder if we need to document the parameter name change more visibly? Otherwise LGTM, thanks!
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 0xFelix, ksimon1 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 |
It will be mentioned as a breaking change in release, then the new params will be part of README of each task |
What this PR does / why we need it:
chore: unify disk-virt task code
The disk-virt tasks have almost identical code. This commit keeps only single version of disk-virt code.
Special notes for your reviewer:
Release note: