Closed
Bug 821401
Opened 12 years ago
Closed 12 years ago
mozilla-b2g18 should build desktop b2g builds on checkin
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: mozilla)
References
Details
Attachments
(4 files)
1.37 KB,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
2.12 KB,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
4.62 KB,
patch
|
bhearsum
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
2.11 KB,
patch
|
bhearsum
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
This branch is limited in scope to B2G only changes. Given the relatively high chance of someone landing on this branch and wanting to test their changes with a desktop build coupled with the relatively low volume of checkins, we should consider building the b2g desktop builds on this branch on each change.
Comment 1•12 years ago
|
||
found in triage, moving to correct component.
Component: Release Engineering → Release Engineering: Automation (General)
QA Contact: catlee
Comment 2•12 years ago
|
||
should we be building firefox at all on this branch?
or, alternatively, should we enable the per-product building logic on this branch? (e.g. only build b2g if only b2g/ changes)
Comment 3•12 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #2)
> should we be building firefox at all on this branch?
>
> or, alternatively, should we enable the per-product building logic on this
> branch? (e.g. only build b2g if only b2g/ changes)
I asked Alex about this last week, and he said that we should.
Assignee | ||
Comment 4•12 years ago
|
||
Clarification: do you mean desktop Firefox, or desktop b2g ?
Reporter | ||
Comment 5•12 years ago
|
||
I was referring to Desktop B2G
Assignee | ||
Updated•12 years ago
|
Summary: mozilla-b2g18 should build desktop builds on checkin → mozilla-b2g18 should build desktop b2g builds on checkin
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #2)
> should we be building firefox at all on this branch?
>
> or, alternatively, should we enable the per-product building logic on this
> branch? (e.g. only build b2g if only b2g/ changes)
a) since b2g18 is b2g-oriented, if we did this I'd say we should build b2g on all changes, and don't build firefox if the change is only in b2g/.
b) since this bug is desktop b2g specific, this is a question outside the scope of this bug :)
Assignee | ||
Comment 7•12 years ago
|
||
Attachment #692038 -
Flags: review?(catlee)
Assignee | ||
Comment 8•12 years ago
|
||
Attachment #692039 -
Flags: review?(catlee)
Updated•12 years ago
|
Attachment #692038 -
Flags: review?(catlee) → review+
Updated•12 years ago
|
Attachment #692039 -
Flags: review?(catlee) → review+
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 692038 [details] [diff] [review]
(custom) needed to pass checkconfig
http://hg.mozilla.org/build/buildbotcustom/rev/122bc65a26bd
Attachment #692038 -
Flags: checked-in+
Assignee | ||
Comment 10•12 years ago
|
||
Comment on attachment 692039 [details] [diff] [review]
(configs) b2g desktop dep builds on b2g18
http://hg.mozilla.org/build/buildbot-configs/rev/fdd3eee6392f
Attachment #692039 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → aki
Comment 11•12 years ago
|
||
In production.
Assignee | ||
Comment 12•12 years ago
|
||
These are getting a --config-file None for the multilocale portion.
Hidden, need to fix.
Assignee | ||
Comment 13•12 years ago
|
||
This adds the multilocale bits to the dep kwargs, but only for b2g.
I should also investigate a solution around this that keys off of "enable_multilocale_dep" or something instead of looking at the product.
I'd like to test a dep+nightly b2g desktop build to verify both are multilocale, and a dep+nightly android build to verify only android nightlies are multilocale.
Assignee | ||
Comment 15•12 years ago
|
||
Comment on attachment 692130 [details] [diff] [review]
fix dep b2g desktop builds
Dep+nightly b2g linux desktop : multilocale with a proper --config-file
Nightly android: multilocale
Dep android: non-multilocale
Attachment #692130 -
Flags: review?(bhearsum)
Assignee | ||
Updated•12 years ago
|
Attachment #692130 -
Attachment description: [needs testing] fix dep b2g desktop builds → fix dep b2g desktop builds
Comment 16•12 years ago
|
||
Comment on attachment 692130 [details] [diff] [review]
fix dep b2g desktop builds
Review of attachment 692130 [details] [diff] [review]:
-----------------------------------------------------------------
Heh, looks very similar to the original patch that I thought wouldn't be necessary. Hooray for horrible hacks!
Attachment #692130 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 17•12 years ago
|
||
Comment on attachment 692130 [details] [diff] [review]
fix dep b2g desktop builds
http://hg.mozilla.org/build/buildbotcustom/rev/ee3f1f6c0c4f
Attachment #692130 -
Flags: checked-in+
Comment 18•12 years ago
|
||
In production
Assignee | ||
Comment 19•12 years ago
|
||
Hm, the 'check' tests seem to be broken.
:bhearsum, :jhford, should we be running 'make check' for desktop b2g builds? (hg blame tells me you two set those flags.)
If not, I can turn those off and get these builds green (currently orange on mozilla-b2g18).
If so, we need to otherwise get these builds green to unhide them.
I clobbered these builds; maybe that'll help.
Flags: needinfo?(jhford)
Reporter | ||
Comment 20•12 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #19)
> Hm, the 'check' tests seem to be broken.
>
> :bhearsum, :jhford, should we be running 'make check' for desktop b2g
> builds? (hg blame tells me you two set those flags.)
>
> If not, I can turn those off and get these builds green (currently orange on
> mozilla-b2g18).
>
> If so, we need to otherwise get these builds green to unhide them.
> I clobbered these builds; maybe that'll help.
It would be great to have the check tests run green, but I think having the builds visible is going to catch more errors than if they are hidden.
Flags: needinfo?(jhford)
Assignee | ||
Comment 21•12 years ago
|
||
Going to stage this.
Assignee | ||
Comment 22•12 years ago
|
||
Comment on attachment 693554 [details] [diff] [review]
disable b2g18 b2g desktop check tests
Sorry for all the reviews.
Kicked off a b2g linux b2g18 build in staging and verified there was no check step, and it ran green.
Attachment #693554 -
Flags: review?(bhearsum)
Updated•12 years ago
|
Attachment #693554 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 23•12 years ago
|
||
Comment on attachment 693554 [details] [diff] [review]
disable b2g18 b2g desktop check tests
http://hg.mozilla.org/build/buildbot-configs/rev/0c704b8095ce
Attachment #693554 -
Flags: checked-in+
Assignee | ||
Comment 24•12 years ago
|
||
These appear to be green now.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•