Closed
Bug 1496791
Opened 6 years ago
Closed 6 years ago
Disable JSDCOV completely
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: sparky, Assigned: sparky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This bug is to disable jsdcov completely as it's coverage can be found in jsvm data so we can save resources by not running this build. Furthermore, we now have the ability to run per-test through the test-coverage task meaning that there are no uses for jsdcov that are not already possible with the ccov build.
Comment 1•6 years ago
|
||
keep in mind we need to remove the test annotations as well as any code that adds bits to mozinfo or shims for collection in jsdcov.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gmierz2
Assignee | ||
Comment 2•6 years ago
|
||
This patch removes linux64-jsdcov from the available builds on taskcluster along with any hacks used to run it. It also removes any 'coverage' entries that were added to skip tests.
Assignee | ||
Comment 3•6 years ago
|
||
Here's a try push showing that everything is still working as expected: https://treeherder.mozilla.org/#/jobs?repo=try&revision=edabefb5a284aea6ff0797133fc289df7d9cf1f4
And with this patch applied, I can no longer schedule jsdov builds.
Pushed by gmierz2@outlook.com:
https://hg.mozilla.org/integration/autoland/rev/2d5a9a9d3baa
Disable linux64-jsdcov completely. r=jmaher
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•