File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,6 @@ executors:
63
63
working_directory : ~/ng
64
64
resource_class : small
65
65
66
- test-executor :
67
- parameters :
68
- nodeversion :
69
- type : string
70
- default : *default_nodeversion
71
- docker :
72
- - image : cimg/node:<< parameters.nodeversion >>
73
- working_directory : ~/ng
74
- resource_class : large
75
-
76
66
windows-executor :
77
67
# Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
78
68
working_directory : ~/ng
@@ -213,9 +203,10 @@ jobs:
213
203
enum : *all_e2e_subsets
214
204
default : ' npm'
215
205
executor :
216
- name : test -executor
206
+ name : action -executor
217
207
nodeversion : << parameters.nodeversion >>
218
208
parallelism : 8
209
+ resource_class : large
219
210
steps :
220
211
- custom_attach_workspace
221
212
- browser-tools/install-chrome
@@ -249,7 +240,7 @@ jobs:
249
240
250
241
test-browsers :
251
242
executor :
252
- name : test -executor
243
+ name : action -executor
253
244
resource_class : medium
254
245
steps :
255
246
- custom_attach_workspace
@@ -285,7 +276,7 @@ jobs:
285
276
- run : yarn bazel build //tests/legacy-cli/...
286
277
287
278
unit-test :
288
- executor : test -executor
279
+ executor : action -executor
289
280
resource_class : xlarge
290
281
parameters :
291
282
nodeversion :
You can’t perform that action at this time.
0 commit comments