-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Test] Added 'BuildContainerAPI' to API tests #23377
Conversation
5c664e4
to
a435744
Compare
Signed-off-by: Martin Szuc <mszuc@redhat.com>
@martinszuc : could you please share the test execution log for review (without exposing passwords, of course)? I would also suggest renaming the test to reflect the full scope of the test scenario: |
Signed-off-by: Martin Szuc <mszuc@redhat.com>
@dmytro-ndp @SkorikSergey I rebased the PR according to change requests. |
|
Signed-off-by: Martin Szuc <mszuc@redhat.com>
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 merge
Signed-off-by: Martin Szuc <mszuc@redhat.com>
I provide output for verifying the test pod with
|
What does this PR do?
This PR adds a new test that verifies container build capabilities inside DevSpaces workspaces. The test builds a container image in a workspace using podman, pushes it to the internal registry, and then verifies the image can be run as a pod in the cluster.
Screenshot/screencast of this PR
What issues does this PR fix or reference?
[CRW-7588] Fix Dev Spaces "Test podman build and push container image" script to avoid using an absolute devfile registry
How to test this PR?
run the test with
PR Checklist
As the author of this Pull Request I made sure that:
What issues does this PR fix or reference
andHow to test this PR
completedReviewers
Reviewers, please comment how you tested the PR when approving it.