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

Issue 2128613005: Archive Linux perf builds for manual bisect (Closed)

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

Description

Archive Linux perf builds for manual bisect changes to chromium perf buildbot to archive linux perf builds without symbols and test files to chrome-test-builds gs bucket https://docs.google.com/document/d/1yzpQ7JCC7HzZ2mG5f3Z4ozKPXqrihsEiCpoFW7j-PDo/edit BUG=604452 R=dimu, stgao, dtu, prasadv Committed: https://chromium.googlesource.com/chromium/tools/build/+/fd87b7ef932d03a3e462f1034e68502340146f5a

Patch Set 1 #

Patch Set 2 : Archive Linux perf builds for manual bisect [2] #

Total comments: 10

Patch Set 3 : removed unzip_strip_zip, code style change #

Patch Set 4 : removed unzip_strip_zip, code style change #

Patch Set 5 : removed unzip_strip_zip, code style change #

Patch Set 6 : removed unzip_strip_zip, code style change #

Total comments: 24

Patch Set 7 : Code style change #

Total comments: 6

Patch Set 8 : Archive Linux perf builds for manual bisect #

Patch Set 9 : Archive Linux perf builds for manual bisect #

Patch Set 10 : Archive Linux perf builds for manual bisect #

Patch Set 11 : Archive Linux perf builds for manual bisect #

Patch Set 12 : Archive Linux perf builds for manual bisect #

Total comments: 13

Patch Set 13 : Archive Linux perf builds for manual bisect #

Total comments: 28

Patch Set 14 : Archive Linux perf builds for manual bisect #

Patch Set 15 : Archive Linux perf builds for manual bisect #

Patch Set 16 : Archive Linux perf builds for manual bisect #

Patch Set 17 : Archive Linux perf builds for bisect #

Patch Set 18 : Archive Linux perf builds for manual bisect #

Patch Set 19 : Merge remote-tracking branch 'refs/remotes/origin/master' into archive #

Patch Set 20 : Merge remote-tracking branch 'refs/remotes/origin/master' into archive #

Total comments: 10

Patch Set 21 : Archive Linux perf builds for manual bisect #

Total comments: 1

Patch Set 22 : Merge remote-tracking branch 'refs/remotes/origin/master' into archive #

Patch Set 23 : added a missing comma #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -14 lines) Patch
M scripts/common/chromium_utils.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +11 lines, -2 lines 0 comments Download
M scripts/slave/recipe_modules/archive/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 3 chunks +16 lines, -3 lines 0 comments Download
A scripts/slave/recipe_modules/archive/manual_bisect_files.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +39 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +22 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/chromium_perf.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 4 chunks +8 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 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +35 lines, -0 lines 0 comments Download
M scripts/slave/zip_build.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 8 chunks +19 lines, -7 lines 0 comments Download

Messages

