-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add wrapper for pubtools-marketplacesvm #326
Conversation
@lslebodn @ralphbean PTAL |
I defer to @release-service-maintainers on this. |
bffc1b6
to
8329322
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.
You are failing for black formatting
8329322
to
8c4d693
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.
You're failing flake8 now for some lines being too long. You are also failing gitlint for your commit title. Maybe something like feat(SPSTRAT-464): add wrapper for pubtools-marketplacesvm
instead? Otherwise lgtm
8c4d693
to
51a412b
Compare
@johnbieren I've fixed most of the issues with For the commit name I was a bit afraid it woul bee too long to put what you suggested (and fail again on gitlinkt) then I've shortened |
Failing gitlint now for |
51a412b
to
b57665f
Compare
Done rebasing and signing it off. @mmalina please check everything and merge if it's ok to you 😄 |
/ok-to-test |
@mmalina I noticed some small nitpiks while writing the Task:
I'll create an additional commit with such fixes, then you may squash them on merging if you prefer 😄 Just a minute, working on that |
@johnbieren @mmalina I've added the necessary fixes on bdb3b59 Feel free to squash it when merging and please re-run the checks + approval if ok to you Sorry for the inconvenience |
@JAVGan sorry for the delay. Can you rebase and squash the commits yourself? The second one fails gitlint now because of capital letter after Now I noticed Python tests fail as well. |
3ad9fcc
to
81babf4
Compare
@mmalina please run the tests again. I've squashed, rebased and fixed them |
This commit introduces a wrapper for `pubtools-marketplacesvm` which aims to be eventually used to support VM images pushes on various cloudmarketplaces (such as AWS and Azure). With this wrapper it will be possible to easily integrate the tooling into Tekton CI using the Cloud Staged structure as input. Refers to SPSTRAT-464 Signed-off-by: Jonathan Gangi <[email protected]>
81babf4
to
63a4f4b
Compare
/ok-to-test |
@JAVGan is this ready to be merged? |
Yes, please go ahead |
This commit introduces a wrapper for
pubtools-marketplacesvm
which aims to be eventually used to support VM images pushes on various cloudmarketplaces (such as AWS and Azure).With this wrapper it will be possible to easily integrate the tooling into Tekton CI using the Cloud Staged structure as input.
Refers to SPSTRAT-464