Skip to content

Commit 14ac8c6

Browse files
committed
ci: remove test-executor
This is a copy of action-executor with a different `resource_class`. This is a bit redundant since it is overridden in most of the cases. (cherry picked from commit ade007b)
1 parent 2023138 commit 14ac8c6

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.circleci/dynamic_config.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,6 @@ executors:
6363
working_directory: ~/ng
6464
resource_class: small
6565

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-
7666
windows-executor:
7767
# Same as https://circleci.com/orbs/registry/orb/circleci/windows, but named.
7868
working_directory: ~/ng
@@ -213,9 +203,10 @@ jobs:
213203
enum: *all_e2e_subsets
214204
default: 'npm'
215205
executor:
216-
name: test-executor
206+
name: action-executor
217207
nodeversion: << parameters.nodeversion >>
218208
parallelism: 8
209+
resource_class: large
219210
steps:
220211
- custom_attach_workspace
221212
- browser-tools/install-chrome
@@ -249,7 +240,7 @@ jobs:
249240

250241
test-browsers:
251242
executor:
252-
name: test-executor
243+
name: action-executor
253244
resource_class: medium
254245
steps:
255246
- custom_attach_workspace
@@ -285,7 +276,7 @@ jobs:
285276
- run: yarn bazel build //tests/legacy-cli/...
286277

287278
unit-test:
288-
executor: test-executor
279+
executor: action-executor
289280
resource_class: xlarge
290281
parameters:
291282
nodeversion:

0 commit comments

Comments
 (0)