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

Issue 1995023002: Backend for new run_chromium_analysis CT task (Closed)

Created:
4 years, 7 months ago by rmistry
Modified:
4 years, 7 months ago
Reviewers:
dogben
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/buildbot@ct-7-run_lua
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Backend for new run_chromium_analysis CT task. Tested with: $ go run go/worker_scripts/run_chromium_analysis/main.go --logtostderr --start_range=1 --num=3 --pageset_type=Dummy1k --chromium_build=try-1e224f6-f1036b2-rmistry-20160206122201-withpatch --run_id=testing --benchmark_name=rasterize_and_record_micro_ct --benchmark_extra_args="--output-format=csv-pivot-table" --browser_extra_args="--disable-setuid-sandbox --enable-threaded-compositing --enable-impl-side-painting" --local $ go run go/master_scripts/run_chromium_analysis_on_workers/main.go --logtostderr --emails="rmistry@google.com" --pageset_type="Dummy1k" --run_id="testing" --benchmark_name="rasterize_and_record_micro_ct" --benchmark_extra_args="--output-format=csv-pivot-table" --browser_extra_args="--disable-setuid-sandbox --enable-threaded-compositing --enable-impl-side-painting" Results are available here: https://storage.cloud.google.com/cluster-telemetry/tasks/benchmark_runs/testing/consolidated_outputs/testing.output BUG=skia:5316 Committed: https://skia.googlesource.com/buildbot/+/c5c7a6e7a57fb98634eedbd38909ca4a470a77e8

Patch Set 1 : Initial upload #

Patch Set 2 : Put mergeUploadCSVFiles in util.go #

Patch Set 3 : Complete util.MergeUploadCSVFiles #

Patch Set 4 : Put mergeUploadCSVFiles, runBenchmark, getRowsFromCSV, writeRowsToCSV in util.go #

Patch Set 5 : Complete RunBenchmark #

Patch Set 6 : Complete MergeUploadCSVFilesOnWorkers, getRowsFromCSV, writeRowsToCSV #

Patch Set 7 : Fix go vet #

Patch Set 8 : Remove testing code #

Total comments: 20

Patch Set 9 : Address comments #

Patch Set 10 : Local ChromiumAnalysisRunsDir is not used #

Messages

Total messages: 23 (12 generated)
rmistry
util.go looks scarier than it is. It contains methods extracted out of run_chromium_perf and then ...
4 years, 7 months ago (2016-05-19 18:08:36 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995023002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995023002/120001
4 years, 7 months ago (2016-05-19 18:08:56 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Infra-PerCommit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/Infra-PerCommit-Trybot/builds/3978)
4 years, 7 months ago (2016-05-19 18:14:24 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995023002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995023002/140001
4 years, 7 months ago (2016-05-19 18:17:12 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-19 18:21:44 UTC) #14
dogben
lgtm Only ignorable comments. Hooray! I only reviewed the diffs you pointed to for util.go. ...
4 years, 7 months ago (2016-05-19 21:06:41 UTC) #15
rmistry
https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go File ct/go/master_scripts/run_chromium_analysis_on_workers/main.go (right): https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go#newcode30 ct/go/master_scripts/run_chromium_analysis_on_workers/main.go:30: gaeTaskID = flag.Int64("gae_task_id", -1, "The key of the App ...
4 years, 7 months ago (2016-05-20 11:07:16 UTC) #16
dogben
lgtm Still LGTM. https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go File ct/go/master_scripts/run_chromium_analysis_on_workers/main.go (right): https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go#newcode112 ct/go/master_scripts/run_chromium_analysis_on_workers/main.go:112: defer skutil.RemoveAll(filepath.Join(util.StorageDir, util.ChromiumPerfRunsDir)) On 2016/05/20 11:07:16, ...
4 years, 7 months ago (2016-05-20 12:45:34 UTC) #17
rmistry
https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go File ct/go/master_scripts/run_chromium_analysis_on_workers/main.go (right): https://codereview.chromium.org/1995023002/diff/160001/ct/go/master_scripts/run_chromium_analysis_on_workers/main.go#newcode112 ct/go/master_scripts/run_chromium_analysis_on_workers/main.go:112: defer skutil.RemoveAll(filepath.Join(util.StorageDir, util.ChromiumPerfRunsDir)) On 2016/05/20 12:45:34, Ben Wagner wrote: ...
4 years, 7 months ago (2016-05-20 13:00:31 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1995023002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1995023002/200001
4 years, 7 months ago (2016-05-20 13:01:06 UTC) #21
commit-bot: I haz the power
4 years, 7 months ago (2016-05-20 13:04:25 UTC) #23
Message was sent while issue was closed.
Committed patchset #10 (id:200001) as
https://skia.googlesource.com/buildbot/+/c5c7a6e7a57fb98634eedbd38909ca4a470a...

Powered by Google App Engine
This is Rietveld 408576698