Bug 1369076 - Run the tier-2 linux64-qr tests on mozilla-central instead of graphics. r?dustin draft
authorKartikaya Gupta <kgupta@mozilla.com>
Wed, 31 May 2017 11:28:54 -0400
changeset 587145 092430ae95c2b9fdbeb41a910dce0f0b1058e503
parent 586973 7b8937970f9ca85db88cb2496f2112175fd847c8
child 631195 45d227d8b6f979e56b86717af8739283814c00ca
push id61626
push userkgupta@mozilla.com
push dateWed, 31 May 2017 15:32:26 +0000
reviewersdustin
bugs1369076
milestone55.0a1
Bug 1369076 - Run the tier-2 linux64-qr tests on mozilla-central instead of graphics. r?dustin This just migrates the extra tier-2 linux64-qr test jobs from running on graphics to running on m-c and try. This is the last step needed for the graphics team to stop using the graphics branch and switch to using the regular integration branches. MozReview-Commit-ID: E0epHQVuXxu
taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -29,17 +29,17 @@ cppunit:
     suite: cppunittest
     treeherder-symbol: tc(Cpp)
     e10s: false
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
             windows.*: ['mozilla-central', 'try']
             windows10-64-asan/opt: []  # as an exception to windows.*
-            linux64-qr/.*: ['graphics']  # not on mozilla-central, even though it's built there
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     mozharness:
         by-test-platform:
             android.*:
                 script: android_emulator_unittest.py
                 no-read-buildbot-config: true
                 config:
                     - android/androidarm_4_3.py
@@ -241,17 +241,17 @@ gtest:
     suite: gtest
     treeherder-symbol: tc(GTest)
     e10s: false
     instance-size: xlarge
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
             windows.*: ['mozilla-central', 'try']
-            linux64-qr/.*: ['graphics']
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         config:
             by-test-platform:
                 windows.*:
                     - unittests/win_taskcluster_unittest.py
@@ -267,17 +267,17 @@ gtest:
 jittest:
     description: "JIT Test run"
     suite: jittest/jittest-chunked
     treeherder-symbol: tc(Jit)
     e10s: false
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
-            linux64-qr/.*: ['graphics']
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     chunks:
         by-test-platform:
             windows.*: 1
             macosx.*: 1
             default: 6
     mozharness:
         chunked:
@@ -529,17 +529,17 @@ mochitest-a11y:
     suite: mochitest/a11y
     treeherder-symbol: tc-M(a11y)
     loopback-video: true
     e10s: false
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
             windows.*: ['mozilla-central', 'try']
-            linux64-qr/.*: ['graphics']
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         chunked: false
         mochitest-flavor: a11y
         config:
             by-test-platform:
@@ -1126,17 +1126,17 @@ reftest:
 reftest-no-accel:
     description: "Reftest not accelerated run"
     suite: reftest/reftest-no-accel
     treeherder-symbol: tc-R(Ru)
     docker-image: {"in-tree": "desktop1604-test"}
     run-on-projects:
         by-test-platform:
             windows10.*: []
-            linux64-qr/.*: ['graphics']
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     chunks:
         by-test-platform:
             macosx.*: 1
             default: 8
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
@@ -1584,17 +1584,17 @@ xpcshell:
     suite:
         by-test-platform:
             linux64-jsdcov/opt: xpcshell-coverage
             default: xpcshell
     treeherder-symbol: tc-X(X)
     run-on-projects:
         by-test-platform:
             windows.*: []
-            linux64-qr/.*: ['graphics']
+            linux64-qr/.*: ['mozilla-central', 'try']
             default: built-projects
     docker-image: {"in-tree": "desktop1604-test"}
     chunks:
         by-test-platform:
             linux64/debug: 10
             android-4.2-x86/opt: 6
             # windows.*: 1
             macosx.*: 1