-
Notifications
You must be signed in to change notification settings - Fork 244
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
Set vcs-uri annotation on podman #6746
Set vcs-uri annotation on podman #6746
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
19920d2
to
fd9f6e0
Compare
Podman v3 cannot get annotations from a running pod, so it is not possible to test it on GitHub ACtion with Podman v3 for now. |
tests/integration/cmd_dev_test.go
Outdated
@@ -2373,7 +2373,7 @@ CMD ["npm", "start"] | |||
devfileCmpName := "nodejs" | |||
BeforeEach(func() { | |||
if podman { | |||
Skip("Not implemented yet on Podman - see https://github.com/redhat-developer/odo/issues/6493") | |||
Skip("Getting annotations is not available with Podman v3") |
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.
Would it be possible to be more specific (as we are able to determine the actual version of Podman) and skip the test only if it is < v4? So that we can still have this tested with Podman v4..
I am perfectly okay if you think it is not worth the effort for now.
It would be great to look into how we could have tests on both Podman v3 and v4, but that's the scope of #6583
Kudos, SonarCloud Quality Gate passed!
|
/override OpenShift-Integration-tests/OpenShift-Integration-tests
|
@feloy: Overrode contexts on behalf of feloy: OpenShift-Integration-tests/OpenShift-Integration-tests In response to this:
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/test-infra repository. |
/override windows-integration-test/Windows-test
|
@feloy: Overrode contexts on behalf of feloy: windows-integration-test/Windows-test In response to this:
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/test-infra repository. |
What type of PR is this:
/kind feature
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6493
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: