]> git.proxmox.com Git - mirror_edk2.git/commitdiff
.azurepipelines/templates: Update max pipeline job time to 2 hours
authorMichael D Kinney <michael.d.kinney@intel.com>
Fri, 19 Nov 2021 19:53:00 +0000 (11:53 -0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 29 Nov 2021 07:33:52 +0000 (07:33 +0000)
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3750

Large patches that modify a large number of files(e.g uncrustify)
take longer to process through CI checks such as ECC.  Increase
the max job time from 1 hour to 2 hours to accommodate larger patch
series.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael Kubacki <michael.kubacki@microsoft.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
.azurepipelines/templates/pr-gate-build-job.yml

index d5b16c127f58eab2b6f6fcec08c9d2d31e203849..244cffdbfabae144ce70ebed234e49a4138576ca 100644 (file)
@@ -17,7 +17,7 @@ parameters:
 jobs:\r
 \r
 - job: Build_${{ parameters.tool_chain_tag }}\r
-\r
+  timeoutInMinutes: 120\r
   #Use matrix to speed up the build process\r
   strategy:\r
     matrix:\r