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

Issue 2279953002: lightweight builds archiving for mac and win64 (Closed)

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

Description

lightweight builds archiving for mac and win64. Changing perf buildbot to add a step 'repackage for bisect' to Win64/Mac. mac,win,win64 support BUG=604452 R=dimu Committed: https://chromium.googlesource.com/chromium/tools/build/+/9c526af4f649b33e3a1351dd9c9bbe6fdb7122da

Patch Set 1 #

Patch Set 2 : lightweight builds archiving for mac and win64 #

Patch Set 3 : lightweight builds archiving for mac and win64 #

Total comments: 4

Patch Set 4 : lightweight builds archiving for mac and win64 #

Patch Set 5 : lightweight builds archiving for mac and win64 #

Total comments: 6

Patch Set 6 : lightweight builds archiving for mac and win64 #

Total comments: 3

Patch Set 7 : lightweight builds archiving for mac and win64 #

Patch Set 8 : resolved merge conflicts #

Patch Set 9 : fixed bug with previous land on changing perf buildbot for manual bisect #

Unified diffs Side-by-side diffs Delta from patch set Stats (+177 lines, -46 lines) Patch
M scripts/slave/recipe_modules/archive/api.py View 1 2 3 4 5 6 7 8 3 chunks +21 lines, -7 lines 0 comments Download
M scripts/slave/recipe_modules/archive/manual_bisect_files.py View 1 2 3 4 5 6 7 1 chunk +68 lines, -29 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf.py View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_Builder.json View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_Builder.json View 1 2 3 4 5 6 7 1 chunk +33 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_x64_Builder.json View 1 2 3 4 5 6 7 1 chunk +35 lines, -0 lines 0 comments Download
M scripts/slave/zip_build.py View 1 2 3 4 5 6 7 5 chunks +15 lines, -6 lines 0 comments Download

Messages

Total messages: 23 (11 generated)
miimnk
4 years, 3 months ago (2016-08-25 23:52:29 UTC) #1
dtu
https://codereview.chromium.org/2279953002/diff/40001/scripts/slave/recipe_modules/archive/api.py File scripts/slave/recipe_modules/archive/api.py (right): https://codereview.chromium.org/2279953002/diff/40001/scripts/slave/recipe_modules/archive/api.py#newcode97 scripts/slave/recipe_modules/archive/api.py:97: include_bisect_whitelist=None, **kwargs): This is a lot of plumbing/parameters in ...
4 years, 3 months ago (2016-08-30 02:40:22 UTC) #5
miimnk
Hi Dave. Thank you so much for your code review. I fixed the issues you ...
4 years, 3 months ago (2016-08-30 21:14:54 UTC) #6
ghost stip (do not use)
https://codereview.chromium.org/2279953002/diff/80001/scripts/slave/recipe_modules/archive/api.py File scripts/slave/recipe_modules/archive/api.py (right): https://codereview.chromium.org/2279953002/diff/80001/scripts/slave/recipe_modules/archive/api.py#newcode11 scripts/slave/recipe_modules/archive/api.py:11: nit: remove space https://codereview.chromium.org/2279953002/diff/80001/scripts/slave/recipe_modules/archive/api.py#newcode129 scripts/slave/recipe_modules/archive/api.py:129: CHROME_REQUIRED_FILES[platform]) should we make ...
4 years, 3 months ago (2016-08-30 23:48:53 UTC) #7
miimnk
Thank you so much for your code review Mike. I fixed the issues you mentioned ...
4 years, 3 months ago (2016-08-31 00:19:05 UTC) #8
ghost stip (do not use)
sorry for the delay. lgtm w/ nit https://codereview.chromium.org/2279953002/diff/100001/scripts/slave/recipe_modules/archive/api.py File scripts/slave/recipe_modules/archive/api.py (right): https://codereview.chromium.org/2279953002/diff/100001/scripts/slave/recipe_modules/archive/api.py#newcode7 scripts/slave/recipe_modules/archive/api.py:7: import manual_bisect_files ...
4 years, 3 months ago (2016-08-31 16:38:27 UTC) #9
chromium-reviews
Thank you so much Mike! Reverted the changes in manual_bisect_files.py and used .get instead. Best, ...
4 years, 3 months ago (2016-08-31 18:19:27 UTC) #10
Michael Moss
lgtm
4 years, 3 months ago (2016-08-31 18:53:56 UTC) #16
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/2279953002/140001
4 years, 3 months ago (2016-08-31 18:57:10 UTC) #19
commit-bot: I haz the power
Committed patchset #8 (id:140001) as https://chromium.googlesource.com/chromium/tools/build/+/9c526af4f649b33e3a1351dd9c9bbe6fdb7122da
4 years, 3 months ago (2016-08-31 19:01:30 UTC) #21
miimnk
A revert of this CL (patchset #8 id:140001) has been created in https://codereview.chromium.org/2303433002/ by miimnk@google.com. ...
4 years, 3 months ago (2016-08-31 21:00:13 UTC) #22
dimu
4 years, 3 months ago (2016-08-31 22:38:33 UTC) #23
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698