Bug 1412916 - fill in missing bugzilla_components. r=gps

This commit is contained in:
Joel Maher 2017-10-30 19:07:20 -04:00
parent ab5f3e7d54
commit ede9d9fd21
3 changed files with 9 additions and 0 deletions

View File

@ -38,6 +38,9 @@ with Files('*gradle*'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
SCHEDULES.exclusive = ['android']
with Files('*.json'):
BUG_COMPONENT = ('Core', 'Build Config')
with Files('**/l10n.toml'):
BUG_COMPONENT = ('Core', 'Localization')
FINAL = True

View File

@ -1,3 +1,6 @@
with Files("*"):
BUG_COMPONENT = ("Testing", "General")
with Files("awsy/**"):
BUG_COMPONENT = ("Testing", "AWSY")
SCHEDULES.exclusive = ["awsy"]

View File

@ -30,6 +30,9 @@ with Files("**"):
'web-platform-tests-wdspec',
]
with Files("moz.build"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
with Files("README.md"):
BUG_COMPONENT = ("Testing", "web-platform-tests")