Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher

MozReview-Commit-ID: 7jQnnAhOzEr

--HG--
extra : rebase_source : af1c9dca779c6089b5cc062eea81ef9945133d48
This commit is contained in:
Andrew Halberstadt 2018-01-29 12:57:54 -05:00
Родитель 945e2dc862
Коммит 3684054b5d
5 изменённых файлов: 11 добавлений и 17 удалений

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

@ -7,6 +7,9 @@
with Files('**'):
BUG_COMPONENT = ('Core', 'Build Config')
with Files('mozunit.py'):
BUG_COMPONENT = ('Testing', 'Python Test')
DIST_INSTALL = False
# For sanity's sake, we compile nsinstall without the wrapped system
# headers, so that we can use it to set up the wrapped system headers.

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

@ -29,6 +29,9 @@ with Files('mozversioncontrol/**'):
with Files('l10n/**'):
BUG_COMPONENT = ('Core', 'Localization')
with Files('mach_commands.py'):
BUG_COMPONENT = ('Testing', 'Python Test')
SPHINX_PYTHON_PACKAGE_DIRS += [
'mach',
'mozbuild/mozbuild',

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

@ -169,18 +169,3 @@ with Files("**"):
with Files("*remote*"):
BUG_COMPONENT = ("Firefox for Android", "Testing")
with Files("chrome/**"):
BUG_COMPONENT = ("Testing", "Mochitest Chrome")
with Files("chrome-harness.js"):
BUG_COMPONENT = ("Testing", "Mochitest Chrome")
with Files("BrowserTestUtils/**"):
BUG_COMPONENT = ("Testing", "BrowserTest")
with Files("browser*"):
BUG_COMPONENT = ("Testing", "BrowserTest")
with Files("tests/browser/**"):
BUG_COMPONENT = ("Testing", "BrowserTest")

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

@ -76,11 +76,11 @@ with Files("config/tooltool-manifests/**"):
BUG_COMPONENT = ("Release Engineering", "Mozharness")
with Files("*cppunittest*"):
BUG_COMPONENT = ("Testing", "General")
BUG_COMPONENT = ("Testing", "CPPUnitTest")
SCHEDULES.exclusive = ['cppunittest']
with Files("gtest/**"):
BUG_COMPONENT = ("Testing", "General")
BUG_COMPONENT = ("Testing", "GTest")
SCHEDULES.exclusive = ['gtest']
with Files("specialpowers/**"):

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

@ -55,3 +55,6 @@ with Files('docs/**'):
with Files('**'):
BUG_COMPONENT = ('Testing', 'Mozbase')
with Files('rust/**'):
BUG_COMPONENT = ('Testing', 'Mozbase Rust')