Reporting Issues
Bug 3750 - Update max job time from 60 min to 120 minutes in .azurepipelines/templates
Summary: Update max job time from 60 min to 120 minutes in .azurepipelines/templates
Status: RESOLVED FIXED
Alias: None
Product: EDK2
Classification: Unclassified
Component: Tools (show other bugs)
Version: Current
Hardware: All All
: Lowest normal
Assignee: Michael Kinney
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-23 19:41 UTC by Michael Kinney
Modified: 2022-01-14 20:21 UTC (History)
5 users (show)

See Also:
EDK II Code First industry standard specifications: ---
Branch URL:
Release(s) the issue is observed: EDK II Master
The OS the target platform is running: ---
Package: N/A
Release(s) the issues must be fixed: EDK II Master
Tianocore documents:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Kinney 2021-11-23 19:41:09 UTC
If a large patch series with many source files changes
are processed by EDK II CI, then the execution time of 
EccCheck can be very long and the total build time for
a single job can be longer than the current maximum of 
60 minutes.

The uncrustify source format change that updates 4000+
files is an example of such a patch series.  The larges
job execution time required for this specific patch series
was measured at 90 min for GCC and 75 min for VS2019.

Increase the max job time from 60 minutes to 120 minutes
to accommodate larger patch series and provide enough
margin for variations in CI agents.
Comment 1 Michael Kinney 2021-11-23 19:41:43 UTC
Assign to owner