-
Notifications
You must be signed in to change notification settings - Fork 11
Description
If there is a push which contains many failures:
https://treeherder.mozilla.org/jobs?repo=try&revision=c2ed18f748046d19578705aeed91f40033800273
in this push, all jobs and failures are part of the test suite web-platform-tests. These have a different relative path in the source tree and some different logic than other tests.
Currently if run:
citools push failures try c2ed18f748046d19578705aeed91f40033800273
there will be hundreds of output lines showing:
WARNING | citools.dump_failures:63 - Invalid test: /upgrade-insecure-requests/gen/worker-module-inherit.http-rp/upgrade/websocket.https.html
and of course many other test names.
We should support web-platform-tests in here, or at the very least reduce the amount of warnings output printed in order to reduce confusion.