Closed
Bug 1645057
Opened 5 years ago
Closed 5 years ago
wpt pushes with paths are scheduling too many jobs
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(firefox79 fixed)
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
Details
Attachments
(2 files)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=92b116d92f994cda3f51418f4995fcdd98179a6b should just schedule W1 jobs, but it also seems to schedule some empty Wr, Wc and Wd jobs. This is obviously mostly useless overhead. I'm sure this worked a fe months ago, so some relatively recent change must have broken things here.
Updated•5 years ago
|
Summary: wpt psuhes with paths are scheduling too many jobs → wpt pushes with paths are scheduling too many jobs
Assignee | ||
Comment 1•5 years ago
|
||
This should prevent unrelated tasks getting scheduled on try for
pushes with paths. The alternative would be to rename
web-platform-tests to web-platform-tests-testharness, but that seems
more likely to break other systems.
Updated•5 years ago
|
Assignee: nobody → james
Status: NEW → ASSIGNED
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/e37450a36a53
Adjust task_regex so web-platform-tests only selects testharness, r=ahal
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4875bef47de4
Fixup test expectations, r=ahal
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e37450a36a53
https://hg.mozilla.org/mozilla-central/rev/4875bef47de4
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•