Bug 1281004: give all M(bc) tests 5400s maxRunTime; r?jmaher draft
authorDustin J. Mitchell <dustin@mozilla.com>
Thu, 30 Jun 2016 21:28:23 +0000
changeset 383244 ad28b65c03b39348a2bd36164779371c32f65e8f
parent 383243 2cae4c33ae8ff44f630d38ba179a4836282c8ba9
child 383245 e405b8a20f4a642369f72c030f62a2f9c80ec632
push id21963
push userdmitchell@mozilla.com
push dateFri, 01 Jul 2016 19:54:18 +0000
reviewersjmaher
bugs1281004
milestone50.0a1
Bug 1281004: give all M(bc) tests 5400s maxRunTime; r?jmaher This makes the time consistent MozReview-Commit-ID: Gf0zRSF21ih
taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc.yml
taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_dbg.yml
taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s.yml
taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s_dbg.yml
--- a/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc.yml
@@ -14,16 +14,17 @@ task:
       - --total-chunk={{total_chunks}}
       - --this-chunk={{chunk}}
     env:
         MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
         # TODO move linux_unittest.py to a platform specific config
         MOZHARNESS_CONFIG: >
           mozharness/configs/unittests/linux_unittest.py
           mozharness/configs/remove_executables.py
+    maxRunTime: 5400
   scopes:
     - 'docker-worker:capability:device:loopbackVideo'
   metadata:
     name: '[TC] Linux64 mochitest-browser-chrome-{{chunk}}'
     description: Mochitest browser-chrome run {{chunk}}
   extra:
     chunks:
       total: 7
--- a/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_dbg.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_dbg.yml
@@ -1,8 +1,7 @@
 ---
 $inherits:
   from: 'tasks/tests/fx_linux64_mochitest_bc.yml'
 task:
   payload:
     command:
       - --download-symbols=true
-    maxRunTime: 5400
--- a/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s.yml
@@ -15,16 +15,17 @@ task:
       - --this-chunk={{chunk}}
       - --e10s
     env:
         MOZHARNESS_SCRIPT: 'mozharness/scripts/desktop_unittest.py'
         # TODO move linux_unittest.py to a platform specific config
         MOZHARNESS_CONFIG: >
           mozharness/configs/unittests/linux_unittest.py
           mozharness/configs/remove_executables.py
+    maxRunTime: 5400
   scopes:
     - 'docker-worker:capability:device:loopbackVideo'
   metadata:
     name: '[TC] Linux64 mochitest-browser-chrome-e10s-{{chunk}}'
     description: Mochitest browser-chrome e10s run {{chunk}}
   extra:
     chunks:
       total: 7
--- a/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s_dbg.yml
+++ b/taskcluster/ci/legacy/tasks/tests/fx_linux64_mochitest_bc_e10s_dbg.yml
@@ -1,8 +1,7 @@
 ---
 $inherits:
   from: 'tasks/tests/fx_linux64_mochitest_bc_e10s.yml'
 task:
   payload:
     command:
       - --download-symbols=true
-    maxRunTime: 5400