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

Give all of the CI jobs sensible timeouts #4685

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

Rheeseyb
Copy link
Contributor

@Rheeseyb Rheeseyb commented Jan 4, 2024

Problem:
360 minutes of waiting for a test to finish is too long.

Fix:
I've given all of the jobs more sensible timeouts. For the simpler jobs that should typically take seconds (e.g. posting to Discord) I've set the timeout to be 5m, and for the longer running jobs (e.g. the tests) I've set it to 15m. Those should be aggressive enough but not too aggressive, though we can always tweak them if they become problematic.

Copy link
Contributor

github-actions bot commented Jan 4, 2024

Try me

Copy link

relativeci bot commented Jan 4, 2024

Job #9695: Bundle Size — 62.18MiB (~+0.01%).

9784de1(current) vs df0030c master#9692(baseline)

Warning

Bundle contains 66 duplicate packages – View duplicate packages

Bundle metrics  Change 1 change Regression 1 regression
                 Current
Job #9695
     Baseline
Job #9692
Regression  Initial JS 45.39MiB(~+0.01%) 45.39MiB
No change  Initial CSS 0B 0B
No change  Cache Invalidation 19.85% 19.85%
No change  Chunks 26 26
No change  Assets 30 30
No change  Modules 4361 4361
No change  Duplicate Modules 470 470
No change  Duplicate Code 30.75% 30.75%
No change  Packages 462 462
No change  Duplicate Packages 65 65
Bundle size by type  Change 1 change Regression 1 regression
                 Current
Job #9695
     Baseline
Job #9692
Regression  JS 62.17MiB (~+0.01%) 62.17MiB
Not changed  HTML 11.53KiB 11.53KiB

View job #9695 reportView chore/gh-workflow-timeouts branch activity

Copy link
Contributor

github-actions bot commented Jan 4, 2024

Performance test results:
(Chart1)
(Chart2)

@Rheeseyb Rheeseyb merged commit 5f4ade7 into master Jan 4, 2024
12 checks passed
@Rheeseyb Rheeseyb deleted the chore/gh-workflow-timeouts branch January 4, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants