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

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

Issue 1988073002: Add ability to only upload a single Chromium build and check for patch existence (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Initial upload Created 4 years, 7 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 | ct/go/master_scripts/run_chromium_perf_on_workers/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/go/master_scripts/build_chromium/main.go
diff --git a/ct/go/master_scripts/build_chromium/main.go b/ct/go/master_scripts/build_chromium/main.go
index 48e484f663c6bfb9e80703d5bc26fa77a925e33d..c10108008ede9496877876d69d30cae72853b620 100644
--- a/ct/go/master_scripts/build_chromium/main.go
+++ b/ct/go/master_scripts/build_chromium/main.go
@@ -90,7 +90,7 @@ func main() {
return
}
- if _, _, err := util.CreateChromiumBuild("", *targetPlatform, *chromiumHash, *skiaHash, *applyPatches); err != nil {
+ if _, _, err := util.CreateChromiumBuild("", *targetPlatform, *chromiumHash, *skiaHash, *applyPatches, false); err != nil {
dogben 2016/05/18 14:29:37 Seems like this always would want to upload just a
rmistry 2016/05/19 11:21:00 The (applyPatches && !uploadSingleBuild) was confu
dogben 2016/05/19 14:09:08 Oh, I see. I was confused, but the new code is les
glog.Errorf("Error while creating the Chromium build: %s", err)
return
}
« no previous file with comments | « no previous file | ct/go/master_scripts/run_chromium_perf_on_workers/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698