Open
Bug 1444065
Opened 7 years ago
Updated 2 years ago
Improve SCHEDULES.exclusive for testing/marionette
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
NEW
People
(Reporter: whimboo, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1403222 added the following lines to testing/marionette/moz.build:
> with Files("harness/**"):
> SCHEDULES.exclusive = ["marionette", "firefox-ui"]
If I understand this correctly, any changes under this folder should only trigger the marionette and firefox-ui tests.
What we actually have in this case is the following:
Under `testing/marionette/harness/marionette_harness/tests` there are only tests, which would have to trigger the `marionette` job. Only real harness changes have to trigger other harnesses which are based on marionette which are:
* firefox-ui tests
* telemetry tests
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•