Bug 1311492 - Increase timeout of Windows PGO builds from 2 to 2.5 hours; r?dustin draft
authorGregory Szorc <gps@mozilla.com>
Wed, 19 Oct 2016 12:18:06 -0700
changeset 427108 e77afe750fad31705a14821d5aef94f6f671a3fc
parent 427069 f40960c63bfac865d510ec9da42eeed74c384082
child 534383 504ddb6bc2d2d51e236fa3615d664c526fde330a
push id32925
push userbmo:gps@mozilla.com
push dateWed, 19 Oct 2016 19:18:20 +0000
reviewersdustin
bugs1311492
milestone52.0a1
Bug 1311492 - Increase timeout of Windows PGO builds from 2 to 2.5 hours; r?dustin They were timing out after 2 hours. It appears the task was only a few minutes away from completion. So an extra 30 minutes should be enough. MozReview-Commit-ID: HbTbWG42iw5
taskcluster/ci/build/windows.yml
--- a/taskcluster/ci/build/windows.yml
+++ b/taskcluster/ci/build/windows.yml
@@ -46,17 +46,17 @@ win32/pgo:
             gecko-v2: win32-pgo
     treeherder:
         platform: windows2012-32/pgo
         symbol: tc(B)
         tier: 2
     worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
     worker:
         implementation: generic-worker
-        max-run-time: 7200
+        max-run-time: 9000
     run:
         using: mozharness
         options: [enable-pgo]
         script: mozharness/scripts/fx_desktop_build.py
         config:
             - builds/taskcluster_firefox_win32_opt.py
 
 win64/debug:
@@ -107,16 +107,16 @@ win64/pgo:
             gecko-v2: win64-pgo
     treeherder:
         platform: windows2012-64/pgo
         symbol: tc(B)
         tier: 2
     worker-type: aws-provisioner-v1/gecko-{level}-b-win2012
     worker:
         implementation: generic-worker
-        max-run-time: 7200
+        max-run-time: 9000
     run:
         using: mozharness
         options: [enable-pgo]
         script: mozharness/scripts/fx_desktop_build.py
         config:
             - builds/taskcluster_firefox_win64_opt.py