-
Notifications
You must be signed in to change notification settings - Fork 687
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
extend staging timeout for long ansible tasks #4218
Conversation
Even with extending this to 20 minutes, we're timing out. I think we might be hitting some kind of interactive prompt, or we may need to update the base box to the latest version to minimize the number of packages that are being updated during the step that fails. |
Hmm actually this build (different branch) passed that step, but without the extended timeout. So really I have no idea what's going on here. https://circleci.com/gh/freedomofpress/securedrop/23880?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link |
Thanks @heartsucker for the fix. The problem indeed appears to be intermittent and might be dependent on network conditions. I've appended a commit 8243d9b to your branch, which should also cover the per-PR step, based on your changes: The timeout was added to EDIT: That seems to resolve: https://circleci.com/gh/freedomofpress/securedrop/23907 |
Codecov Report
@@ Coverage Diff @@
## develop #4218 +/- ##
===========================================
- Coverage 84.79% 84.72% -0.08%
===========================================
Files 43 43
Lines 2782 2782
Branches 303 303
===========================================
- Hits 2359 2357 -2
- Misses 355 356 +1
- Partials 68 69 +1
Continue to review full report at Codecov.
|
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.
👍
Status
Ready for review
Description of Changes
Fixes timeout errors in CI, closes #4220
Testing
Does CI pass? In particular this Ansible step:
Deployment
CI only.