mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-17 06:09:19 +00:00
Bug 1794552 - [marionette] Fix Bugzilla components for Marionette related files. r=webdriver-reviewers,Sasha,jgraham DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D169201
This commit is contained in:
parent
300f0defbb
commit
eac20afa3f
@ -12,6 +12,6 @@ XPIDL_SOURCES += [
|
||||
XPCOM_MANIFESTS += ["components.conf"]
|
||||
|
||||
with Files("Marionette.sys.mjs"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Remote Protocol", "Marionette")
|
||||
with Files("nsIMarionette.idl"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Remote Protocol", "Marionette")
|
||||
|
@ -7,4 +7,4 @@ JAR_MANIFESTS += ["jar.mn"]
|
||||
XPCSHELL_TESTS_MANIFESTS += ["test/xpcshell/xpcshell.ini"]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Remote Protocol", "Marionette")
|
||||
|
@ -6,7 +6,7 @@ with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("marionette*"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
|
||||
|
||||
with Files("mozbase*"):
|
||||
BUG_COMPONENT = ("Testing", "Mozbase")
|
||||
|
@ -5,7 +5,7 @@
|
||||
MARIONETTE_UNIT_MANIFESTS += ["harness/marionette_harness/tests/unit/unit-tests.ini"]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
|
||||
|
||||
with Files("harness/**"):
|
||||
SCHEDULES.exclusive = ["marionette", "firefox-ui"]
|
||||
|
@ -73,7 +73,7 @@ with Files("mozilla/tests/placeholder"):
|
||||
BUG_COMPONENT = ("Testing", "web-platform-tests")
|
||||
|
||||
with Files("mozilla/tests/webdriver/**"):
|
||||
BUG_COMPONENT = ("Testing", "geckodriver")
|
||||
BUG_COMPONENT = ("Remote Protocol", "Marionette")
|
||||
|
||||
with Files("mozilla/tests/webdriver/bidi/**"):
|
||||
BUG_COMPONENT = ("Remote Protocol", "WebDriver BiDi")
|
||||
|
Loading…
x
Reference in New Issue
Block a user