build: use standalone strategy for TypescriptCompile and AngularTemplateCompile (#31471)

PR Close #31471
This commit is contained in:
Joey Perrott 2019-07-11 13:31:40 -07:00 committed by Matias Niemelä
parent 19a28e599b
commit e44ba0ffa9
1 changed files with 2 additions and 4 deletions

View File

@ -37,7 +37,5 @@ build --verbose_failures=true
# > Example job: https://circleci.com/gh/angular/angular/385517
# We expect that TypeScript compilations will parallelize wider than the number of local cores anyway
# so we should saturate remote workers with TS compilations
# TODO(jperott): if/when we enable remote cache on CI, we would expect
# to have many fewer TS compilation actions, so local worker might make more sense
--strategy=TypeScriptCompile=remote
--strategy=AngularTemplateCompile=remote
--strategy=TypeScriptCompile=standalone
--strategy=AngularTemplateCompile=standalone