Closed
Bug 1656372
Opened 4 years ago
Closed 4 years ago
Add a task to generate a test manifest metadata report for tests disabled in xorigin mode
Categories
(Testing :: General, task, P1)
Testing
General
Tracking
(Fission Milestone:M6c, firefox81 fixed)
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: tkhan, Assigned: gbrown)
References
Details
(Whiteboard: dev-prod-2020)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
There is currently a CI task called test-info-fission which generates a report for tests disabled with fission. We'd like to add a similar task to generate a report for tests disabled with xorigin, e.g:
./mach test-info report --show-tests --show-summary --filter-keys=fail-if,fails-if,random-if,skip-if --filter-values='(?<!!)xorigin' --output-file /builds/worker/artifacts/test-info-xorigin.json
Hi Andrew, would you be able to take a look at this?
Flags: needinfo?(ahal)
Comment 2•4 years ago
|
||
I think it's just a matter of copy/pasting the task definition, but it might be a little while until I have a chance to tackle this.. so redirecting to Geoff.
Flags: needinfo?(ahal) → needinfo?(gbrown)
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gbrown
Flags: needinfo?(gbrown)
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P1
Whiteboard: dev-prod-2020
Updated•4 years ago
|
Fission Milestone: --- → M6c
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f43f5cbd2206
Add a test-info task to identify tests disabled on xorigin; r=ahal
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•