Bug 1354296 - Add TC configs for new talos perf-reftest; r?wcosta draft
authorRob Wood <rwood@mozilla.com>
Thu, 13 Apr 2017 10:10:38 -0400
changeset 562125 59f34fb9f893f81e9885a2d222ee9c7ce149ca25
parent 562124 5b09d12934d43660432af1bbf44dba764fe3c898
child 624172 f2f64d658285a2db89d23092294af68f1a483023
push id53955
push userrwood@mozilla.com
push dateThu, 13 Apr 2017 14:10:58 +0000
reviewerswcosta
bugs1354296
milestone55.0a1
Bug 1354296 - Add TC configs for new talos perf-reftest; r?wcosta MozReview-Commit-ID: 7y8OXC4B8Em
taskcluster/ci/test/test-sets.yml
taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/test-sets.yml
+++ b/taskcluster/ci/test/test-sets.yml
@@ -59,16 +59,17 @@ talos:
     - talos-dromaeojs
     - talos-g1
     - talos-g2
     - talos-g3
     - talos-g4
     - talos-other
     - talos-svgr
     - talos-tp5o
+    - talos-perf-reftest
 
 awsy:
     - awsy
 
 ##
 # Limited test sets for specific platforms
 
 stylo-tests:
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -1339,16 +1339,37 @@ talos-tp5o:
         config:
             by-test-platform:
                 default:
                     - talos/linux_config.py
                     - remove_executables.py
         extra-options:
             - --suite=tp5o
 
+talos-perf-reftest:
+    description: "Talos perf-reftest"
+    suite: talos
+    talos-try-name: perfref
+    treeherder-symbol: tc-T(p)
+    run-on-projects:
+        by-test-platform:
+            linux64-stylo/.*: ['try']
+            default: ['try']
+    max-run-time: 3600
+    mozharness:
+        script: talos_script.py
+        no-read-buildbot-config: true
+        config:
+            by-test-platform:
+                default:
+                    - talos/linux_config.py
+                    - remove_executables.py
+        extra-options:
+            - --suite=perf-reftest
+
 awsy:
     description: "Are we slim yet"
     suite: awsy
     treeherder-symbol: tc-SY(sy)
     run-on-projects: ['mozilla-beta', 'mozilla-aurora', 'mozilla-central', 'mozilla-inbound', 'autoland', 'try']
     docker-image: {"in-tree": "desktop1604-test"}
     max-run-time: 7200
     e10s: true