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

Issue 1814713002: ensure_goma for goma canary (Closed)

Created:
4 years, 9 months ago by ukai
Modified:
4 years, 9 months ago
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, shinyak, Yoshisato Yanagisawa
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

ensure_goma for goma canary for bot configured as goma_canary, it will use head of goma repo, instead of pinned revision configured in ensure_goma.py BUG=595234 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299374

Patch Set 1 #

Total comments: 1

Messages

Total messages: 15 (5 generated)
ukai
4 years, 9 months ago (2016-03-17 02:57:20 UTC) #3
iannucci
lgtm, though I'd wait for Pawel to look at it
4 years, 9 months ago (2016-03-17 03:48:47 UTC) #4
ukai
On 2016/03/17 03:48:47, iannucci wrote: > lgtm, though I'd wait for Pawel to look at ...
4 years, 9 months ago (2016-03-17 03:52:32 UTC) #5
Paweł Hajdan Jr.
LGTM
4 years, 9 months ago (2016-03-17 06:36:34 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814713002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814713002/1
4 years, 9 months ago (2016-03-18 00:34:57 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299374
4 years, 9 months ago (2016-03-18 00:38:39 UTC) #10
scottmg
On 2016/03/18 00:38:39, commit-bot: I haz the power wrote: > Committed patchset #1 (id:1) as ...
4 years, 9 months ago (2016-03-18 01:08:46 UTC) #11
scottmg
https://codereview.chromium.org/1814713002/diff/1/scripts/slave/recipe_modules/goma/resources/ensure_goma.py File scripts/slave/recipe_modules/goma/resources/ensure_goma.py (right): https://codereview.chromium.org/1814713002/diff/1/scripts/slave/recipe_modules/goma/resources/ensure_goma.py#newcode51 scripts/slave/recipe_modules/goma/resources/ensure_goma.py:51: if arg.canary: Here.
4 years, 9 months ago (2016-03-18 01:09:09 UTC) #13
scottmg
On 2016/03/18 01:09:09, scottmg wrote: > https://codereview.chromium.org/1814713002/diff/1/scripts/slave/recipe_modules/goma/resources/ensure_goma.py > File scripts/slave/recipe_modules/goma/resources/ensure_goma.py (right): > > https://codereview.chromium.org/1814713002/diff/1/scripts/slave/recipe_modules/goma/resources/ensure_goma.py#newcode51 > ...
4 years, 9 months ago (2016-03-18 01:09:36 UTC) #14
scottmg
4 years, 9 months ago (2016-03-18 01:14:57 UTC) #15
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1811953003/ by scottmg@chromium.org.

The reason for reverting is: Seems to have broken most bots, e.g.

https://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64...

with

Traceback (most recent call last):
  File "/b/build/scripts/slave/recipe_modules/goma/resources/ensure_goma.py",
line 70, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/b/build/scripts/slave/recipe_modules/goma/resources/ensure_goma.py",
line 51, in main
    if arg.canary:
NameError: global name 'arg' is not defined.

Powered by Google App Engine
This is Rietveld 408576698