Bug 1420078 - Increase some talos job max runtimes for some tests that areborderline and intermittently timing out; r?jmaher draft
authorRob Wood <rwood@mozilla.com>
Thu, 01 Mar 2018 13:14:26 -0500
changeset 761994 bd6221553e7bd2e4995603dd09f7f4c88517bd70
parent 761993 33432803d9204a6912c54acf634a4862c2869172
push id101060
push userrwood@mozilla.com
push dateThu, 01 Mar 2018 18:15:57 +0000
reviewersjmaher
bugs1420078
milestone60.0a1
Bug 1420078 - Increase some talos job max runtimes for some tests that areborderline and intermittently timing out; r?jmaher MozReview-Commit-ID: GqSBkpN7RoU
taskcluster/ci/test/talos.yml
--- a/taskcluster/ci/test/talos.yml
+++ b/taskcluster/ci/test/talos.yml
@@ -29,57 +29,57 @@ job-defaults:
 talos-chrome:
     description: "Talos chrome"
     try-name: chromez
     treeherder-symbol: T(c)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['mozilla-central', 'try']
             default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
-    max-run-time: 900
+    max-run-time: 1200
     mozharness:
         extra-options:
             - --suite=chromez
             - --add-option
             - --webServer,localhost
 
 talos-chrome-profiling:
     description: "Talos profiling chrome"
     try-name: chromez-profiling
     treeherder-symbol: T-P(c)
     run-on-projects: ['mozilla-central', 'try']
-    max-run-time: 900
+    max-run-time: 1200
     mozharness:
         extra-options:
             - --suite=chromez
             - --geckoProfile
             - --add-option
             - --webServer,localhost
 
 talos-dromaeojs:
     description: "Talos dromaeojs"
     try-name: dromaeojs
     treeherder-symbol: T(d)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['mozilla-central', 'try']
             default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
-    max-run-time: 1800
+    max-run-time: 2100
     mozharness:
         extra-options:
             - --suite=dromaeojs
             - --add-option
             - --webServer,localhost
 
 talos-dromaeojs-profiling:
     description: "Talos profiling dromaeojs"
     try-name: dromaeojs-profiling
     treeherder-symbol: T-P(d)
     run-on-projects: ['mozilla-central', 'try']
-    max-run-time: 1800
+    max-run-time: 2100
     mozharness:
         extra-options:
             - --suite=dromaeojs
             - --geckoProfile
             - --add-option
             - --webServer,localhost
 
 talos-flex:
@@ -328,29 +328,29 @@ talos-motionmark-profiling:
 talos-other:
     description: "Talos other"
     try-name: other
     treeherder-symbol: T(o)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['mozilla-central', 'try']
             default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
-    max-run-time: 1200
+    max-run-time: 1500
     mozharness:
         extra-options:
             - --suite=other
             - --add-option
             - --webServer,localhost
 
 talos-other-profiling:
     description: "Talos profiling other"
     try-name: other-profiling
     treeherder-symbol: T-P(o)
     run-on-projects: ['mozilla-central', 'try']
-    max-run-time: 1200
+    max-run-time: 1500
     mozharness:
         extra-options:
             - --suite=other
             - --geckoProfile
             - --add-option
             - --webServer,localhost
 
 talos-perf-reftest:
@@ -404,29 +404,29 @@ talos-perf-reftest-singletons-profiling:
 talos-speedometer:
     description: "Talos speedometer"
     try-name: speedometer
     treeherder-symbol: T(sp)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['mozilla-central', 'try']
             default: ['mozilla-beta', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
-    max-run-time: 1200
+    max-run-time: 1500
     mozharness:
         extra-options:
             - --suite=speedometer
             - --add-option
             - --webServer,localhost
 
 talos-speedometer-profiling:
     description: "Talos profiling speedometer"
     try-name: speedometer-profiling
     treeherder-symbol: T-P(sp)
     run-on-projects: ['mozilla-central', 'try']
-    max-run-time: 1200
+    max-run-time: 1500
     mozharness:
         extra-options:
             - --suite=speedometer
             - --geckoProfile
             - --add-option
             - --webServer,localhost
 
 talos-svgr: