-
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
Adding Github Actions for podman testing #6385
Adding Github Actions for podman testing #6385
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
5b91eee
to
20cbda6
Compare
77cb872
to
c6845ad
Compare
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.
I would be happy to merge the GitHub action. Could you remove the other files that are not necessary for the moment?
df0c323
to
86dafe7
Compare
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
f688107
to
23be56e
Compare
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
I think you can keep the config file, so we can write tests with podman failing asap Thanks for this PR |
@anandrkskd during the test, I can see you get this error:
this means that a pod is already running on podman. You will have to check where it comes from (another session, another test, ...) |
I can see the |
@anandrkskd Can you also update the title of this PR to reflect what this PR now does? |
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
/retest |
Co-authored-by: Armel Soro <armel@rm3l.org>
Kudos, SonarCloud Quality Gate passed!
|
Overriding because this is not related to this PR, but I'm taking a look at this issue as I saw this error reported on more than 2 other PRs. /override OpenShift-Integration-tests/OpenShift-Integration-tests |
@rm3l: Overrode contexts on behalf of rm3l: 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. |
Infra errors on Prow. /override ci/prow/v4.11-integration-e2e |
@rm3l: Overrode contexts on behalf of rm3l: ci/prow/v4.11-integration-e2e 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. |
Signed-off-by: anandrkskd anandrkskd@gmail.com
What type of PR is this:
/kind tests
What does this PR do / why we need it:
This PR Adds GitHub Actions to tests odo against podman.
Which issue(s) this PR fixes:
Fixes #6340
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: