build: use standalone strategy for TypescriptCompile and AngularTemplateCompile (#31471)
PR Close #31471
This commit is contained in:
parent
19a28e599b
commit
e44ba0ffa9
|
@ -37,7 +37,5 @@ build --verbose_failures=true
|
||||||
# > Example job: https://circleci.com/gh/angular/angular/385517
|
# > Example job: https://circleci.com/gh/angular/angular/385517
|
||||||
# We expect that TypeScript compilations will parallelize wider than the number of local cores anyway
|
# We expect that TypeScript compilations will parallelize wider than the number of local cores anyway
|
||||||
# so we should saturate remote workers with TS compilations
|
# so we should saturate remote workers with TS compilations
|
||||||
# TODO(jperott): if/when we enable remote cache on CI, we would expect
|
--strategy=TypeScriptCompile=standalone
|
||||||
# to have many fewer TS compilation actions, so local worker might make more sense
|
--strategy=AngularTemplateCompile=standalone
|
||||||
--strategy=TypeScriptCompile=remote
|
|
||||||
--strategy=AngularTemplateCompile=remote
|
|
||||||
|
|
Loading…
Reference in New Issue