Bug 1290192 - Use Ubuntu 16.04 docker image for Firefox UI tests. r?dustin draft
authorHenrik Skupin <mail@hskupin.info>
Fri, 29 Jul 2016 10:21:03 +0200
changeset 396118 1193bc0a20f85bb3419838bd7bb4a0145a87a2fb
parent 395624 6608e5864780589b25d5421c3d3673ab30c4c318
child 527132 02198eba01d7d48d75c3adaf88ccf34d6815f8a0
push id24926
push userbmo:hskupin@gmail.com
push dateWed, 03 Aug 2016 10:56:56 +0000
reviewersdustin
bugs1290192
milestone51.0a1
Bug 1290192 - Use Ubuntu 16.04 docker image for Firefox UI tests. r?dustin MozReview-Commit-ID: lcM2yLJg0F
taskcluster/ci/desktop-test/tests.yml
--- a/taskcluster/ci/desktop-test/tests.yml
+++ b/taskcluster/ci/desktop-test/tests.yml
@@ -48,30 +48,32 @@ external-media-tests:
             - mozharness/configs/remove_executables.py
 
 firefox-ui-functional-local:
     description: "Firefox-ui-tests functional run"
     suite: "firefox-ui/functional local"
     treeherder-symbol: tc-Fxfn-l(en-US)
     max-run-time: 5400
     tier: 1
+    docker-image: {"in-tree": "desktop1604-test"}
     mozharness:
         script: mozharness/scripts/firefox_ui_tests/functional.py
         config:
             - mozharness/configs/firefox_ui_tests/taskcluster.py
             - mozharness/configs/remove_executables.py
         extra-options:
             - "--tag local"
 
 firefox-ui-functional-remote:
     description: "Firefox-ui-tests functional run"
     suite: "firefox-ui/functional remote"
     treeherder-symbol: tc-Fxfn-r(en-US)
     max-run-time: 5400
     tier: 2
+    docker-image: {"in-tree": "desktop1604-test"}
     mozharness:
         script: mozharness/scripts/firefox_ui_tests/functional.py
         config:
             - mozharness/configs/firefox_ui_tests/taskcluster.py
             - mozharness/configs/remove_executables.py
         extra-options:
             - "--tag remote"