Closed
Bug 942167
Opened 11 years ago
Closed 10 years ago
Please add non-unified builds to mozilla-central
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ehsan.akhgari, Assigned: catlee)
References
Details
Attachments
(12 files, 3 obsolete files)
Based on our recent discussion on dev.platform and also discussing this with our sheriffs, we're going to need periodic non-unified builds on mozilla-central:
* These builds need to run once per day.
* They only need to run on mozilla-central, no other branches will be affected.
* They need to use the same mozconfigs as our regular builds, with --disable-unified-compilation added.
* Ideally it would be nice to run our tests on them as well.
* We need both debug and optimized builds, for all of the platforms that we currently do builds for.
Please let me know if you have any questions or if I can provide any information to help. Thanks!
Comment 1•11 years ago
|
||
If we decide to go this route, please file another bug for adding proper TBPL support for these builds/tests.
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to comment #1)
> If we decide to go this route, please file another bug for adding proper TBPL
> support for these builds/tests.
Sure, will do.
Assignee | ||
Comment 3•11 years ago
|
||
Should the opt builds be PGO where applicable? Or should we have separate opt and PGO builds?
Reporter | ||
Comment 4•11 years ago
|
||
(In reply to comment #3)
> Should the opt builds be PGO where applicable? Or should we have separate opt
> and PGO builds?
Ideally we would have them as separate builds. But in practice, I would expect PGO only issues which only show up in non-unified builds to be much less common, so if that is difficult to add then we can perhaps live without it for a while.
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Reporter | ||
Comment 5•11 years ago
|
||
It would be really helpful if we had an ETA here...
Assignee | ||
Comment 6•11 years ago
|
||
Presumably we'd want these on Try as well?
Reporter | ||
Comment 7•11 years ago
|
||
(In reply to comment #6)
> Presumably we'd want these on Try as well?
No, for try you can just edit the appropriate mozconfigs.
Assignee | ||
Comment 8•11 years ago
|
||
Ok, and from IRC yesterday we want these more frequently than nightly, but not per-checkin. Something like every 4 hours like we do for PGO builds?
Could we do PGO builds non-unified to serve this purpose?
Reporter | ||
Comment 9•11 years ago
|
||
(In reply to comment #8)
> Ok, and from IRC yesterday we want these more frequently than nightly, but not
> per-checkin. Something like every 4 hours like we do for PGO builds?
Sure.
> Could we do PGO builds non-unified to serve this purpose?
We could, except that won't give us coverage over debug only build bustage. If it's simpler to do PGO builds in non-unified mode and get separate non-unified debug builds, then that sounds fine too.
Comment 10•11 years ago
|
||
(In reply to :Ehsan Akhgari (needinfo? me!) from comment #0)
> * Ideally it would be nice to run our tests on them as well.
Are we really expecting unified-only test bustage often enough to make this worthwhile? Adding tests to these builds would add a lot of extra load vs. just the builds.
Reporter | ||
Comment 11•11 years ago
|
||
(In reply to comment #10)
> (In reply to :Ehsan Akhgari (needinfo? me!) from comment #0)
> > * Ideally it would be nice to run our tests on them as well.
>
> Are we really expecting unified-only test bustage often enough to make this
> worthwhile? Adding tests to these builds would add a lot of extra load vs. just
> the builds.
I still don't have evidence that such test bustages are common, hence the "ideally".
Comment 12•11 years ago
|
||
What is the ETA for this?
Assignee | ||
Comment 13•11 years ago
|
||
Attachment #8359907 -
Flags: review?(rail)
Assignee | ||
Comment 14•11 years ago
|
||
Attachment #8359908 -
Flags: review?(rail)
Assignee | ||
Comment 15•11 years ago
|
||
Comment on attachment 8359907 [details] [diff] [review]
support enable_nonunified_build platform config flag
The builders will be called e.g. "Linux x86-64 b2g-inbound leak test non-unified". How does that sound?
Attachment #8359907 -
Flags: review?(ryanvm)
Comment 16•11 years ago
|
||
Comment on attachment 8359907 [details] [diff] [review]
support enable_nonunified_build platform config flag
Sounds fine to me. We're running just the builds without tests, right?
Attachment #8359907 -
Flags: review?(ryanvm) → feedback+
Updated•11 years ago
|
Attachment #8359907 -
Flags: review?(rail) → review+
Comment 17•11 years ago
|
||
Comment on attachment 8359908 [details] [diff] [review]
enable non unified builds on linux64 opt and debug
Review of attachment 8359908 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm
Attachment #8359908 -
Flags: review?(rail) → review+
Assignee | ||
Comment 18•11 years ago
|
||
Attachment #8359943 -
Flags: review?(ryanvm)
Comment 19•11 years ago
|
||
Comment on attachment 8359943 [details] [diff] [review]
tbpl support for non-unified builds
Review of attachment 8359943 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/Config.js
@@ +353,5 @@
> "AddressSanitizer Opt Build": "Bo",
> "AddressSanitizer Debug Build": "Bd",
> "AddressSanitizer Opt Nightly": "No",
> "AddressSanitizer Debug Nightly": "Nd",
> + "Non-Unified Build": "B",
This should be:
"Non-Unified Build": "Bn",
And let's put it under the |"Build" : "B",| line.
Attachment #8359943 -
Flags: review?(ryanvm) → review-
Assignee | ||
Comment 20•11 years ago
|
||
comme ça?
Attachment #8359943 -
Attachment is obsolete: true
Attachment #8359944 -
Flags: review?(ryanvm)
Updated•11 years ago
|
Attachment #8359944 -
Flags: review?(ryanvm) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8359944 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Attachment #8359907 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Attachment #8359908 -
Flags: checked-in+
Comment 21•11 years ago
|
||
Why only linux? We have had platform-specific non-unified builds problems in the past.
Reporter | ||
Comment 22•11 years ago
|
||
(In reply to comment #21)
> Why only linux? We have had platform-specific non-unified builds problems in
> the past.
I think Chris just wants to start with Linux.
Comment 23•11 years ago
|
||
in production
Comment 24•11 years ago
|
||
These are doing sendchanges to the same branches as the normal opt builds, which causes two of each type of test to happen without a way to tell them apart (unless you dive deep into the log). I'm not sure if that's intended or not, so I wanted to note it here. Example: the "Linux x64 Opt" row here: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=44f359ca30eb
Assignee | ||
Comment 25•11 years ago
|
||
Attachment #8360555 -
Flags: review?(bhearsum)
Updated•11 years ago
|
Attachment #8360555 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8360555 -
Flags: checked-in+
Comment 26•11 years ago
|
||
TBPL part in production
Updated•11 years ago
|
Assignee: nobody → catlee
Status: NEW → ASSIGNED
Comment 27•11 years ago
|
||
There may be some fallout which I filed as bug 960247. It's not clear if it's a one-off yet though.
Comment 28•11 years ago
|
||
These are running on all branches (aurora, beta, b2g*, esr24, etc). I thought this was trunk-only for this cycle. We certainly don't have the configs on any other branches.
Comment 29•11 years ago
|
||
They are also running on try. We obviously don't need those periodic builds on try.
We don't need those on aurora, beta, etc. because of http://hg.mozilla.org/mozilla-central/file/1f835fe670d7/configure.in#l3645
Comment 30•11 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #29)
> They are also running on try.
Evidence:
https://tbpl.mozilla.org/?tree=Try&rev=d0fabc50c882
Comment 31•11 years ago
|
||
It also uses a very old mozconfig when building on branches without browser/config/mozconfigs/linux64/nightly-nonunified:
https://tbpl.mozilla.org/php/getParsedLog.php?id=33069978&full=1&branch=birch
Assignee | ||
Comment 32•11 years ago
|
||
Attachment #8361089 -
Flags: review?(bhearsum)
Comment 33•11 years ago
|
||
Comment on attachment 8361089 [details] [diff] [review]
disable non-unified builds on gecko < 29 and try
Review of attachment 8361089 [details] [diff] [review]:
-----------------------------------------------------------------
Don't we want these enabled as an option on try if we want them to stay unhidden?
Attachment #8361089 -
Flags: review?(bhearsum)
Comment 34•11 years ago
|
||
try-non-default perhaps? :-)
Assignee | ||
Comment 35•11 years ago
|
||
Comment on attachment 8361089 [details] [diff] [review]
disable non-unified builds on gecko < 29 and try
No, if people want to run them on try, they can edit their mozconfigs.
Attachment #8361089 -
Flags: review?(bhearsum)
Updated•11 years ago
|
Attachment #8361089 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8361089 -
Flags: checked-in+
Comment 36•11 years ago
|
||
something is in production!
Reporter | ||
Comment 37•11 years ago
|
||
Chris, are we ready to extend this to all of the other platforms now?
Assignee | ||
Comment 38•11 years ago
|
||
Attachment #8364348 -
Flags: review?(jhopkins)
Comment 40•11 years ago
|
||
Comment on attachment 8364348 [details] [diff] [review]
enable win32, osx opt and debug nonunified builds
[09:45am] jhopkins|buildduty: catlee: not enabled on win64 intentionally?
[09:50am] catlee: jhopkins|buildduty: yeah
[09:51am] catlee: very few people watch win64 build bustage
Attachment #8364348 -
Flags: review?(jhopkins) → review+
Flags: needinfo?(catlee)
Assignee | ||
Updated•11 years ago
|
Attachment #8364348 -
Flags: checked-in+
Comment 41•11 years ago
|
||
in production.
Comment 42•11 years ago
|
||
something is in production!
Reporter | ||
Comment 43•11 years ago
|
||
Chris, can we proceed with the rest of the builds here?
Flags: needinfo?(catlee)
Reporter | ||
Comment 44•11 years ago
|
||
ping?
Assignee | ||
Comment 45•11 years ago
|
||
Attachment #8382451 -
Flags: review?(bhearsum)
Flags: needinfo?(catlee)
Updated•11 years ago
|
Attachment #8382451 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8382451 -
Flags: checked-in+
Reporter | ||
Comment 46•11 years ago
|
||
Chris, can we add b2g non-unified builds too? Once we have those builds, we can turn on unified builds for b2g developers.
Flags: needinfo?(catlee)
Assignee | ||
Comment 47•11 years ago
|
||
I don't think we have any way to change which mozconfig is used by b2g builds at the moment. John, how do we do that?
Flags: needinfo?(catlee) → needinfo?(jhford)
Reporter | ||
Comment 48•11 years ago
|
||
Hmm, there is a bunch of mozconfigs here: http://mxr.mozilla.org/mozilla-central/source/b2g/config/mozconfigs/
Assignee | ||
Comment 49•11 years ago
|
||
Those are used by the desktop b2g builds, but not the device builds. Which ones do you want to have non-unified builds of?
Reporter | ||
Comment 50•11 years ago
|
||
(In reply to comment #49)
> Those are used by the desktop b2g builds, but not the device builds. Which ones
> do you want to have non-unified builds of?
Both. My goal is for us to enable unified builds locally for b2g developers, which requires us to have some kind of non-unified build on TBPL to make sure that things do not regress.
Assignee | ||
Comment 51•11 years ago
|
||
So my question still stands wrt the mozconfig used by b2g device builds.
Reporter | ||
Comment 52•11 years ago
|
||
(In reply to comment #51)
> So my question still stands wrt the mozconfig used by b2g device builds.
Who can answer that question? I don't know the answer.
Comment 53•11 years ago
|
||
Well, we use the mozconfig here:
https://github.com/mozilla-b2g/gonk-misc/blob/master/default-gecko-config
We should be able to source a local file at the end of that mozconfig so that the local mozconfig can override the checked in configuration settings.
If we want something more specific, we could go with something like:
if [ "${MOZ_DMD:-0}" != 0 ]; then
ac_add_options --enable-dmd
fi
and the required environment glue.
Flags: needinfo?(jhford)
Comment 54•11 years ago
|
||
This works by adding MOZ_NON_UNIFIED=1 to .userconfig, or including it on the ./build.sh command line. I have a really stale build directory, so I haven't tested it yet, but it should work
Flags: needinfo?(catlee)
Comment 55•11 years ago
|
||
Previous patch had stuff it shouldn't.
Attachment #8389388 -
Attachment is obsolete: true
Reporter | ||
Comment 57•11 years ago
|
||
John, is this patch good enough here? If yes, can you please get this landed? Thanks!
Flags: needinfo?(jhford)
Updated•11 years ago
|
Attachment #8389388 -
Flags: review?(mwu)
Flags: needinfo?(jhford)
Comment 58•11 years ago
|
||
Comment on attachment 8389388 [details] [diff] [review]
Device builds should know how to disable unifed builds
At the top of default-gecko-config, we source "b2g/config/mozconfigs/common". In b2g/config/mozconfigs/common, there is "ac_add_options --disable-unified-compilation". Do we really need this? I'm also not sure how this would hook into automation, unless we need to add code which sets MOZ_NON_UNIFIED.
Attachment #8389388 -
Flags: review?(mwu)
Reporter | ||
Comment 59•11 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #58)
> Comment on attachment 8389388 [details] [diff] [review]
> Device builds should know how to disable unifed builds
>
> At the top of default-gecko-config, we source
> "b2g/config/mozconfigs/common". In b2g/config/mozconfigs/common, there is
> "ac_add_options --disable-unified-compilation". Do we really need this? I'm
> also not sure how this would hook into automation, unless we need to add
> code which sets MOZ_NON_UNIFIED.
Flags: needinfo?(jhford)
Comment 60•11 years ago
|
||
I'm not sure what the requirements are here, but I can help with the patch regarding setting this value.
I thought the issue here was that we wanted to remove the --disable-unified-compilation in common mozconfig and have seperate builds to test unified disabled.
Is this correct?
Flags: needinfo?(jhford) → needinfo?(ehsan)
Reporter | ||
Comment 61•11 years ago
|
||
(In reply to John Ford [:jhford] -- please use 'needinfo?' instead of a CC from comment #60)
> I'm not sure what the requirements are here, but I can help with the patch
> regarding setting this value.
>
> I thought the issue here was that we wanted to remove the
> --disable-unified-compilation in common mozconfig and have seperate builds
> to test unified disabled.
>
> Is this correct?
Yes. For that to work, we need to give this as a parameter to the b2g build system and get it to give us --disable-unified-compilation when building Gecko, and once we have that capibility we can make unified builds the default and add additional builds on b2g which perform a non-unified compilation. Therefore, we need to do something which we will be able to use in our infrastructure.
Gabriele also offered help with this on dev-b2g a while ago, wondering if those efforts got somewhere?
Flags: needinfo?(ehsan) → needinfo?(gsvelto)
Comment 62•11 years ago
|
||
(In reply to :Ehsan Akhgari (lagging on bugmail, needinfo? me!) from comment #61)
> Gabriele also offered help with this on dev-b2g a while ago, wondering if
> those efforts got somewhere?
I did some quick experimentation a couple of weeks ago so my results are of limited value but I'll come back and test again this week in the hope of having unified builds working on B2G. In my testing I noticed that removing the "ac_add_options --disable-unified-compilation" entry from b2g/config/mozconfigs/common was not enough to enable unified builds. I'm not sure why this is happening as my understanding is that unified builds are enabled by default and need to be disabled explicitly, not vice-versa. Anyway I tried explicitly adding "ac_add_options --enable-unified-compilation" to the build and it worked well both with regular device build and a debug one.
I still need to investigate what's needed to enable this correctly on B2G and more importantly if this works properly across the device, emulator and desktop builds.
Flags: needinfo?(gsvelto)
Comment 63•11 years ago
|
||
Note the real problem is providing builds with --disable-unified-compilation *as well*.
I wish someone would fix the mess that b2g's mozconfig setup creates (that releng-only files are included for all builds).
Reporter | ||
Comment 64•11 years ago
|
||
(In reply to comment #62)
> (In reply to :Ehsan Akhgari (lagging on bugmail, needinfo? me!) from comment
> #61)
> > Gabriele also offered help with this on dev-b2g a while ago, wondering if
> > those efforts got somewhere?
>
> I did some quick experimentation a couple of weeks ago so my results are of
> limited value but I'll come back and test again this week in the hope of having
> unified builds working on B2G. In my testing I noticed that removing the
> "ac_add_options --disable-unified-compilation" entry from
> b2g/config/mozconfigs/common was not enough to enable unified builds. I'm not
> sure why this is happening as my understanding is that unified builds are
> enabled by default and need to be disabled explicitly, not vice-versa. Anyway I
> tried explicitly adding "ac_add_options --enable-unified-compilation" to the
> build and it worked well both with regular device build and a debug one.
>
> I still need to investigate what's needed to enable this correctly on B2G and
> more importantly if this works properly across the device, emulator and desktop
> builds.
FWIW the default is set to unified $NIGHTLY_BUILD is set in configure.in, which I would expect to be true for b2g trunk.
Reporter | ||
Comment 65•11 years ago
|
||
So we chatted on IRC about this today, and it seems like we can take attachment 8389388 [details] [diff] [review] and remove the --disable-unified-compilation rule from b2g/config/mozconfigs/common. Would that be the right fix here?
Comment 66•11 years ago
|
||
Sounds about right.
Assignee | ||
Comment 67•11 years ago
|
||
More decisions from IRC:
- we're going to target emulator builds (opt+debug) to start with
- going to use a cmdline flag to b2g_build.py to distinguish between unified and non-unified. I'm thinking that if we set --non-unified then MOZ_NON_UNIFIED=1 will be set in the build's environment.
Assignee | ||
Comment 68•11 years ago
|
||
Attachment #8431073 -
Flags: review?(aki)
Assignee | ||
Comment 69•11 years ago
|
||
Attachment #8431074 -
Flags: review?(aki)
Assignee | ||
Comment 70•11 years ago
|
||
Attachment #8431076 -
Flags: review?(aki)
Updated•11 years ago
|
Attachment #8431073 -
Flags: review?(aki) → review+
Updated•11 years ago
|
Attachment #8431074 -
Flags: review?(aki) → review+
Updated•11 years ago
|
Attachment #8431076 -
Flags: review?(aki) → review+
Comment 71•11 years ago
|
||
Mike, once this change is landed and the new build type is active, we'll be removing the --disable-unified options in the in-tree mozconfigs to make this effective.
Attachment #8389469 -
Attachment is obsolete: true
Attachment #8431103 -
Flags: review?(mwu)
Assignee | ||
Updated•11 years ago
|
Attachment #8431076 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Attachment #8431074 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Attachment #8431073 -
Flags: checked-in+
Comment 72•11 years ago
|
||
Merged to production and deployed.
Comment 73•11 years ago
|
||
Comment on attachment 8431103 [details] [diff] [review]
Read the environment variable
I'll let glandium make the call on this one since he's been wanting to kill this file.
Attachment #8431103 -
Flags: review?(mwu) → review?(mh+mozilla)
Comment 74•11 years ago
|
||
mozharness non-unified builds are trying to upload and are failing, causing pulse queue problems on bm75. I'm not sure what's intended here, but based on attachment #8360555 [details] [diff] [review], I've landed the following patch to disable uploads for now:
https://hg.mozilla.org/build/mozharness/rev/be75692664ab
Comment 75•11 years ago
|
||
FWIW, we're also expecting comment 74 to stop tests from starting on nonunified builds. If not, that will need fixing as well.
Comment 76•11 years ago
|
||
Looks like we're doing periodic builds on try too. This code needs to allow disabling by branch:
http://hg.mozilla.org/build/buildbotcustom/file/default/misc.py#l1237
http://hg.mozilla.org/build/buildbotcustom/file/default/misc.py#l1293
Comment 77•11 years ago
|
||
To clarify, the set of builders is
"b2g_try periodic": {
"downstream": [
"b2g_try_emulator-debug_nonunified",
"b2g_try_emulator-jb-debug_nonunified",
"b2g_try_emulator-jb_nonunified",
"b2g_try_emulator-kk-debug_nonunified",
"b2g_try_emulator-kk_nonunified",
"b2g_try_emulator_nonunified"
]
},
(from the schedulers part of http://builddata.pub.build.mozilla.org/reports/allthethings.json.gz)
Ignore the previous comment - we can set enable_nonunified_build to False at the platform level, like attachment 8361089 [details] [diff] [review] attempts. I suspect it's failing for b2g emulator because no value is already set.
When the builds run they're green, but the log fails to upload ('who must be supplied'), and we get a nagios alert about dead entries in the comment queue on the masters. I've just been removing them, so the builds only show up on TBPL while they are running.
Assignee | ||
Comment 79•11 years ago
|
||
This removes the following builders:
- b2g_mozilla-b2g26_v1_2_emulator-debug_nonunified
- b2g_mozilla-b2g26_v1_2_emulator-jb-debug_nonunified
- b2g_mozilla-b2g26_v1_2_emulator-jb_nonunified
- b2g_mozilla-b2g26_v1_2_emulator_nonunified
- b2g_mozilla-b2g28_v1_3_emulator-debug_nonunified
- b2g_mozilla-b2g28_v1_3_emulator-jb-debug_nonunified
- b2g_mozilla-b2g28_v1_3_emulator-jb_nonunified
- b2g_mozilla-b2g28_v1_3_emulator_nonunified
- b2g_mozilla-b2g28_v1_3t_emulator-debug_nonunified
- b2g_mozilla-b2g28_v1_3t_emulator_nonunified
- b2g_mozilla-b2g30_v1_4_emulator-debug_nonunified
- b2g_mozilla-b2g30_v1_4_emulator-jb-debug_nonunified
- b2g_mozilla-b2g30_v1_4_emulator-jb_nonunified
- b2g_mozilla-b2g30_v1_4_emulator-kk-debug_nonunified
- b2g_mozilla-b2g30_v1_4_emulator-kk_nonunified
- b2g_mozilla-b2g30_v1_4_emulator_nonunified
- b2g_try_emulator-debug_nonunified
- b2g_try_emulator-jb-debug_nonunified
- b2g_try_emulator-jb_nonunified
- b2g_try_emulator-kk-debug_nonunified
- b2g_try_emulator-kk_nonunified
- b2g_try_emulator_nonunified
Attachment #8432588 -
Flags: review?(rail)
Updated•11 years ago
|
Attachment #8432588 -
Flags: review?(rail) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8432588 -
Flags: checked-in+
Updated•11 years ago
|
Attachment #8431103 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 80•11 years ago
|
||
What's left to do here?
Comment 81•11 years ago
|
||
Comment on attachment 8431103 [details] [diff] [review]
Read the environment variable
gonk-misc master: 27b2c2ef9a50d5dc79b6a771b3a3c775a888d13b
Attachment #8431103 -
Flags: checked-in+
Reporter | ||
Updated•11 years ago
|
Assignee: catlee → ehsan
Assignee | ||
Comment 82•11 years ago
|
||
(In reply to John Ford [:jhford] -- please use 'needinfo?' instead of a CC from comment #81)
> Comment on attachment 8431103 [details] [diff] [review]
> Read the environment variable
>
> gonk-misc master: 27b2c2ef9a50d5dc79b6a771b3a3c775a888d13b
Landed https://github.com/mozilla-b2g/gonk-misc/commit/44b04243e31cd16f3baf54fcd4b5fecf9deb8b94 to fix broken variable expansion.
Reporter | ||
Comment 83•11 years ago
|
||
Chris, glandium seems to think we should do unified builds for all of our platforms (see bug 950676 comment 22 and prior comments). I'll let you guys discuss that here.
Assignee: ehsan → catlee
Assignee | ||
Comment 84•11 years ago
|
||
:glandium, do you have any numbers that show if we're a net win by enabling unified / periodic non-unified builds on these platforms?
We end up doing periodic non-unified builds on all trunk branches, including project branches where there could be relatively few checkins. In the worst case each push on a project branch is getting a unified + non-unified build.
Flags: needinfo?(mh+mozilla)
Assignee | ||
Comment 85•11 years ago
|
||
I looked at a few logs on inbound, and we are already doing unified builds for linux32 and android x86.
Reporter | ||
Comment 86•11 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #85)
> I looked at a few logs on inbound, and we are already doing unified builds
> for linux32 and android x86.
You mean for debug builds? <http://mxr.mozilla.org/mozilla-central/source/browser/config/mozconfigs/linux32/debug#5> for example doesn't agree!
Assignee | ||
Comment 87•11 years ago
|
||
I meant for opt builds!
Comment 88•11 years ago
|
||
(In reply to Chris AtLee [:catlee] from comment #84)
> :glandium, do you have any numbers that show if we're a net win by enabling
> unified / periodic non-unified builds on these platforms?
I can't say for sure on incremental builds, but non-unified clobber builds, with or without sccache, are about twice as slow as clobber builds (and here i'm talking about the make -f client.mk step alone)
> We end up doing periodic non-unified builds on all trunk branches, including
> project branches where there could be relatively few checkins. In the worst
> case each push on a project branch is getting a unified + non-unified build.
Arguably, on those branches, we should do periodic builds every n pushes instead of every n hours (actually, I'd argue we should do that everywhere).
(In reply to Chris AtLee [:catlee] from comment #85)
> I looked at a few logs on inbound, and we are already doing unified builds
> for linux32 and android x86.
We aren't doing unified builds on linux debug, android armv6 debug and android x86 debug
Flags: needinfo?(mh+mozilla)
Reporter | ||
Comment 89•10 years ago
|
||
Nothing more to be done here.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•