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:
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
# Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
@@ -113,6 +114,7 @@ commands:
113
114
jobs :
114
115
setup :
115
116
executor : action-executor
117
+ resource_class : medium
116
118
steps :
117
119
- checkout
118
120
- run :
@@ -173,7 +175,6 @@ jobs:
173
175
type : string
174
176
default : " "
175
177
executor : test-executor
176
- resource_class : large
177
178
parallelism : 4
178
179
steps :
179
180
- custom_attach_workspace
@@ -189,7 +190,7 @@ jobs:
189
190
type : boolean
190
191
default : false
191
192
executor : test-executor
192
- parallelism : 4
193
+ parallelism : 6
193
194
steps :
194
195
- custom_attach_workspace
195
196
- run :
@@ -219,6 +220,7 @@ jobs:
219
220
name : test-executor
220
221
environment :
221
222
E2E_BROWSERS : true
223
+ resource_class : medium
222
224
steps :
223
225
- custom_attach_workspace
224
226
- run :
@@ -257,7 +259,7 @@ jobs:
257
259
258
260
build-bazel :
259
261
executor : action-executor
260
- resource_class : xlarge
262
+ resource_class : large
261
263
steps :
262
264
- custom_attach_workspace
263
265
- setup_bazel_rbe
@@ -266,6 +268,7 @@ jobs:
266
268
267
269
snapshot_publish :
268
270
executor : action-executor
271
+ resource_class : medium
269
272
steps :
270
273
- custom_attach_workspace
271
274
- run :
You can’t perform that action at this time.
0 commit comments