Add more tests for odo dev on Podman (3)#6515
Merged
openshift-merge-robot merged 8 commits intoredhat-developer:mainfrom Jan 19, 2023
Merged
Add more tests for odo dev on Podman (3)#6515openshift-merge-robot merged 8 commits intoredhat-developer:mainfrom
openshift-merge-robot merged 8 commits intoredhat-developer:mainfrom
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
NOTE: Previous container image (quay.io/eclipse/che-java11-maven:next) was not working on Podman due to permission errors. We changed the image to the same one used on the Devfile public registry: registry.access.redhat.com/ubi8/openjdk-11:latest Example of output: ``` [odo] arrow_right_hook Running on podman in Dev mode [odo] • Deploying pod ... ✓ Deploying pod [35s] [odo] ✗ Command 'tar xf - -C /projects --no-same-owner' in container failed. ... [odo] ✗ failed to sync to component with name java-spring-boot: unable push files to pod: exit status 2 ```
|
Kudos, SonarCloud Quality Gate passed!
|
rm3l
approved these changes
Jan 19, 2023
Member
Looks like a network issue on Prow. Overriding because all tests are passing on both IBM Cloud and GitHub. /override ci/prow/v4.11-integration-e2e |
|
@rm3l: Overrode contexts on behalf of rm3l: ci/prow/v4.11-integration-e2e 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. |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








What type of PR is this:
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6447
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: