Open
Bug 1380189
Opened 9 years ago
Updated 3 years ago
Investigate if there is a way to prevent linux64-ccov from running on nightly/cron pushes.
Categories
(Testing :: Code Coverage, defect)
Testing
Code Coverage
Tracking
(Not tracked)
NEW
People
(Reporter: sparky, Unassigned)
References
Details
To decrease the number of resources code coverage is using, it would be beneficial for us to prevent the linux64-ccov build from running on the nightly/cron pushes like this one: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=6fec4855b5345eb63fef57089e61829b88f5f4eb&filter-searchStr=ccov
This bug is for investigating if there is any way that this can be done. There may be some fields in the task definition that could help us with determining this and disable the jobs at the transform. Currently, linux64-ccov builds are scheduled by default on pushes to mozilla-central because of the run-on-projects flag that we added here: https://dxr.mozilla.org/mozilla-central/source/taskcluster/taskgraph/transforms/tests.py#521
Comment 1•9 years ago
|
||
I'm thinking we could skip a lot of other builds as well (e.g. asan).
Updated•7 years ago
|
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•