Total messages: 105 (78 generated)
miimnk
4 years, 5 months ago (2016-07-07 21:07:41 UTC) #1
dimu1
https://codereview.chromium.org/2128613005/diff/20001/scripts/slave/recipe_modules/archive/api.py File scripts/slave/recipe_modules/archive/api.py (right): https://codereview.chromium.org/2128613005/diff/20001/scripts/slave/recipe_modules/archive/api.py#newcode96 scripts/slave/recipe_modules/archive/api.py:96: exclude_files=None, includePerfTestFiles=True, update_properties = None, store_by_hash = True, **kwargs): ...
4 years, 5 months ago (2016-07-07 21:54:12 UTC) #3
dimu1
https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py File scripts/common/chromium_utils.py (right): https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py#newcode676 scripts/common/chromium_utils.py:676: os.system('strip %s' %(os.path.join(dest_dir, basename))) use RunCommand() https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py#newcode680 scripts/common/chromium_utils.py:680: os.system('strip ...
4 years, 5 months ago (2016-07-11 17:47:10 UTC) #4
stgao
https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py File scripts/common/chromium_utils.py (right): https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py#newcode674 scripts/common/chromium_utils.py:674: CopyFileToDir(src_path, dest_dir, basename, link_ok=True) As it is a link ...
4 years, 5 months ago (2016-07-11 19:04:27 UTC) #5
miimnk
https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py File scripts/common/chromium_utils.py (right): https://codereview.chromium.org/2128613005/diff/100001/scripts/common/chromium_utils.py#newcode674 scripts/common/chromium_utils.py:674: CopyFileToDir(src_path, dest_dir, basename, link_ok=True) On 2016/07/11 19:04:27, stgao wrote: ...
4 years, 5 months ago (2016-07-11 22:08:48 UTC) #6
stgao
It seems no test is added yet. https://codereview.chromium.org/2128613005/diff/100001/scripts/slave/zip_build.py File scripts/slave/zip_build.py (right): https://codereview.chromium.org/2128613005/diff/100001/scripts/slave/zip_build.py#newcode175 scripts/slave/zip_build.py:175: strip_files = ...
4 years, 5 months ago (2016-07-12 20:40:41 UTC) #7
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/2128613005/120001
4 years, 5 months ago (2016-07-13 01:11:02 UTC) #11
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 5 months ago (2016-07-13 01:11:04 UTC) #13
miimnk
I added a test json file generated from recipe_simulation_test.py https://codereview.chromium.org/2128613005/diff/100001/scripts/slave/zip_build.py File scripts/slave/zip_build.py (right): https://codereview.chromium.org/2128613005/diff/100001/scripts/slave/zip_build.py#newcode175 scripts/slave/zip_build.py:175: ...
4 years, 5 months ago (2016-07-13 01:12:48 UTC) #15
sullivan
Sorry for the drive-by, but it looks like this didn't get a full design review ...
4 years, 5 months ago (2016-07-13 18:22:51 UTC) #17
sullivan
4 years, 5 months ago (2016-07-13 18:23:32 UTC) #18
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/2128613005/220001
4 years, 4 months ago (2016-07-26 19:52:57 UTC) #20
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. CQ run can only be started by full ...
4 years, 4 months ago (2016-07-26 19:52:59 UTC) #22
RobertoCN
https://codereview.chromium.org/2128613005/diff/220001/scripts/common/chromium_utils.py File scripts/common/chromium_utils.py (right): https://codereview.chromium.org/2128613005/diff/220001/scripts/common/chromium_utils.py#newcode603 scripts/common/chromium_utils.py:603: raise_error=True, remove_archive_directory=True, strip_files = None): nit: Doesn't it make ...
4 years, 4 months ago (2016-08-03 20:49:49 UTC) #24
miimnk
Hi Roberto! Thank you so much for the review. I fixed the issues you mentioned. ...
4 years, 4 months ago (2016-08-03 21:37:12 UTC) #25
dtu
https://codereview.chromium.org/2128613005/diff/240001/scripts/common/chromium_utils.py File scripts/common/chromium_utils.py (right): https://codereview.chromium.org/2128613005/diff/240001/scripts/common/chromium_utils.py#newcode603 scripts/common/chromium_utils.py:603: raise_error=True, remove_archive_directory=True, strip_files = []): There's a tricky Python ...
4 years, 4 months ago (2016-08-05 21:06:19 UTC) #26
miimnk
Hi Dave. Thank you so much for reviewing the code. I fixed the issues that ...
4 years, 4 months ago (2016-08-08 22:41:33 UTC) #27
dtu
lgtm
4 years, 4 months ago (2016-08-11 22:25:54 UTC) #60
Michael Moss
lgtm
4 years, 4 months ago (2016-08-12 01:27:28 UTC) #70
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/2128613005/380001
4 years, 4 months ago (2016-08-12 04:39:33 UTC) #77
commit-bot: I haz the power
Try jobs failed on following builders: Build Presubmit on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/3095de062d5cb110)
4 years, 4 months ago (2016-08-12 04:47:43 UTC) #79
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/2128613005/380001
4 years, 4 months ago (2016-08-12 04:50:03 UTC) #83
ghost stip (do not use)
Sorry for delaying this patch further :/. I have some concerns with how the configuration ...
4 years, 4 months ago (2016-08-15 20:12:16 UTC) #90
miimnk
Thank you so much for your review Mike. I fixed the issues you mentioned in ...
4 years, 4 months ago (2016-08-15 21:41:22 UTC) #93
ghost stip (do not use)
great! lgtm w/ nit https://codereview.chromium.org/2128613005/diff/400001/scripts/slave/recipe_modules/archive/api.py File scripts/slave/recipe_modules/archive/api.py (right): https://codereview.chromium.org/2128613005/diff/400001/scripts/slave/recipe_modules/archive/api.py#newcode8 scripts/slave/recipe_modules/archive/api.py:8: import manual_bisect_files nit: sort line ...
4 years, 4 months ago (2016-08-15 23:24:54 UTC) #96
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/2128613005/420001
4 years, 4 months ago (2016-08-15 23:46:18 UTC) #103
commit-bot: I haz the power
4 years, 4 months ago (2016-08-15 23:50:35 UTC) #105
Message was sent while issue was closed.
Committed patchset #22 (id:420001) as
https://chromium.googlesource.com/chromium/tools/build/+/fd87b7ef932d03a3e462...

Powered by Google App Engine
This is Rietveld 408576698