mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 1412916 - fill in missing bugzilla_components. r=gps
This commit is contained in:
parent
ab5f3e7d54
commit
ede9d9fd21
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
with Files("*"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("awsy/**"):
|
||||
BUG_COMPONENT = ("Testing", "AWSY")
|
||||
SCHEDULES.exclusive = ["awsy"]
|
||||
|
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user