Closed
Bug 991393
Opened 11 years ago
Closed 11 years ago
[flame][build]Create "flame" build
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Unassigned)
References
Details
Attachments
(9 files, 1 obsolete file)
1.96 KB,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
806 bytes,
patch
|
catlee
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
6.27 KB,
patch
|
RyanVM
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
2.41 KB,
patch
|
mozilla
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
3.76 KB,
patch
|
mozilla
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
870 bytes,
patch
|
u429623
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
802 bytes,
patch
|
u429623
:
review+
|
Details | Diff | Splinter Review |
1.56 KB,
patch
|
u429623
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
5.11 KB,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Is this bug to track pvtbuilds nightly being built on Flame?
Flags: needinfo?(aki)
Reporter | ||
Comment 2•11 years ago
|
||
We were also considering:
"Does it currently use locales/languages_all.json? Does it switch on
all the keyboards we have?"
I'm not sure how to do the latter, but RelEng can do the former. However, that means we have to sync many more locale repos to git.m.o.
(In reply to Naoki Hirata :nhirata (please use needinfo instead of cc) from comment #1)
> Is this bug to track pvtbuilds nightly being built on Flame?
Yes.
Flags: needinfo?(aki)
Can you have the gecko/gaia parts separately as well as the .imgs as you did for Tarako please?
![]() |
||
Updated•11 years ago
|
Flags: needinfo?(aki)
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to Naoki Hirata :nhirata (please use needinfo instead of cc) from comment #3)
> Can you have the gecko/gaia parts separately as well as the .imgs as you did
> for Tarako please?
This is a ril repack. Ok.
Currently unclear: what branches to enable this build on.
Flags: needinfo?(aki)
Reporter | ||
Comment 5•11 years ago
|
||
I don't know if this will work, but it should be noop until we have the buildbot pieces in place. Landing on b2g-inbound should allow us to run staging builds without user repos.
Attachment #8400995 -
Flags: review?(catlee)
Reporter | ||
Comment 6•11 years ago
|
||
Create sources.xml for flame on b2g-inbound.
Attachment #8400996 -
Flags: review?(catlee)
1.3, 1.4, 1.5 please
I mean: 1.3, aurora, nightly
Reporter | ||
Comment 9•11 years ago
|
||
Attachment #8401007 -
Flags: review?(ryanvm)
Updated•11 years ago
|
Attachment #8401007 -
Flags: review?(ryanvm) → review+
Reporter | ||
Comment 10•11 years ago
|
||
Comment on attachment 8401007 [details] [diff] [review]
flame_tbpl
https://hg.mozilla.org/webtools/tbpl/rev/949c47772ae6
Attachment #8401007 -
Flags: checked-in+
Updated•11 years ago
|
Attachment #8400995 -
Flags: review?(catlee) → review+
Updated•11 years ago
|
Attachment #8400996 -
Flags: review?(catlee) → review+
Reporter | ||
Comment 11•11 years ago
|
||
Comment on attachment 8400996 [details] [diff] [review]
flame_bumper_mc
http://hg.mozilla.org/build/mozharness/rev/47b549dd4167
Attachment #8400996 -
Flags: checked-in+
Reporter | ||
Comment 12•11 years ago
|
||
Comment on attachment 8400995 [details] [diff] [review]
flame-in-tree
http://hg.mozilla.org/integration/b2g-inbound/rev/6c645149408f
Attachment #8400995 -
Flags: checked-in+
Reporter | ||
Comment 13•11 years ago
|
||
Woot! http://hg.mozilla.org/integration/b2g-inbound/rev/bd616b51c33a
Going to focus on Gaia Try now, but this should give the next bug owner a head start.
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
TBPL part in production
Comment 16•11 years ago
|
||
(In reply to Ed Morley [:edmorley UTC+0] from comment #15)
> TBPL part in production
How's this coming along? will builds be ready on pvtbuilds soon?
Comment 17•11 years ago
|
||
Still blocked on https://bugzilla.mozilla.org/show_bug.cgi?id=978888#c25
Comment 18•11 years ago
|
||
Flame needs a 64-bit build env, and a backup-flame blob.
Attachment #8406875 -
Flags: review?(aki)
Flame blob from : https://bugzilla.mozilla.org/show_bug.cgi?id=978888#c22
is the Flame blob from the latest image 10D-1
Reporter | ||
Updated•11 years ago
|
Attachment #8406875 -
Flags: review?(aki) → review+
Updated•11 years ago
|
Whiteboard: [leave open]
Comment 20•11 years ago
|
||
Comment on attachment 8406875 [details] [diff] [review]
Update gecko configs for flame
https://hg.mozilla.org/integration/b2g-inbound/rev/57a74c15ef24
Attachment #8406875 -
Flags: checked-in+
Comment 21•11 years ago
|
||
Attachment #8407100 -
Flags: review?(aki)
Reporter | ||
Comment 22•11 years ago
|
||
Comment on attachment 8407100 [details] [diff] [review]
enable flame on trunk
Two things:
1. as mentioned in IRC, I'm not sure if we want FOTA or not. I pinged nhirata in #releng
2.
>+# MERGE DAY: flame is for B2G 1.5+
>+for branch in BRANCHES:
>+ if branch not in ('mozilla-central', 'mozilla-inbound', 'b2g-inbound'):
Maybe
for name, branch in items_before(BRANCHES, 'gecko_version', 31):
for merge day friendliness?
Attachment #8407100 -
Flags: review?(aki) → review+
Reporter | ||
Comment 23•11 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #22)
> Maybe
> for name, branch in items_before(BRANCHES, 'gecko_version', 31):
> for merge day friendliness?
Also, per comment 8, we want these for 1.3+ at some point.
Reporter | ||
Comment 24•11 years ago
|
||
[14:48] <nhirata_> aki: I'm not 100 % sure the answer to the question. I think vendors use FOTA , although it's our own product.
[14:48] <nhirata_> aki does FOTA flash the gonk layer as well? does OTA flash the gonk layer?
[14:49] <nhirata_> aki: I think if FOTA flashes the gonk layer and OTA flashes just gecko/gaia then we probably should use OTA as we aren't allowed to distribute the gonk layer legally.
[14:50] <aki> nhirata_: fota can flash gonk but we can't distribute it so our buri fota update has no gonk
[14:50] <aki> nhirata_: i think we used fota there because of disk space issues. we can certainly use ota by default on flame
Comment 25•11 years ago
|
||
Comment 26•11 years ago
|
||
I'm not sure if we want this on all trunk branches yet, or just b2g-inbound, m-i and m-c.
Also, I want to see this working on trunk before uplifting to 1.3.
Attachment #8407100 -
Attachment is obsolete: true
Attachment #8407501 -
Flags: review?(aki)
Reporter | ||
Updated•11 years ago
|
Attachment #8407501 -
Flags: review?(aki) → review+
Comment 27•11 years ago
|
||
Comment on attachment 8407501 [details] [diff] [review]
enable flame on trunk
https://hg.mozilla.org/build/buildbot-configs/rev/475d4ff9b6c3
enabled nightly builds on m-c as well.
Attachment #8407501 -
Flags: checked-in+
Comment 28•11 years ago
|
||
Fantastic! When will we start seeing these builds on pvt?
Comment 29•11 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #27)
> Comment on attachment 8407501 [details] [diff] [review]
> enable flame on trunk
>
> https://hg.mozilla.org/build/buildbot-configs/rev/475d4ff9b6c3
>
> enabled nightly builds on m-c as well.
In production
Comment 30•11 years ago
|
||
not clear to me from reading this bug or other if we are using the full language list in https://github.com/mozilla-b2g/gaia/blob/master/locales/languages_all.json for the locales on the device. can some one confirm if we have figured that part out and and what languages we should expect to see?
Comment 31•11 years ago
|
||
right now they're using languages_dev.json for gaia.
Comment 32•11 years ago
|
||
I think languages_all.json should be the right choice for the Flame.
We should also get as many keyboards on as we have. IIRC, there's no '*' alias or so, though.
Reporter | ||
Comment 33•11 years ago
|
||
Reporter | ||
Comment 34•11 years ago
|
||
But I forgot to change the l10n and branch names
Reporter | ||
Updated•11 years ago
|
Attachment #8409029 -
Flags: review?(hwine)
Reporter | ||
Comment 35•11 years ago
|
||
Attachment #8409030 -
Flags: review?(hwine)
Reporter | ||
Comment 36•11 years ago
|
||
Attachment #8409031 -
Flags: review?(hwine)
Attachment #8409029 -
Flags: review?(hwine) → review+
Attachment #8409030 -
Flags: review?(hwine) → review+
Attachment #8409031 -
Flags: review?(hwine) → review+
Reporter | ||
Comment 37•11 years ago
|
||
For the try lock_platforms bit, I'm explicitly setting what's already implicitly assumed here: http://hg.mozilla.org/build/buildbot-configs/file/4e913e8d5c57/mozilla/b2g_config.py#l1473
Attachment #8409048 -
Flags: review?(bugspam.Callek)
Updated•11 years ago
|
Attachment #8409048 -
Flags: review?(bugspam.Callek) → review+
Reporter | ||
Comment 38•11 years ago
|
||
Comment on attachment 8409031 [details] [diff] [review]
add flame to 1.3, 1.4 b2g bumper
Landed, transplanted to production
https://hg.mozilla.org/build/mozharness/rev/6121b5c47eb3
Attachment #8409031 -
Flags: checked-in+
Reporter | ||
Comment 39•11 years ago
|
||
Comment on attachment 8409029 [details] [diff] [review]
1.3_flame
https://hg.mozilla.org/releases/mozilla-b2g28_v1_3/rev/7f23f6613df8
Attachment #8409029 -
Flags: checked-in+
Reporter | ||
Comment 40•11 years ago
|
||
Hm, there is no v1.3 flame manifest. Until one is created, I'm going to stop trying to build it.
Reporter | ||
Comment 41•11 years ago
|
||
Comment 42•11 years ago
|
||
2 buildbot-config patches are in production: http://hg.mozilla.org/build/buildbot-configs/rev/7e61f9dabf1d
2 mozharness patches are in production: http://hg.mozilla.org/build/mozharness/rev/c9615cf1645a
:)
Comment 43•11 years ago
|
||
Pushed https://hg.mozilla.org/build/buildbot-configs/rev/ce63db6e964f to enable all locales on flame builds.
Comment 44•11 years ago
|
||
buildbot-config patch is in production: http://hg.mozilla.org/build/buildbot-configs/rev/797a2c9ec59b :)
Comment 45•11 years ago
|
||
Think we're all done here!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [leave open]
Assignee | ||
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
•