-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Increasing timeout for sync-upstream job #61393
Conversation
Sometimes it was still go dependencies after 20 min
@@ -5,7 +5,7 @@ presubmits: | |||
branches: | |||
- ^main$ | |||
- ^main- | |||
cluster: build05 |
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.
👀
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.
yes, no idea why. make jobs
did it and ordered-prow-config was failing without that
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.
Sometimes this goes away when we rebase against latest master. Let's see if it will conflict...
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.
There was some problem with build06
yesterday so maybe they have manually changed it to build05
and now the make jobs
is putting back build06
. No idea.
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: FilipB, jwendell The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/pj-rehearse periodic-ci-openshift-service-mesh-sail-operator-release-3.0-sync-upstream |
@FilipB: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
@FilipB: The following test failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
It failed even with 40 minutes timeout so it looks like there was some env problem because normally it takes ~ 13 minutes. Closing. |
Sometimes it was still downloading go dependencies after 20 min