Skip to content
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

[CI] Increase no_output_timeout on circleci #13151

Merged
merged 1 commit into from
Mar 6, 2023

Conversation

straight-shoota
Copy link
Member

@straight-shoota straight-shoota commented Mar 4, 2023

The test_alpine job in the release workflow on circle CI is failing since #13122. It exceeds 10 minutes without any output in the LLVM codegen phase of compiler_spec.
This patch increases the timeout to 30 minutes and the job succeeds again. https://app.circleci.com/pipelines/github/crystal-lang/crystal/11368/workflows/a13472f5-f489-4837-a59a-7e3fd2021d12

So far this is only necessary for test_alpine, all other jobs finish quick enough. test_linux runs 20% faster, so there should be some leeway. Anyway these tests are mostly informational and a failure is not catastrophic (the release workflow itself still continues despite failures), so we can wait to see if that ever happens.

@straight-shoota straight-shoota self-assigned this Mar 4, 2023
@straight-shoota straight-shoota marked this pull request as ready for review March 4, 2023 11:11
@straight-shoota straight-shoota changed the title [CI] Increase no_output_timeout on cicleci [CI] Increase no_output_timeout on circleci Mar 4, 2023
@straight-shoota straight-shoota added this to the 1.8.0 milestone Mar 5, 2023
@straight-shoota straight-shoota merged commit 49a1980 into master Mar 6, 2023
@straight-shoota straight-shoota deleted the ci/fix-circleci-timeout branch March 6, 2023 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants