|
|
DescriptionFix Ozone ECS bot
BUG=none
TBR=brettw@chromium.org
Committed: https://crrev.com/51c423508043d9f31862c84576a084d79db3da9f
Cr-Commit-Position: refs/heads/master@{#319445}
Patch Set 1 #Patch Set 2 : . #
Total comments: 3
Messages
Total messages: 17 (5 generated)
dnicoara@chromium.org changed reviewers: + brettw@chromium.org, dpranke@chromium.org
https://codereview.chromium.org/977703003 broke the Ozone ECS bot (since the ECS bot build the bare minimum to get the content_shell target working). See http://build.chromium.org/p/chromium.fyi/builders/Ozone%20ECS%20Linux/builds/... for breakage details.
lgtm, thanks for cleaning this up!
The CQ bit was checked by dnicoara@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/981023002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
TBR-ing brettw@ to get the bot green again.
The CQ bit was checked by dnicoara@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/981023002/20001
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/51c423508043d9f31862c84576a084d79db3da9f Cr-Commit-Position: refs/heads/master@{#319445}
Message was sent while issue was closed.
lgtm
Message was sent while issue was closed.
thakis@chromium.org changed reviewers: + thakis@chromium.org
Message was sent while issue was closed.
https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi File build/gn_migration.gypi (right): https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi#... build/gn_migration.gypi:430: ['chromeos== 1 or use_ash==1', { Are you sure you want "or" here? Everything else using session_manager_component seems to be testing for chromeos.
Message was sent while issue was closed.
https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi File build/gn_migration.gypi (right): https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi#... build/gn_migration.gypi:430: ['chromeos== 1 or use_ash==1', { On 2015/07/06 23:35:28, Nico wrote: > Are you sure you want "or" here? Everything else using session_manager_component > seems to be testing for chromeos. https://code.google.com/p/chromium/codesearch#chromium/src/components/compone... seems to use this condition too though. Looks like session_manager (accidentally?) isn't part of the gn build.
Message was sent while issue was closed.
https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi File build/gn_migration.gypi (right): https://codereview.chromium.org/981023002/diff/20001/build/gn_migration.gypi#... build/gn_migration.gypi:430: ['chromeos== 1 or use_ash==1', { On 2015/07/06 23:41:04, Nico wrote: > On 2015/07/06 23:35:28, Nico wrote: > > Are you sure you want "or" here? Everything else using > session_manager_component > > seems to be testing for chromeos. > > https://code.google.com/p/chromium/codesearch#chromium/src/components/compone... > seems to use this condition too though. > > Looks like session_manager (accidentally?) isn't part of the gn build. Actually actually, looks like this is in an is_linux block in gn, but not in gyp: https://code.google.com/p/chromium/codesearch#chromium/src/BUILD.gn&l=324 I guess this should be linux-only in gyp too? |