mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
2fbcddc03d
Differential Revision: https://phabricator.services.mozilla.com/D65895 --HG-- extra : moz-landing-system : lando
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
with Files("**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("*cppunittest*"):
|
|
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
|
SCHEDULES.exclusive = ['cppunittest']
|
|
|
|
with Files("remote*"):
|
|
BUG_COMPONENT = ("GeckoView", "General")
|