Bug 1386717 - make taskcluster default to 16.04 for linux docker image and remove references to 16.04 from .yml file. r=gbrown

MozReview-Commit-ID: 224etabSwOp
This commit is contained in:
Joel Maher
2017-08-02 19:07:08 -04:00
parent d443232c88
commit c77ba94113
2 changed files with 1 additions and 34 deletions

View File

@@ -230,7 +230,7 @@ test_description_schema = Schema({
# name of the docker image or in-tree docker image to run the task in. If
# in-tree, then a dependency will be created automatically. This is
# generally `desktop-test`, or an image that acts an awful lot like it.
Required('docker-image', default={'in-tree': 'desktop-test'}): optionally_keyed_by(
Required('docker-image', default={'in-tree': 'desktop1604-test'}): optionally_keyed_by(
'test-platform',
Any(
# a raw Docker image path (repo/image:tag)