Bug 1359976: remove references to now-unused test-platform-phylum; r=wcosta

MozReview-Commit-ID: A86tEB4nbIx

--HG--
extra : rebase_source : 56f69a946970e5c8c37b4aea1374e4ac31b48600
This commit is contained in:
Dustin J. Mitchell 2017-05-05 19:44:05 +00:00
Родитель b4023300a3
Коммит c34abf4ee4
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -166,7 +166,7 @@ test_description_schema = Schema({
# 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(
'test-platform', 'test-platform-phylum',
'test-platform',
Any(
# a raw Docker image path (repo/image:tag)
basestring,
@ -193,7 +193,7 @@ test_description_schema = Schema({
# What to run
Required('mozharness'): optionally_keyed_by(
'test-platform', 'test-platform-phylum', {
'test-platform', {
# the mozharness script used to run this task
Required('script'): basestring,