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

Issue 1819613002: Flip remaining chromium_gn bots to the chromium recipe. (Closed)

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

Description

Flip remaining chromium_gn bots to the chromium recipe. There were only a few remaining V8 bots that were using the chromium_gn recipe, and it turns out they can be easily flipped over to the chromium recipe. R=phajdan.jr@chromium.org, machenbach@chromium.org BUG=481693 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=299438

Patch Set 1 #

Total comments: 11

Patch Set 2 : add new expectation files #

Total comments: 8

Patch Set 3 : update w/ review feedback, add deapply test #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+259 lines, -2558 lines) Patch
M masters/master.client.v8.fyi/master.cfg View 1 chunk +2 lines, -2 lines 0 comments Download
M masters/master.tryserver.v8/master.cfg View 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/api.py View 1 chunk +0 lines, -12 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/config.py View 1 chunk +0 lines, -4 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/test_api.py View 1 2 2 chunks +1 line, -6 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py View 1 2 1 chunk +40 lines, -0 lines 2 comments Download
M scripts/slave/recipe_modules/chromium_tests/trybots.py View 1 chunk +8 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json View 1 4 chunks +6 lines, -33 lines 0 comments Download
A + scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Linux_GN.json View 1 2 7 chunks +60 lines, -46 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.py View 1 chunk +0 lines, -266 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/compile_failure.json View 1 chunk +0 lines, -322 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/full_client_v8_fyi_V8_Android_GN__dbg_.json View 1 chunk +0 lines, -219 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/full_client_v8_fyi_V8_Linux_GN.json View 1 chunk +0 lines, -250 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json View 1 chunk +0 lines, -249 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/full_tryserver_v8_v8_linux_chromium_gn_rel.json View 1 chunk +0 lines, -346 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/no_tests_run.json View 1 chunk +0 lines, -318 lines 0 comments Download
D scripts/slave/recipes/chromium_gn.expected/use_v8_patch_on_chromium_gn_trybot.json View 1 chunk +0 lines, -346 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.json View 1 2 18 chunks +49 lines, -68 lines 1 comment Download
A + scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_android_chromium_gn_dbg.json View 1 10 chunks +52 lines, -51 lines 0 comments Download
A + scripts/slave/recipes/chromium_trybot.expected/full_tryserver_v8_v8_linux_chromium_gn_rel.json View 1 2 8 chunks +21 lines, -18 lines 0 comments Download

Messages

Total messages: 21 (4 generated)
Dirk Pranke
https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py File scripts/slave/recipe_modules/chromium/api.py (left): https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py#oldcode141 scripts/slave/recipe_modules/chromium/api.py:141: if bot_config.get('set_component_rev'): The coverage report complained that this was ...
4 years, 9 months ago (2016-03-19 00:34:19 UTC) #1
Paweł Hajdan Jr.
Nice cleanup. Minor comments. https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py File scripts/slave/recipe_modules/chromium/api.py (left): https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py#oldcode141 scripts/slave/recipe_modules/chromium/api.py:141: if bot_config.get('set_component_rev'): On 2016/03/19 at ...
4 years, 9 months ago (2016-03-19 00:56:28 UTC) #2
Dirk Pranke
I've posted the updated expectations but will wait for feedback from machenbach@ before revising further. ...
4 years, 9 months ago (2016-03-19 01:00:54 UTC) #3
Paweł Hajdan Jr.
https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py File scripts/slave/recipe_modules/chromium/api.py (left): https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py#oldcode141 scripts/slave/recipe_modules/chromium/api.py:141: if bot_config.get('set_component_rev'): On 2016/03/19 at 01:00:54, Dirk Pranke wrote: ...
4 years, 9 months ago (2016-03-19 01:08:32 UTC) #4
Dirk Pranke
On 2016/03/19 01:08:32, Paweł Hajdan Jr. wrote: > https://codereview.chromium.org/1819613002/diff/1/scripts/slave/recipe_modules/chromium/api.py > File scripts/slave/recipe_modules/chromium/api.py (left): > > ...
4 years, 9 months ago (2016-03-19 01:29:43 UTC) #5
Michael Achenbach
I think this is how the end result should look like, but I'd like to ...
4 years, 9 months ago (2016-03-21 09:19:36 UTC) #6
Michael Achenbach
> As I understand, we need to land configs for the new bots in chromium/src, ...
4 years, 9 months ago (2016-03-21 09:41:59 UTC) #7
Michael Achenbach
https://codereview.chromium.org/1819613002/diff/20001/scripts/slave/recipe_modules/chromium_tests/trybots.py File scripts/slave/recipe_modules/chromium_tests/trybots.py (right): https://codereview.chromium.org/1819613002/diff/20001/scripts/slave/recipe_modules/chromium_tests/trybots.py#newcode648 scripts/slave/recipe_modules/chromium_tests/trybots.py:648: 'buildername': 'V8 Linux GN', Won't this need analyze_mode='compile'? It ...
4 years, 9 months ago (2016-03-21 09:44:38 UTC) #8
Dirk Pranke
https://codereview.chromium.org/1819613002/diff/20001/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py File scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py (right): https://codereview.chromium.org/1819613002/diff/20001/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py#newcode42 scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py:42: 'BUILD_CONFIG': 'Debug', On 2016/03/21 09:19:36, Michael Achenbach wrote: > ...
4 years, 9 months ago (2016-03-21 19:21:07 UTC) #9
Dirk Pranke
Updated. Please take another look?
4 years, 9 months ago (2016-03-22 23:19:04 UTC) #10
Michael Achenbach
lgtm, thanks! I'll try to land this soon in EMEA daytime. https://codereview.chromium.org/1819613002/diff/40001/scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.json File scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.json (right): ...
4 years, 9 months ago (2016-03-23 10:37:16 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819613002/40001
4 years, 9 months ago (2016-03-23 10:37:44 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-23 10:41:36 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1819613002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1819613002/40001
4 years, 9 months ago (2016-03-23 12:36:47 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=299438
4 years, 9 months ago (2016-03-23 12:40:46 UTC) #19
Michael Achenbach
https://codereview.chromium.org/1819613002/diff/40001/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py File scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py (right): https://codereview.chromium.org/1819613002/diff/40001/scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py#newcode52 scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py:52: 'V8 Android GN (dbg)': { I thing this config ...
4 years, 9 months ago (2016-03-23 14:24:50 UTC) #20
Dirk Pranke
4 years, 9 months ago (2016-03-23 17:54:57 UTC) #21
Message was sent while issue was closed.
https://codereview.chromium.org/1819613002/diff/40001/scripts/slave/recipe_mo...
File scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py (right):

https://codereview.chromium.org/1819613002/diff/40001/scripts/slave/recipe_mo...
scripts/slave/recipe_modules/chromium_tests/client_v8_fyi.py:52: 'V8 Android GN
(dbg)': {
On 2016/03/23 14:24:49, Michael Achenbach wrote:
> I thing this config should more like this:
>
https://code.google.com/p/chromium/codesearch#chromium/build/scripts/slave/re...
> 
> I'll upload a fix CL as the new bot is failing.

You're right, though probably should've been 'android' configs. Thanks!

Powered by Google App Engine
This is Rietveld 408576698