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

Issue 2332283002: Use [CACHE]/cipd/goma for goma_dir in recipes/chromium_codesearch.py (Closed)

Created:
4 years, 3 months ago by tikuta
Modified:
4 years, 3 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Use [CACHE]/cipd/goma for goma_dir in recipes/chromium_codesearch.py * use chromium.ensure_goma() * modify gn args to use correct goma_dir This is reland of https://codereview.chromium.org/2328263002/ BUG=621828 Committed: https://chromium.googlesource.com/chromium/tools/build/+/b204faa4ed43b92a19079a9f675c7c1bcbe65128

Patch Set 1 #

Total comments: 5

Patch Set 2 : use gomadir only in ninja #

Patch Set 3 : check goma_dir #

Total comments: 2

Patch Set 4 : set goma_dir #

Total comments: 4

Patch Set 5 : use build_with_goma #

Total comments: 2

Patch Set 6 : use goma_dir #

Total comments: 1

Messages

Total messages: 40 (14 generated)
tikuta
4 years, 3 months ago (2016-09-13 05:09:23 UTC) #3
ukai
please fix subject/description
4 years, 3 months ago (2016-09-13 05:16:13 UTC) #4
tikuta
On 2016/09/13 05:16:13, ukai wrote: > please fix subject/description ah, done.
4 years, 3 months ago (2016-09-13 05:17:40 UTC) #6
ukai
lgtm https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: args.extend(['use_goma=true', ok to add this to CHROMEOS_GN_ARGS?
4 years, 3 months ago (2016-09-13 05:20:25 UTC) #7
tikuta
https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: args.extend(['use_goma=true', On 2016/09/13 05:20:25, ukai wrote: > ok to ...
4 years, 3 months ago (2016-09-13 05:29:44 UTC) #8
ukai
lgtm https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: args.extend(['use_goma=true', On 2016/09/13 05:29:44, tikuta wrote: > On ...
4 years, 3 months ago (2016-09-13 05:40:49 UTC) #9
Yoshisato Yanagisawa
lgtm w/ comment. https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py#newcode105 scripts/slave/recipes/chromium_codesearch.py:105: 'goma_dir=%s' % api.chromium.c.compile_py.goma_dir]) It could be ...
4 years, 3 months ago (2016-09-14 01:21:22 UTC) #10
tikuta
https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/1/scripts/slave/recipes/chromium_codesearch.py#newcode105 scripts/slave/recipes/chromium_codesearch.py:105: 'goma_dir=%s' % api.chromium.c.compile_py.goma_dir]) On 2016/09/14 01:21:22, Yoshisato Yanagisawa wrote: ...
4 years, 3 months ago (2016-09-14 02:36:08 UTC) #11
ukai
https://codereview.chromium.org/2332283002/diff/40001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/40001/scripts/slave/recipes/chromium_codesearch.py#newcode106 scripts/slave/recipes/chromium_codesearch.py:106: args.append('use_goma=true') also add goma_dir?
4 years, 3 months ago (2016-09-14 04:10:06 UTC) #12
tikuta
https://codereview.chromium.org/2332283002/diff/40001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/40001/scripts/slave/recipes/chromium_codesearch.py#newcode106 scripts/slave/recipes/chromium_codesearch.py:106: args.append('use_goma=true') On 2016/09/14 04:10:06, ukai wrote: > also add ...
4 years, 3 months ago (2016-09-14 04:13:58 UTC) #13
ukai
lgtm
4 years, 3 months ago (2016-09-14 04:52:37 UTC) #14
tikuta
PTAL, iannucci? all of goma are not in OWNERS of these file.
4 years, 3 months ago (2016-09-15 02:38:34 UTC) #15
tikuta
4 years, 3 months ago (2016-09-19 09:27:13 UTC) #18
Paweł Hajdan Jr.
+emso,dsansome for parts of CS infrastructure https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: if (hasattr(api.chromium.c.compile_py, 'goma_dir') ...
4 years, 3 months ago (2016-09-19 23:19:34 UTC) #20
Yoshisato Yanagisawa
https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: if (hasattr(api.chromium.c.compile_py, 'goma_dir') and On 2016/09/19 23:19:33, Paweł Hajdan ...
4 years, 3 months ago (2016-09-20 01:35:37 UTC) #21
dsansome-google
https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: if (hasattr(api.chromium.c.compile_py, 'goma_dir') and On 2016/09/20 01:35:37, Yoshisato Yanagisawa ...
4 years, 3 months ago (2016-09-20 04:21:44 UTC) #23
tikuta
https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/60001/scripts/slave/recipes/chromium_codesearch.py#newcode104 scripts/slave/recipes/chromium_codesearch.py:104: if (hasattr(api.chromium.c.compile_py, 'goma_dir') and On 2016/09/20 04:21:43, dsansome-google wrote: ...
4 years, 3 months ago (2016-09-20 05:22:08 UTC) #24
Paweł Hajdan Jr.
LGTM w/comment https://codereview.chromium.org/2332283002/diff/80001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/80001/scripts/slave/recipes/chromium_codesearch.py#newcode106 scripts/slave/recipes/chromium_codesearch.py:106: 'goma_dir=%s' % api.path.dirname(api.goma.goma_ctl)]) Why don't we just ...
4 years, 3 months ago (2016-09-20 17:05:14 UTC) #25
tikuta
Thank you for review. If there is no comment, I'll submit this in 2 days. ...
4 years, 3 months ago (2016-09-21 04:31:06 UTC) #26
ukai
lgtm better to submit soon, if it fixes codesearch bots?
4 years, 3 months ago (2016-09-21 06:33:00 UTC) #31
tikuta
On 2016/09/21 06:33:00, ukai wrote: > lgtm > > better to submit soon, if it ...
4 years, 3 months ago (2016-09-21 06:39:11 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2332283002/100001
4 years, 3 months ago (2016-09-21 06:39:23 UTC) #35
commit-bot: I haz the power
Committed patchset #6 (id:100001) as https://chromium.googlesource.com/chromium/tools/build/+/b204faa4ed43b92a19079a9f675c7c1bcbe65128
4 years, 3 months ago (2016-09-21 06:43:41 UTC) #37
ukai
https://codereview.chromium.org/2332283002/diff/100001/scripts/slave/recipes/chromium_codesearch.py File scripts/slave/recipes/chromium_codesearch.py (right): https://codereview.chromium.org/2332283002/diff/100001/scripts/slave/recipes/chromium_codesearch.py#newcode106 scripts/slave/recipes/chromium_codesearch.py:106: 'goma_dir=%s' % api.goma.goma_dir]) hmm. https://build.chromium.org/p/chromium.infra.cron/builders/ChromiumOS%20Codesearch/builds/3022/steps/generate%20build%20files%20for%20chromeos/logs/stdio ERROR at the command-line ...
4 years, 3 months ago (2016-09-21 07:12:50 UTC) #38
tikuta
A revert of this CL (patchset #6 id:100001) has been created in https://codereview.chromium.org/2356123002/ by tikuta@chromium.org. ...
4 years, 3 months ago (2016-09-21 07:18:51 UTC) #39
chromium-reviews
4 years, 3 months ago (2016-09-21 09:27:47 UTC) #40
Message was sent while issue was closed.
Missing quotes seem like a likely cause. Any chance we could try a re-land
of this change soon with quotes?

On Wed, Sep 21, 2016 at 9:18 AM, <tikuta@chromium.org> wrote:

> A revert of this CL (patchset #6 id:100001) has been created in
> https://codereview.chromium.org/2356123002/ by tikuta@chromium.org.
>
> The reason for reverting is:
> https://build.chromium.org/p/chromium.infra.cron/builders/
> ChromiumOS%20Codesearch/builds/3022
>
> ERROR at the command-line "--args":1:144: Invalid token.
> is_clang=true is_component_build=true is_debug=true symbol_level=1
> target_cpu="x64" target_os="chromeos" use_ozone=true use_goma=true
> goma_dir=/b/build/slave/cache/cipd/goma
>
> Need quote for goma_dir?.
>
> https://codereview.chromium.org/2332283002/
>



-- 
Emma Söderberg | Software Engineer | emso@google.com |

Google Denmark
Skt. Petri Passage 5, 1165 København
+45 33 70 26 00

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698