Bug 1346232 - Use Ubuntu 16.04 docker image for stylo reftest to avoid timeouts. r?jmaher draft
authorHiroyuki Ikezoe <hikezoe@mozilla.com>
Thu, 30 Mar 2017 17:09:04 +0900
changeset 553528 0f9a146e3571e66ec7916d8cc01e9c9b83e2f8d5
parent 553344 4c7c05a49f3ce40aa0969beccb397380a8907f4a
child 553529 152f86dca66bc28b32ad6656d16e5b3c283530ff
push id51671
push userhikezoe@mozilla.com
push dateThu, 30 Mar 2017 08:09:32 +0000
reviewersjmaher
bugs1346232
milestone55.0a1
Bug 1346232 - Use Ubuntu 16.04 docker image for stylo reftest to avoid timeouts. r?jmaher MozReview-Commit-ID: Jk7SnxEvHx4
taskcluster/ci/test/tests.yml
--- a/taskcluster/ci/test/tests.yml
+++ b/taskcluster/ci/test/tests.yml
@@ -1046,16 +1046,17 @@ reftest-no-accel:
                     - remove_executables.py
         extra-options:
             - --reftest-suite=reftest-no-accel
 
 reftest-stylo:
     description: "Reftest run for Stylo"
     suite: reftest/reftest-stylo
     treeherder-symbol: tc-R(Rs)
+    docker-image: {"in-tree": "desktop1604-test"}
     chunks: 16
     run-on-projects:
         by-test-platform:
             linux64-stylo/opt: [ 'stylo', 'autoland', 'mozilla-central', 'try' ]
             linux64-stylo/debug: [ 'stylo', 'autoland', 'mozilla-inbound', 'mozilla-central', 'try' ]
             default: []
     e10s:
         # run only e10s tests for this platform see bug 1343301