mach try auto doesn't schedule web platform tests
Categories
(Developer Infrastructure :: Try, defect, P1)
Tracking
(firefox78 fixed)
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: sg, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I recently did several mach try auto
pushes with local changes to dom/indexedDB/*.cpp files, e.g. https://treeherder.mozilla.org/#/jobs?repo=try&revision=210a4bf8a8856ecde6ef0167f33679db93b87ec0&selectedTaskRun=aIdpalNyRgamfIvS7xksAA-0
This seems to run the relevant mochitest and xpchshell-test test suites, but it failed to select the /IndexedDB/ web platform tests.
Assignee | ||
Comment 1•4 years ago
|
||
Thanks for filing!
I see the ML selected testing/web-platform/tests/indexedDB
with 94% confidence. In fact it selected other WPT manifests with 99% confidence, yet no tasks were run. So this is a problem with the taskgraph code rather than the ML algorithm.
I'd guess it's a regression either from bug 1608837 or a change to bugbug. Marco, did you end up landing that change where you were returning the full path from bugbug rather than the ids? Looks like the group names are mismatching.
Assignee | ||
Comment 2•4 years ago
|
||
Oh, looks like you did (duh, I was looking right at the line that gave me the answer). Ok, in that case not a regression from bug 1608837. In fact we have bug 1638429 filed to handle this change already, but we never ended up coordinating on the landing. I'll just dupe that here.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
I tested the above patch out by rebasing Simon's patch on top of my fix:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f489ebac861a22793d95b000dea4048846b4688c
I didn't let the tasks finish running to save resources, but we are clearly scheduling wpt
tasks again (whereas on the push in comment 0 we weren't).
Comment 7•4 years ago
|
||
bugherder |
Updated•2 years ago
|
Description
•