Page MenuHomeSoftware Heritage

jobs/swh-packages: Bump swh-web build jobs timeout to 30 minutes
ClosedPublic

Authored by anlambert on Jun 3 2022, 4:31 PM.

Details

Summary

Now that static analysis is no longer run in parallel and the number of
mypy checks increased, we can sometimes hit the current 25 minutes timeout
so better bumping it to 30 minutes.

Diff Detail

Repository
rCJSWH Jenkins jobs
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont added subscribers: vlorentz, ardumont.

ouch!

@vlorentz some impact from stopping the concurrency build part ¯\_(ツ)_/¯

This revision is now accepted and ready to land.Jun 3 2022, 4:34 PM

ouch!

@vlorentz some impact from stopping the concurrency build part ¯\_(ツ)_/¯

Yes but I am also currently adding typing to django views so the number of lines of code processed by mypy increased quite a lot.