Bug 1517298 - Remove Thunderbird unittest configs from mozilla-*. r=jmaher

thunderbird_buildbot.py is no longer necessary now that Thunderbird builds
on Taskcluster.
thunderbird_extra.py is moved into comm-*.

Differential Revision: https://phabricator.services.mozilla.com/D16735

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Rob Lemley 2019-01-16 21:05:11 +00:00
Родитель ad47c8dca9
Коммит 783ea07b94
2 изменённых файлов: 0 добавлений и 37 удалений

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

@ -1,20 +0,0 @@
import platform
# Specify tooltool directory for thunderbird buildbot tests explicitly.
# The default configuration in `linux_unittest.py` specifies a
# taskcluster-specific location. Override that here until thunderbird is being
# built on taskcluster.
# See https://bugzilla.mozilla.org/show_bug.cgi?id=1356520
# and https://bugzilla.mozilla.org/show_bug.cgi?id=1371734
config = {
"tooltool_cache": "/builds/tooltool_cache",
}
# Specify virtualenv directory for thunderbird buildbot tests explicitly.
# The default configuration in `linux_unittest.py` specifies a path that
# doesn't exist on buildbot. We need to specify the other paths here too, since
# config entries are overriden wholesale.
if platform.system() == "Linux":
config["exes"] = {
"python": "/tools/buildbot/bin/python",
}

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

@ -1,17 +0,0 @@
#####
config = {
"application": "thunderbird",
"minimum_tests_zip_dirs": [
"bin/*",
"certs/*",
"config/*",
"extensions/*",
"marionette/*",
"modules/*",
"mozbase/*",
"tools/*",
],
"all_mozmill_suites": {
"mozmill": ["--list=tests/mozmill/mozmilltests.list"],
},
}