Bug 1383257 - Flip windows testing to be tier 1 by default. r=kmoir
authorJustin Wood <Callek@gmail.com>
Tue, 25 Jul 2017 15:31:48 -0400
changeset 615923 638d48362a5708acdffd8dc17992ac9d1cac1ab5
parent 615922 44c248af1597dbb15f5c1996685baae26075a857
child 615924 fd77c8ca32b7f72b57eb19a3b566725fee533c9a
push id70526
push userCallek@gmail.com
push dateWed, 26 Jul 2017 14:50:52 +0000
reviewerskmoir
bugs1383257
milestone56.0a1
Bug 1383257 - Flip windows testing to be tier 1 by default. r=kmoir for: Land changes to flip windows nightlies on, and to tier 1 on central MozReview-Commit-ID: Ecqd48ef01i
taskcluster/taskgraph/transforms/tests.py
--- a/taskcluster/taskgraph/transforms/tests.py
+++ b/taskcluster/taskgraph/transforms/tests.py
@@ -508,17 +508,25 @@ def set_tier(config, tests):
                                          'linux32-devedition/opt',
                                          'linux64/opt',
                                          'linux64-nightly/opt',
                                          'linux64/debug',
                                          'linux64-pgo/opt',
                                          'linux64-devedition/opt',
                                          'linux64-asan/opt',
                                          'windows7-32/debug',
-                                         'windows7-32-vm/debug',
+                                         'windows7-32/opt',
+                                         'windows7-32-pgo/opt',
+                                         'windows7-32-devedition/opt',
+                                         'windows7-32-nightly/opt',
+                                         'windows10-64/debug',
+                                         'windows10-64/opt',
+                                         'windows10-64-pgo/opt',
+                                         'windows10-64-devedition/opt',
+                                         'windows10-64-nightly/opt',
                                          'macosx64/opt',
                                          'macosx64/debug',
                                          'android-4.3-arm7-api-15/opt',
                                          'android-4.3-arm7-api-15/debug',
                                          'android-4.2-x86/opt']:
                 test['tier'] = 1
             else:
                 test['tier'] = 2