Bug 1460743 - TC configs for raptor speedometer on google chrome; r?jmaher draft
authorRob Wood <rwood@mozilla.com>
Wed, 06 Jun 2018 12:39:02 -0400
changeset 806435 7c0dbaddc06ce79002dcb25595bcc86c8a5b694f
parent 806429 f5dc9c1eac3997b1f975d512870b13af51320aff
child 806436 9f2e9b644487d1f0c7db1585f5cea894d1d90eff
push id112880
push userrwood@mozilla.com
push dateSat, 09 Jun 2018 14:30:20 +0000
reviewersjmaher
bugs1460743
milestone62.0a1
Bug 1460743 - TC configs for raptor speedometer on google chrome; r?jmaher MozReview-Commit-ID: 8ZxZc1Cz4WQ
taskcluster/ci/config.yml
taskcluster/ci/test/raptor.yml
taskcluster/ci/test/test-sets.yml
--- a/taskcluster/ci/config.yml
+++ b/taskcluster/ci/config.yml
@@ -13,16 +13,18 @@ treeherder:
         'Fxfn-r-e10s': 'Firefox functional tests (remote) with e10s'
         'M': 'Mochitests'
         'M-e10s': 'Mochitests with e10s'
         'M-V': 'Mochitests on Valgrind'
         'R': 'Reftests'
         'R-e10s': 'Reftests with e10s'
         'Rap': 'Raptor performance tests on Firefox'
         'Rap-e10s': 'Raptor performance tests on Firefox with e10s'
+        'Rap-C': 'Raptor performance tests on Google Chrome'
+        'Rap-C-e10s': 'Raptor performance tests on Google Chrome with e10s'
         'T': 'Talos performance tests'
         'Tsd': 'Talos performance tests with Stylo disabled'
         'Tss': 'Talos performance tests with Stylo sequential'
         'T-e10s': 'Talos performance tests with e10s'
         'Tsd-e10s': 'Talos performance tests with e10s, Stylo disabled'
         'Tss-e10s': 'Talos performance tests with e10s, Stylo sequential'
         'T-P-e10s': 'Talos performance tests with e10s and gecko profiling'
         'tt-c': 'Telemetry client marionette tests'
--- a/taskcluster/ci/test/raptor.yml
+++ b/taskcluster/ci/test/raptor.yml
@@ -31,22 +31,36 @@ raptor-firefox-tp6:
     treeherder-symbol: Rap(tp6)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['try']
             default: ['try']
     max-run-time: 1200
     mozharness:
         extra-options:
-            - --test=raptor-firefox-tp6
+            - --test=raptor-tp6
 
 raptor-firefox-speedometer:
     description: "Raptor Firefox speedometer"
     try-name: raptor-firefox-speedometer
     treeherder-symbol: Rap(sp)
     run-on-projects:
         by-test-platform:
             .*-qr/.*: ['try']
             default: ['try']
     max-run-time: 1500
     mozharness:
         extra-options:
             - --test=raptor-speedometer
+
+raptor-chrome-speedometer:
+    description: "Raptor Chrome speedometer"
+    try-name: raptor-chrome-speedometer
+    treeherder-symbol: Rap-C(sp)
+    run-on-projects:
+        by-test-platform:
+            .*-qr/.*: ['try']
+            default: ['try']
+    max-run-time: 1500
+    mozharness:
+        extra-options:
+            - --test=raptor-speedometer
+            - --app=chrome
--- a/taskcluster/ci/test/test-sets.yml
+++ b/taskcluster/ci/test/test-sets.yml
@@ -278,16 +278,17 @@ macosx64-talos-profiling:
     # - talos-tps-profiling # Bug 1453007 times out
 
 macosx64-qr-tests:
     - reftest
 
 macosx64-raptor:
     - raptor-firefox-tp6
     - raptor-firefox-speedometer
+    - raptor-chrome-speedometer
 
 linux32-tests:
     - cppunit
     - crashtest
     - firefox-ui-functional-local
     - firefox-ui-functional-remote
     - gtest
     - jittest