File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ executors:
43
43
docker :
44
44
- image : circleci/node:<< parameters.nodeversion >>
45
45
working_directory : ~/ng
46
+ resource_class : small
46
47
47
48
test-executor :
48
49
parameters :
@@ -54,7 +55,7 @@ executors:
54
55
working_directory : ~/ng
55
56
environment :
56
57
NPM_CONFIG_PREFIX : ~/.npm-global
57
- resource_class : xlarge
58
+ resource_class : large
58
59
59
60
windows-executor :
60
61
working_directory : ~/ng
@@ -112,6 +113,7 @@ commands:
112
113
jobs :
113
114
setup :
114
115
executor : action-executor
116
+ resource_class : medium
115
117
steps :
116
118
- checkout
117
119
- run :
@@ -172,7 +174,6 @@ jobs:
172
174
type : string
173
175
default : " "
174
176
executor : test-executor
175
- resource_class : large
176
177
parallelism : 4
177
178
steps :
178
179
- custom_attach_workspace
@@ -188,7 +189,7 @@ jobs:
188
189
type : boolean
189
190
default : false
190
191
executor : test-executor
191
- parallelism : 4
192
+ parallelism : 6
192
193
steps :
193
194
- custom_attach_workspace
194
195
- run :
@@ -218,6 +219,7 @@ jobs:
218
219
name : test-executor
219
220
environment :
220
221
E2E_BROWSERS : true
222
+ resource_class : medium
221
223
steps :
222
224
- custom_attach_workspace
223
225
- run :
@@ -254,7 +256,7 @@ jobs:
254
256
255
257
build-bazel :
256
258
executor : action-executor
257
- resource_class : xlarge
259
+ resource_class : large
258
260
steps :
259
261
- custom_attach_workspace
260
262
- setup_bazel_rbe
@@ -263,6 +265,7 @@ jobs:
263
265
264
266
snapshot_publish :
265
267
executor : action-executor
268
+ resource_class : medium
266
269
steps :
267
270
- custom_attach_workspace
268
271
- run :
You can’t perform that action at this time.
0 commit comments