Bug 1372575: set osx test tasks to tier 1. r=garndt draft
authorWander Lairson Costa <wcosta@mozilla.com>
Tue, 13 Jun 2017 10:35:39 -0300
changeset 593353 f683183e7522e904cdae7b1e2591dc300ac3da11
parent 593303 a8f8e440d627d686fa8898483aa9c5da928a8fa4
child 633084 2cbd76e34a9c5e57e11631f3fa1fd69ca751890b
push id63668
push userwcosta@mozilla.com
push dateTue, 13 Jun 2017 13:36:01 +0000
reviewersgarndt
bugs1372575
milestone56.0a1
Bug 1372575: set osx test tasks to tier 1. r=garndt MozReview-Commit-ID: 665BesH9Eex
taskcluster/taskgraph/transforms/tests.py
--- a/taskcluster/taskgraph/transforms/tests.py
+++ b/taskcluster/taskgraph/transforms/tests.py
@@ -437,16 +437,18 @@ def set_tier(config, tests):
                                          'linux32-nightly/opt',
                                          'linux32-devedition/opt',
                                          'linux64/opt',
                                          'linux64-nightly/opt',
                                          'linux64/debug',
                                          'linux64-pgo/opt',
                                          'linux64-devedition/opt',
                                          'linux64-asan/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
         yield test