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

Unified Diff: ct/go/master_scripts/capture_skps_on_workers/main.go

Issue 1245903003: Fix endpoint to update CaptureSKPs task (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/master_scripts/capture_skps_on_workers/main.go
diff --git a/ct/go/master_scripts/capture_skps_on_workers/main.go b/ct/go/master_scripts/capture_skps_on_workers/main.go
index 3306f4f5c80be4a7accd4ad59aacc5929d097515..3216cc9ebfa373c2428d85ebcd9b154fd6df38d8 100644
--- a/ct/go/master_scripts/capture_skps_on_workers/main.go
+++ b/ct/go/master_scripts/capture_skps_on_workers/main.go
@@ -55,7 +55,7 @@ func updateWebappTask() {
extraData := map[string]string{
"output_link": outputRemoteLink,
}
- if err := util.UpdateWebappTask(*gaeTaskID, util.CaptureSKPsTasksWebapp, extraData); err != nil {
+ if err := util.UpdateWebappTask(*gaeTaskID, util.UpdateCaptureSKPsTasksWebapp, extraData); err != nil {
glog.Errorf("Error while updating webapp task: %s", err)
return
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698