Set vcs-uri annotation on podman#6746
Set vcs-uri annotation on podman#6746openshift-merge-robot merged 5 commits intoredhat-developer:mainfrom
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
| 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.
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 DetailsIn 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 DetailsIn 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: