mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
894f69b8b2
MozReview-Commit-ID: F5vHc4G13v6 --HG-- extra : rebase_source : 1c6c8de55def6026da467d589ec3a8b511986125
10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
with Files("**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("*cppunittest*"):
|
|
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
|
SCHEDULES.exclusive = ['cppunittest']
|
|
|
|
with Files("remote*"):
|
|
BUG_COMPONENT = ("Firefox for Android", "Testing")
|