-
Notifications
You must be signed in to change notification settings - Fork 52
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
feat(SPSTRAT-465): add task for marketplacesvm #719
Conversation
Hi @JAVGan. Thanks for your PR. I'm waiting for a konflux-ci member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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-sigs/prow repository. |
@lslebodn FYI moved here. @johnbieren is there a way to test that? |
58d6eb2
to
1bf9eca
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.
Can we somewhere in the code validate staging structure with pushsource-ls
as we discussed in konflux-ci/release-service-utils#326 (comment)?
Thanks! I forgot it last time. Now it's added 😄 |
internal/tasks/marketplacesvm-push-disk-images-task/marketplaces-push-disk-images-task.yaml
Outdated
Show resolved
Hide resolved
internal/tasks/marketplacesvm-push-disk-images-task/marketplaces-push-disk-images-task.yaml
Outdated
Show resolved
Hide resolved
9cdbfcf
to
f3b5002
Compare
@mmalina @johnbieren I've added a single test to ensure the task works, but honestly since I'm very new to testing stuff on Konflux I'm really not sure whether I did it correctly or not... What I did was based in the other tasks with some adaptations for our use cases, please let me know what I need to fix/change and I'll do it. However, by implementing such tests I ended up with the following questions:
|
572b908
to
5997329
Compare
f18b2e0
to
4137c66
Compare
/ok-to-test |
E2E irrelevant here. Will merge tomorrow unless @mmalina comments something to change |
tasks/marketplacesvm-push-disk-images/marketplacesvm-push-disk-images.yaml
Outdated
Show resolved
Hide resolved
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.
/ok-to-test
@johnbieren @mmalina Fixed an unbound variable |
/ok-to-test |
@JAVGan: The following test has Failed, say /retest to rerun failed tests.
Inspecting Test ArtifactsTo inspect your test artifacts, follow these steps:
mkdir -p oras-artifacts
cd oras-artifacts
oras pull quay.io/konflux-test-storage/konflux-team/release-service-catalog:konflux-e2e-tests-catalog-xxhfx |
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 last small comment and then it should be ready to merge.
This commit introduces a new task named `marketplacesvm-push-disk-images` which will be used to deliver disk images to various cloud marketplaces using the `marketplacesvm_push_wrapper`. Signed-off-by: Jonathan Gangi <[email protected]>
This commit introduces a new task named
marketplaces-push-disk-images
which will be used to deliver disk images to various cloud marketplaces using themarketplacesvm_push_wrapper
.Refers to SPSTRAT-465