No longer possible to schedule wpt-backlog tasks
Categories
(Developer Infrastructure :: Try, defect)
Tracking
(firefox83 fixed)
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
Details
Attachments
(1 file)
It's important to be able to schedule the wpt-backlog tasks on try in the wptsync because otherwise we can't update the metadata before commits reach central. This means almost certain orange for every wptsync failure. We historically haven't been very excited about people scheduling these tests on try by default because they can be long-running and aren't generally useful. However the wpt sync can't run with --full because this also schedules a lot of configurations that we don't run anywhere else (notably fission configurations).
The solution in bug 1618633 was to add --disable-target-task-filter that disables fuzzy's own filtering of these tasks. But it seems like bug 1655703 introduced new prefiltering on the tasks which removed the backlog tasks before we even got this far.
AFAICT the only way to solve this is have a different target_tasks method for --disable-target-tasks-filter
| Assignee | ||
Comment 1•5 years ago
|
||
In particular this allows scheduling backlog tasks on try with --disable-target-task-filter
Updated•5 years ago
|
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
Updated•3 years ago
|
Description
•