File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ executors:
4343 docker :
4444 - image : circleci/node:<< parameters.nodeversion >>
4545 working_directory : ~/ng
46+ resource_class : small
4647
4748 test-executor :
4849 parameters :
@@ -54,7 +55,7 @@ executors:
5455 working_directory : ~/ng
5556 environment :
5657 NPM_CONFIG_PREFIX : ~/.npm-global
57- resource_class : xlarge
58+ resource_class : large
5859
5960 windows-executor :
6061 # Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
@@ -113,6 +114,7 @@ commands:
113114jobs :
114115 setup :
115116 executor : action-executor
117+ resource_class : medium
116118 steps :
117119 - checkout
118120 - run :
@@ -173,7 +175,6 @@ jobs:
173175 type : string
174176 default : " "
175177 executor : test-executor
176- resource_class : large
177178 parallelism : 4
178179 steps :
179180 - custom_attach_workspace
@@ -189,7 +190,7 @@ jobs:
189190 type : boolean
190191 default : false
191192 executor : test-executor
192- parallelism : 4
193+ parallelism : 6
193194 steps :
194195 - custom_attach_workspace
195196 - run :
@@ -219,6 +220,7 @@ jobs:
219220 name : test-executor
220221 environment :
221222 E2E_BROWSERS : true
223+ resource_class : medium
222224 steps :
223225 - custom_attach_workspace
224226 - run :
@@ -257,7 +259,7 @@ jobs:
257259
258260 build-bazel :
259261 executor : action-executor
260- resource_class : xlarge
262+ resource_class : large
261263 steps :
262264 - custom_attach_workspace
263265 - setup_bazel_rbe
@@ -266,6 +268,7 @@ jobs:
266268
267269 snapshot_publish :
268270 executor : action-executor
271+ resource_class : medium
269272 steps :
270273 - custom_attach_workspace
271274 - run :
You can’t perform that action at this time.
0 commit comments