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

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

Issue 1991043005: Add support for parallel runs (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-8-chromium_analysis
Patch Set: Rebase 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 | « ct/Makefile ('k') | ct/go/master_scripts/run_chromium_analysis_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/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 1b21d544608229f9a4d0aea50792efe9dfbc4ded..6089e1de1ab4810fe170d75e2597357654466c91 100644
--- a/ct/go/master_scripts/capture_skps_on_workers/main.go
+++ b/ct/go/master_scripts/capture_skps_on_workers/main.go
@@ -107,6 +107,13 @@ func main() {
isolateFile = util.CAPTURE_SKPS_FROM_PDFS_ISOLATE
maxPages = MAX_PAGES_PER_SWARMING_BOT_CAPTURE_SKPS_FROM_PDFS
// TODO(rmistry): Uncomment when ready to capture SKPs.
+ // TODO(rmistry): Replace the below block with:
+ // buildRemoteDir, err := util.TriggerBuildRepoSwarmingTask("build_pdfium", *runID, "pdfium", "Linux", []string{}, []string{filepath.Join(remoteOutputDir, chromiumPatchName)}, true, 2*time.Hour, 1*time.Hour)
+ // if err != nil {
+ // glog.Errorf("Error encountered when swarming build repo task: %s", err)
+ // return
+ // }
+ //
//// Sync PDFium and build pdfium_test binary which will be used by the worker script.
//if err := util.SyncDir(util.PDFiumTreeDir); err != nil {
// glog.Errorf("Could not sync PDFium: %s", err)
« no previous file with comments | « ct/Makefile ('k') | ct/go/master_scripts/run_chromium_analysis_on_workers/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698