Closed
Bug 1431872
Opened 6 years ago
Closed 6 years ago
The linux64-ccov and windows64-ccov builds are missing in the fuzzy list
Categories
(Testing :: Code Coverage, enhancement)
Testing
Code Coverage
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: marco, Assigned: marco)
Details
Attachments
(1 file, 1 obsolete file)
4.76 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
They used to be there, now only the tests are listed.
Assignee | ||
Comment 1•6 years ago
|
||
Apparently this is happening because the run-on-projects for the coverage builds is empty. Since we want to make the ccov builds run on mozilla-central and try, we should set run-on-projects to be "trunk" and "try".
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Attachment #8951295 -
Attachment is obsolete: true
Attachment #8951295 -
Flags: review?(jmaher)
Attachment #8951298 -
Flags: review?(jmaher)
Comment 4•6 years ago
|
||
Comment on attachment 8951298 [details] [diff] [review] Patch Review of attachment 8951298 [details] [diff] [review]: ----------------------------------------------------------------- this looks right.
Attachment #8951298 -
Flags: review?(jmaher) → review+
Pushed by mcastelluccio@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/2de04e1a46bd Set run-on-project for Linux and Windows coverage builds. r=jmaher
Comment 6•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2de04e1a46bd
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Assignee | ||
Comment 7•6 years ago
|
||
I think this made us start to trigger coverage builds on inbound too. I have no idea why.
Comment 8•6 years ago
|
||
maybe the tests depend on the build and the tests need to be annotated as well?
Assignee | ||
Comment 9•6 years ago
|
||
(In reply to Joel Maher ( :jmaher) (UTC-5) from comment #8) > maybe the tests depend on the build and the tests need to be annotated as > well? So maybe if we don't remove the lines in taskcluster/taskgraph/transforms/tests.py it will not be triggered on inbound?
Comment 10•6 years ago
|
||
Backout by nbeleuzu@mozilla.com: https://hg.mozilla.org/mozilla-central/rev/928f0f09172f Backed out changeset 2de04e1a46bd on request from marco for running ccov builds also on autoland and inbound. a=backout
Comment 11•6 years ago
|
||
Backout by nbeleuzu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/841865bb1ee8 Backed out changeset 2de04e1a46bd on request from marco for running ccov builds also on autoland and inbound. a=backout
Comment 12•6 years ago
|
||
Backed out on request from marco for running ccov builds also on autoland and inbound. Backout push: https://hg.mozilla.org/mozilla-central/rev/928f0f09172fae67f6ec00e7a63969f7b28bd12e
Status: RESOLVED → REOPENED
status-firefox60:
fixed → ---
Flags: needinfo?(mcastelluccio)
Resolution: FIXED → ---
Target Milestone: mozilla60 → ---
Assignee | ||
Updated•6 years ago
|
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•