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 @@ -44,6 +44,7 @@ executors:
44
44
docker :
45
45
- image : circleci/node:<< parameters.nodeversion >>
46
46
working_directory : ~/ng
47
+ resource_class : small
47
48
48
49
test-executor :
49
50
parameters :
@@ -55,7 +56,7 @@ executors:
55
56
working_directory : ~/ng
56
57
environment :
57
58
NPM_CONFIG_PREFIX : ~/.npm-global
58
- resource_class : xlarge
59
+ resource_class : large
59
60
60
61
windows-executor :
61
62
# Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
@@ -114,6 +115,7 @@ commands:
114
115
jobs :
115
116
setup :
116
117
executor : action-executor
118
+ resource_class : medium
117
119
steps :
118
120
- checkout
119
121
- run :
@@ -174,7 +176,6 @@ jobs:
174
176
type : string
175
177
default : " "
176
178
executor : test-executor
177
- resource_class : large
178
179
parallelism : 4
179
180
steps :
180
181
- custom_attach_workspace
@@ -190,7 +191,7 @@ jobs:
190
191
type : boolean
191
192
default : false
192
193
executor : test-executor
193
- parallelism : 4
194
+ parallelism : 6
194
195
steps :
195
196
- custom_attach_workspace
196
197
- run :
@@ -220,6 +221,7 @@ jobs:
220
221
name : test-executor
221
222
environment :
222
223
E2E_BROWSERS : true
224
+ resource_class : medium
223
225
steps :
224
226
- custom_attach_workspace
225
227
- run :
@@ -258,7 +260,7 @@ jobs:
258
260
259
261
build-bazel :
260
262
executor : action-executor
261
- resource_class : xlarge
263
+ resource_class : large
262
264
steps :
263
265
- custom_attach_workspace
264
266
- setup_bazel_rbe
@@ -267,6 +269,7 @@ jobs:
267
269
268
270
snapshot_publish :
269
271
executor : action-executor
272
+ resource_class : medium
270
273
steps :
271
274
- custom_attach_workspace
272
275
- run :
You can’t perform that action at this time.
0 commit comments