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

Issue 2514343005: client/isolate: add skeleton exparchive command (Closed)

Created:
4 years, 1 month ago by djd-OOO-Apr2017
Modified:
4 years, 1 month ago
Reviewers:
mcgreevy, mithro
CC:
chromium-reviews, infra-reviews+luci-go_chromium.org, maruel+w_chromium.org, tandrii+luci-go_chromium.org
Target Ref:
refs/heads/master
Project:
luci-go
Visibility:
Public.

Description

client/isolate: add skeleton exparchive command This experimental archive command will support archiving smaller files into large batches. It is being developed separately from the existing archive/batcharchive command to allow more freedom to explore the space and to investigate simpler pipelining of steps. Issue luci/luci-go#9 BUG=59899 R=mcgreevy@chromium.org, tansell@chromium.org Committed: https://github.com/luci/luci-go/commit/74934dfa148729458ce3adf87904733c6e46cfe5

Patch Set 1 #

Total comments: 8

Patch Set 2 : mcgreevy fixes, tighten signatures #

Total comments: 8

Patch Set 3 : fix flag handling a bit more #

Total comments: 1

Patch Set 4 : mcgreevy comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -0 lines) Patch
A client/cmd/isolate/exp_archive.go View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M client/cmd/isolate/main.go View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 15 (3 generated)
djd-OOO-Apr2017
This is the just the start of the exp archive command Tim and I have ...
4 years, 1 month ago (2016-11-22 02:14:56 UTC) #1
mcgreevy
https://codereview.chromium.org/2514343005/diff/1/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/1/client/cmd/isolate/exp_archive.go#newcode23 client/cmd/isolate/exp_archive.go:23: ShortDesc: "EXPERIMENTAL creates a .isolated file and uploads the ...
4 years, 1 month ago (2016-11-22 05:12:13 UTC) #2
djd-OOO-Apr2017
https://codereview.chromium.org/2514343005/diff/1/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/1/client/cmd/isolate/exp_archive.go#newcode23 client/cmd/isolate/exp_archive.go:23: ShortDesc: "EXPERIMENTAL creates a .isolated file and uploads the ...
4 years, 1 month ago (2016-11-22 06:12:21 UTC) #3
mcgreevy
https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go#newcode23 client/cmd/isolate/exp_archive.go:23: ShortDesc: "EXPERIMENTAL parses a .isolate file to creates a ...
4 years, 1 month ago (2016-11-22 23:43:35 UTC) #4
mcgreevy
https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go#newcode68 client/cmd/isolate/exp_archive.go:68: func (c *expArchiveRun) parseFlags(a subcommands.Application, args []string) error { ...
4 years, 1 month ago (2016-11-22 23:54:38 UTC) #5
djd-OOO-Apr2017
https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/20001/client/cmd/isolate/exp_archive.go#newcode23 client/cmd/isolate/exp_archive.go:23: ShortDesc: "EXPERIMENTAL parses a .isolate file to creates a ...
4 years, 1 month ago (2016-11-23 00:12:11 UTC) #6
mcgreevy
https://codereview.chromium.org/2514343005/diff/40001/client/cmd/isolate/exp_archive.go File client/cmd/isolate/exp_archive.go (right): https://codereview.chromium.org/2514343005/diff/40001/client/cmd/isolate/exp_archive.go#newcode39 client/cmd/isolate/exp_archive.go:39: archiveOpts *isolate.ArchiveOptions As discussed, when reading this it takes ...
4 years, 1 month ago (2016-11-23 00:25:22 UTC) #7
djd-OOO-Apr2017
On 2016/11/23 at 00:25:22, mcgreevy wrote: > https://codereview.chromium.org/2514343005/diff/40001/client/cmd/isolate/exp_archive.go > File client/cmd/isolate/exp_archive.go (right): > > https://codereview.chromium.org/2514343005/diff/40001/client/cmd/isolate/exp_archive.go#newcode39 ...
4 years, 1 month ago (2016-11-23 00:26:34 UTC) #8
djd-OOO-Apr2017
4 years, 1 month ago (2016-11-23 00:26:37 UTC) #9
mcgreevy
lgtm
4 years, 1 month ago (2016-11-23 00:29:37 UTC) #10
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/2514343005/60001
4 years, 1 month ago (2016-11-23 00:37:39 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-23 00:44:02 UTC) #15
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://github.com/luci/luci-go/commit/74934dfa148729458ce3adf87904733c6e46cfe5

Powered by Google App Engine
This is Rietveld 408576698