-
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
Resolve failures on PSI infra to unblock PR tests Run #4606
Comments
User's don't care about PRs or tests. odo developers do. But even odo developer should not need to run tests on PSI Infra. This needs to be automated. Tests should be run automatically for for every open PR. |
yes. Scope of the issue:
|
Issues facing on PSI:
This is the most frequently failures on PSI, tracked in #3256 |
Pods are not getting up for the services on PSI
As we don't see any failures on prow jobs, considering its only failing on PSI. However I need to debug it locally. |
This particular scenario has been removed via #4650 |
I can see lots of failure on operator hub due to pod status |
odo push fails on psi cluster, might be due to unavailability of the replicasets
|
you need to check why is this happening. You should be able to see this in Pod events. Most often Pod can't download images (or it is taking to long) or PVC can't be created. |
|
Issue #2877 has also been observed on psi.
|
|
can you please try to add this command to the test after
|
Pod is in initialisation state due to
|
@kadel @dharmit Could you please share your thoughts on possible solution for #4606 (comment)
Note: This is specifically failing on psi. |
Seems we are testing more on devfile images rather than odo here , so IMO we can remove the test for the images which use |
Issues found so far are all PSI related but not platform specific. So I think we should change the title of the issue to better define the scope. |
We have resolved psi failure from our end. Its Infra issue and team are working on that. Unassigning myself from here |
Closing this issue as we are moving towards IBM Cloud OpenShift for tests. |
@anandrkskd: Closing this issue. 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. |
/kind user-story
/area testing
User Story
As a user I want to run pr test successfully on linux psi Infra
Acceptance Criteria
Links
/kind user-story
The text was updated successfully, but these errors were encountered: