[WIP] Add more tests for odo dev on Podman#6482
Closed
rm3l wants to merge 27 commits intoredhat-developer:mainfrom
Closed
[WIP] Add more tests for odo dev on Podman#6482rm3l wants to merge 27 commits intoredhat-developer:mainfrom
rm3l wants to merge 27 commits intoredhat-developer:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Member
Author
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
4913b54 to
9db6945
Compare
f78763d to
5a825c1
Compare
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: Parthvi Vala <pvala@redhat.com>
6d8341f to
703dc52
Compare
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] ↪ 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 ```
…p" function This allows such specs to be visible in the report, without failing the suite.
Collaborator
|
@rm3l: PR needs rebase. DetailsInstructions 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. |
|
Kudos, SonarCloud Quality Gate passed!
|
3 tasks
3 tasks
Member
Author
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: