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

Unified Diff: ct/go/poller/main.go

Issue 1411423003: [CT] Add ability to run unlanded benchmarks on Chromium Perf (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix errcheck Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ct/go/poller/main.go
diff --git a/ct/go/poller/main.go b/ct/go/poller/main.go
index b6b87c4c08342708a89f50cfcf6a8e0cc2602874..83364a420468152b21d3df23e82bcb4cac5f69ba 100644
--- a/ct/go/poller/main.go
+++ b/ct/go/poller/main.go
@@ -311,8 +311,9 @@ func (task *ChromiumPerfTask) Execute() error {
// upload to Google Storage, eventually we should move the upload step here to avoid writing
// to disk.
for fileSuffix, patch := range map[string]string{
- ".chromium.patch": task.ChromiumPatch,
- ".skia.patch": task.SkiaPatch,
+ ".chromium.patch": task.ChromiumPatch,
+ ".skia.patch": task.SkiaPatch,
+ ".benchmark.patch": task.BenchmarkPatch,
} {
// Add an extra newline at the end because git sometimes rejects patches due to
// missing newlines.
« no previous file with comments | « ct/go/master_scripts/run_chromium_perf_on_workers/main.go ('k') | ct/go/worker_scripts/run_chromium_perf/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698