Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Issue 685123005: Change dont_embed_build_metadata default to 1 except for Official build. (Closed)

Created:
6 years, 1 month ago by M-A Ruel
Modified:
6 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/a/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Change dont_embed_build_metadata default to 1 except for Official build. It's time to start reaping the benefits. Right now only base_unittests and net_unittests on linux will benefit from it but it'll soon increase in coverage. Setting it as the default removes the issues where a build would fail locally but pass on the TS (or the reverse). The option is still there in case someone really desire to embed timestamps in their build. R=sebmarchand@chromium.org BUG=314403

Patch Set 1 #

Patch Set 2 : Disable automatic flag in Official build #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M build/common.gypi View 1 2 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
M-A Ruel
6 years, 1 month ago (2014-10-29 23:03:06 UTC) #1
Sébastien Marchand
Not sure that it's safe to do this for the official builds... The function GetBuildTime ...
6 years, 1 month ago (2014-10-30 01:44:40 UTC) #2
M-A Ruel
On 2014/10/30 01:44:40, Sébastien Marchand wrote: > Not sure that it's safe to do this ...
6 years, 1 month ago (2014-10-30 13:29:09 UTC) #3
Sébastien Marchand
lgtm
6 years, 1 month ago (2014-10-30 14:19:01 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685123005/20001
6 years, 1 month ago (2014-10-30 14:19:41 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: ios_dbg_simulator on tryserver.chromium.mac (http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator/builds/29163)
6 years, 1 month ago (2014-10-30 15:13:08 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/685123005/20001
6 years, 1 month ago (2014-10-30 15:15:27 UTC) #10
Sébastien Marchand
6 years, 1 month ago (2014-10-30 15:20:06 UTC) #12
The trybot failed for valid reasons... There's some test requiring  a valid
build time :(, like this one:
https://code.google.com/p/chromium/codesearch#chromium/src/base/metrics/field...

GetLastYear() is passed as an expiration date to FactoryGetFieldTrial(...), so
in theory this test is flaky... If you run it one year after building it then
the result is different from when you run it just after building it...

Powered by Google App Engine
This is Rietveld 408576698