Bug 1387532 - Beta is scheduling multiple Win8 opt reftest-noaccel runs on every push. r=catlee draft
authorJustin Wood <Callek@gmail.com>
Fri, 04 Aug 2017 13:56:52 -0400
changeset 621329 bb234d41c28875842f60cf192d184ca8fad316d6
parent 620658 36ad88e6b7b248c2f2ae59b80477e5474dd653dc
child 621330 6a043c5da4675b00fb9061ddba2e383f05f89d33
push id72340
push userCallek@gmail.com
push dateFri, 04 Aug 2017 18:03:50 +0000
reviewerscatlee
bugs1387532
milestone57.0a1
Bug 1387532 - Beta is scheduling multiple Win8 opt reftest-noaccel runs on every push. r=catlee The issue here is that we had marked 'chunked' as false, but were still trying to use 8 chunks for reftest. Because of this we were also sending the unchunked buildbot name to BBB for each chunk we actually tried to run, on e10s and other variants. MozReview-Commit-ID: 3Ffv8UMBzk2
taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -1184,24 +1184,26 @@ reftest-no-accel:
     worker-type:
         by-test-platform:
             windows8-64.*: buildbot-bridge/buildbot-bridge
             default: null
     chunks:
         by-test-platform:
             macosx.*: 1
             windows8-64.*/debug: 2
+            windows8-64.*/opt: 1
             default: 8
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         chunked:
             by-test-platform:
-                windows8-64.*/debug: true
-                default: false
+                windows8-64.*/opt: true
+                macosx.*: false
+                default: true
         config:
             by-test-platform:
                 windows.*:
                     - unittests/win_taskcluster_unittest.py
                 macosx.*:
                     - unittests/mac_unittest.py
                 linux.*:
                     - unittests/linux_unittest.py