-
Notifications
You must be signed in to change notification settings - Fork 321
bump application-api version #10347
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
base: main
Are you sure you want to change the base?
bump application-api version #10347
Conversation
Signed-off-by: Robert Cerven <[email protected]>
🤖 Pipeline Failure AnalysisCategory: Infrastructure The end-to-end tests failed because the job encountered Docker Hub rate limits when attempting to pull a required PostgreSQL Helm chart, preventing a necessary dependent service from being deployed. 📋 Technical DetailsImmediate CauseThe 'appstudio-e2e-tests/redhat-appstudio-e2e' step failed due to repeated '429 Too Many Requests' errors when pulling the PostgreSQL Helm chart from 'registry-1.docker.io'. This indicates that the job exceeded the unauthenticated pull rate limit imposed by Docker Hub. Contributing FactorsWhile not the direct cause of the failure, several Argo CD applications ('build-service-in-cluster-local', 'pipeline-service-in-cluster-local') are in a 'Degraded' state, and the TektonConfig reports components are not in a ready state. These could represent underlying environmental instability but did not directly block the initial Helm chart pull. ImpactThe inability to pull the PostgreSQL Helm chart prevented the deployment of the PostgreSQL service, which is a critical dependency for the AppStudio end-to-end tests. This blocked the execution of the entire test suite, rendering the job unsuccessful. 🔍 Evidenceappstudio-e2e-tests/redhat-appstudio-e2eCategory: Logs:
|
|
@rcerven: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
mmorhun
left a comment
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.
/lgtm
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mmorhun, rcerven The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.