bug 1309086 run taskcluster desktop reftests and crashtests on Ubuntu 16.04 r=jmaher draft
authorKarl Tomlinson <karlt+@karlt.net>
Wed, 12 Oct 2016 17:38:20 +1300
changeset 424156 9e4af07c6b16d6a33539c66af75248eb5d2cdd2b
parent 424081 ebdd1f00678d230eaad9b796b3a611fb798f48ed
child 424157 a9da85770d06519349ba5920a66cf7ef42bd61de
child 424160 9747a9c4e962782a342f6f331369da8d436889b2
child 426217 23a282be8dd2dc5c69b13f9143b87cb2f60b2815
push id32084
push userktomlinson@mozilla.com
push dateWed, 12 Oct 2016 09:20:09 +0000
reviewersjmaher
bugs1309086
milestone52.0a1
bug 1309086 run taskcluster desktop reftests and crashtests on Ubuntu 16.04 r=jmaher MozReview-Commit-ID: BbJoCRHYj2l
taskcluster/ci/desktop-test/tests.yml
--- a/taskcluster/ci/desktop-test/tests.yml
+++ b/taskcluster/ci/desktop-test/tests.yml
@@ -25,16 +25,17 @@ cppunit:
                     - remove_executables.py
         extra-options:
             - --cppunittest-suite=cppunittest
 
 crashtest:
     description: "Crashtest run"
     suite: reftest/crashtest
     treeherder-symbol: tc-R(C)
+    docker-image: {"in-tree": "desktop1604-test"}
     mozharness:
         script: desktop_unittest.py
         chunked: true
         no-read-buildbot-config: true
         config:
             by-test-platform:
                 default:
                     - unittests/linux_unittest.py
@@ -383,32 +384,34 @@ mochitest-webgl:
     # Bug 1296733: llvmpipe with mesa 9.2.1 lacks thread safety
     allow-software-gl-layers: false
 
 reftest:
     description: "Reftest run"
     suite: reftest/reftest
     treeherder-symbol: tc-R(R)
     chunks: 8
+    docker-image: {"in-tree": "desktop1604-test"}
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         config:
             by-test-platform:
                 default:
                     - unittests/linux_unittest.py
                     - remove_executables.py
         extra-options:
             - --reftest-suite=reftest
 
 reftest-no-accel:
     description: "Reftest not accelerated run"
     suite: reftest/reftest-no-accel
     treeherder-symbol: tc-R(Ru)
     chunks: 8
+    docker-image: {"in-tree": "desktop1604-test"}
     mozharness:
         script: desktop_unittest.py
         no-read-buildbot-config: true
         config:
             by-test-platform:
                 default:
                     - unittests/linux_unittest.py
                     - remove_executables.py