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

Unified Diff: ct/Makefile

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 | « no previous file | ct/go/master_scripts/capture_skps_on_workers/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/Makefile
diff --git a/ct/Makefile b/ct/Makefile
index 2b72408be336cae82ddae9c8be2b5d0e9613287b..a5163b18dbfb55b8eb111799b9787b9f7d2d5b14 100644
--- a/ct/Makefile
+++ b/ct/Makefile
@@ -81,6 +81,10 @@ logserver_proxy:
create_pagesets:
go install -v ./go/worker_scripts/create_pagesets/
+.PHONY: build_repo
+build_repo:
+ go install -v ./go/worker_scripts/build_repo/
+
.PHONY: capture_archives
capture_archives:
go install -v ./go/worker_scripts/capture_archives/
@@ -128,7 +132,7 @@ master_scripts: run_command check_workers_health build_chromium \
.PHONY: worker_scripts
worker_scripts: create_pagesets capture_archives run_lua capture_skps \
capture_skps_from_pdfs run_chromium_perf \
- run_chromium_analysis
+ run_chromium_analysis build_repo
.PHONY: all
all: master_scripts worker_scripts testgo
« no previous file with comments | « no previous file | ct/go/master_scripts/capture_skps_on_workers/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698