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

Issue 24878003: Build chromium_gpu_debug_builder target on debug bots. (Closed)

Created:
7 years, 2 months ago by Ken Russell (switch to Gerrit)
Modified:
7 years, 2 months ago
Reviewers:
iannucci
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, xusydoc+watch_chromium.org, kjellander+cc_chromium.org, Mike Stip (use stip instead), bajones, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Visibility:
Public.

Description

Build chromium_gpu_debug_builder target on debug bots. BUG=286398 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=225609

Patch Set 1 #

Total comments: 2

Patch Set 2 : Applied simplification suggested by iannucci@. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M scripts/slave/recipes/gpu.py View 1 3 chunks +7 lines, -2 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_debug.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_debug_tryserver.json View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_debug.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_debug_tryserver.json View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/win_debug.json View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/win_debug_tryserver.json View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks. (This issue came up while switching over the try servers to the ...
7 years, 2 months ago (2013-09-26 23:03:46 UTC) #1
iannucci
https://codereview.chromium.org/24878003/diff/1/scripts/slave/recipes/gpu.py File scripts/slave/recipes/gpu.py (right): https://codereview.chromium.org/24878003/diff/1/scripts/slave/recipes/gpu.py#newcode63 scripts/slave/recipes/gpu.py:63: yield api.chromium.compile(targets=['chromium_gpu_debug_builder']) What about: tag = '' if is_release_build ...
7 years, 2 months ago (2013-09-26 23:22:30 UTC) #2
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/24878003/diff/1/scripts/slave/recipes/gpu.py File scripts/slave/recipes/gpu.py (right): https://codereview.chromium.org/24878003/diff/1/scripts/slave/recipes/gpu.py#newcode63 scripts/slave/recipes/gpu.py:63: yield api.chromium.compile(targets=['chromium_gpu_debug_builder']) On 2013/09/26 23:22:30, iannucci wrote: > What ...
7 years, 2 months ago (2013-09-26 23:52:41 UTC) #3
iannucci
lgtm, though it's very unfortunate that this is an alternate target in gyp... that smells ...
7 years, 2 months ago (2013-09-26 23:53:46 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kbr@chromium.org/24878003/6001
7 years, 2 months ago (2013-09-26 23:58:01 UTC) #5
commit-bot: I haz the power
Change committed as 225609
7 years, 2 months ago (2013-09-26 23:58:50 UTC) #6
Ken Russell (switch to Gerrit)
On 2013/09/26 23:53:46, iannucci wrote: > lgtm, though it's very unfortunate that this is an ...
7 years, 2 months ago (2013-09-26 23:59:13 UTC) #7
iannucci
7 years, 2 months ago (2013-09-27 00:04:29 UTC) #8
Message was sent while issue was closed.
On 2013/09/26 23:59:13, Ken Russell wrote:
> On 2013/09/26 23:53:46, iannucci wrote:
> > lgtm, though it's very unfortunate that this is an alternate target in
gyp...
> > that smells a lot like a bug to me.
> 
> Committing this for now, but would definitely appreciate suggestions on how to
> restructure this. I agree that it would be much better to just name the build
> targets directly in the recipe.

Well... right now you could build chromium_gpu_builder in 'Debug' mode, and
chromium_gpu_debug_builder in 'Release' mode. Madness, I tell you! :)

Wouldn't it be possible to just have chromium_gpu_builder which inspects the
target gyp variable to determine what to do?

Powered by Google App Engine
This is Rietveld 408576698