-
Notifications
You must be signed in to change notification settings - Fork 843
CI: Update timeouts and comments (part 2) #46037
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
Conversation
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! |
Code Coverage SummaryThis PR did not change code coverage! That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷 |
anomiex
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.
Seems fine. A few comments inline, but nothing I'd block a merge over.
| packages: write | ||
| contents: read | ||
| timeout-minutes: 15 # 2025-03-04: Arm64 build takes about 5 minutes, amd64 build about 3. | ||
| timeout-minutes: 20 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3. |
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.
🤷 15 seems ok to me to cover a 6-minute run.
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.
True, I may have been adding the times when looking at it initially. Bumped back down: bd11ec3
.github/workflows/build-docker.yml
Outdated
| packages: write | ||
| contents: read | ||
| timeout-minutes: 15 # 2025-03-04: Arm64 build takes about 5 minutes, amd64 build about 3. | ||
| timeout-minutes: 20 # 2025-11-20: Arm64 build takes about 6 minutes, amd64 build about 3. |
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.
Same
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.
.github/workflows/e2e-tests.yml
Outdated
| always() && ! cancelled() && ! failure() && | ||
| needs.create-test-matrix.result == 'success' && needs.create-test-matrix.outputs.matrix != '[]' | ||
| timeout-minutes: 60 | ||
| timeout-minutes: 60 # 2025-11-20: These can vary dramatically, but most runs are 3-10 minutes. |
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 wonder if 60 is too much here. How dramatically do they vary?
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.
It's complicated; if there are slow network issues or something, some of the tests take a while, and then fail, and then rerun. But 60 is probably excessive. I'll bump 'em down to 25 minutes: 2e01539
Closes MONOREP-246
In #45803 I did some (I'm not sure why I didn't do them all). This PR wraps it up so that all timeouts and comments are based on observations in November 2025.
Well, with one exception. I bumped the Phan run timeout and comment in #46036.
Proposed changes:
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions:
As long as nothing times out (any changes should have bumped upward), this should be safe.