Bug 1286900 - Stop producing web-platform tests zip file; r=ted

Now that we access WPT related files from a source checkout, we no
longer need the web-platform tests zip file produced or consumed by
automation. So stop producing it.

MozReview-Commit-ID: Ea8KjKZJ5Yx

--HG--
extra : rebase_source : f22506a02fdd5e78434cdc5d1c1f274db1cd04e2
This commit is contained in:
Gregory Szorc 2016-09-20 18:41:06 -07:00
Родитель eb72a98cc5
Коммит f4832137ac
3 изменённых файлов: 0 добавлений и 31 удалений

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

@ -16,7 +16,6 @@ ALL_HARNESSES = [
'cppunittest',
'jittest',
'mozbase',
'web-platform',
'talos',
'gtest',
]
@ -26,7 +25,6 @@ PACKAGE_SPECIFIED_HARNESSES = [
'mochitest',
'reftest',
'xpcshell',
'web-platform',
'talos',
]

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

@ -364,34 +364,6 @@ ARCHIVE_FILES = {
'pattern': 'talos/**',
},
],
'web-platform': [
{
'source': buildconfig.topsrcdir,
'base': 'testing',
'pattern': 'web-platform/meta/**',
},
{
'source': buildconfig.topsrcdir,
'base': 'testing',
'pattern': 'web-platform/mozilla/**',
},
{
'source': buildconfig.topsrcdir,
'base': 'testing',
'pattern': 'web-platform/tests/**',
},
{
'source': buildconfig.topobjdir,
'base': '_tests',
'pattern': 'web-platform/**',
},
{
'source': buildconfig.topobjdir,
'base': '',
'pattern': 'mozinfo.json',
'dest': 'web-platform',
},
],
'xpcshell': [
{
'source': buildconfig.topobjdir,

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

@ -198,7 +198,6 @@ TEST_PKGS := \
mochitest \
reftest \
talos \
web-platform \
xpcshell \
$(NULL)