Skip to content

Commit 598419e

Browse files
clydinfilipesilva
authored andcommitted
ci: remove View Engine E2E test job
With the upcoming removal of View Engine support for applications in version 12, the View Engine E2E test job is no longer needed.
1 parent b8d296a commit 598419e

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

.circleci/config.yml

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ jobs:
180180
nodeversion:
181181
type: string
182182
default: *default_nodeversion
183-
ve:
184-
type: boolean
185-
default: false
186183
snapshots:
187184
type: boolean
188185
default: false
@@ -200,12 +197,12 @@ jobs:
200197
name: Execute CLI E2E Tests
201198
command: |
202199
mkdir /mnt/ramdisk/e2e-main
203-
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --tmpdir=/mnt/ramdisk/e2e-main
200+
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --tmpdir=/mnt/ramdisk/e2e-main
204201
- run:
205202
name: Execute CLI E2E Tests Subset with Yarn
206203
command: |
207204
mkdir /mnt/ramdisk/e2e-yarn
208-
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.ve >>--ve<</ parameters.ve >> <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**,tests/commands/add/**}"
205+
node ./tests/legacy-cli/run_e2e --nb-shards=${CIRCLE_NODE_TOTAL} --shard=${CIRCLE_NODE_INDEX} <<# parameters.snapshots >>--ng-snapshots<</ parameters.snapshots >> --yarn --tmpdir=/mnt/ramdisk/e2e-yarn --glob="{tests/basic/**,tests/update/**,tests/commands/add/**}"
209206
210207
test-browsers:
211208
executor:
@@ -324,27 +321,16 @@ workflows:
324321
requires:
325322
- setup
326323
- e2e-cli:
327-
name: e2e-cli<<# matrix.ve >>-ve<</ matrix.ve >>
328-
matrix:
329-
alias: e2e-cli-renderers
330-
parameters:
331-
ve: [true, false]
324+
name: e2e-cli
332325
post-steps:
333-
- unless:
334-
condition: << matrix.ve >>
335-
steps:
336-
- store_artifacts:
337-
path: /tmp/dist
338-
destination: cli/new-production
326+
- store_artifacts:
327+
path: /tmp/dist
328+
destination: cli/new-production
339329
requires:
340330
- build
341331
- e2e-cli:
342-
name: e2e-cli-ng<<# matrix.ve >>-ve<</ matrix.ve >>-snapshots
332+
name: e2e-cli-ng-snapshots
343333
snapshots: true
344-
matrix:
345-
alias: e2e-cli-renderers-snapshots
346-
parameters:
347-
ve: [true, false]
348334
requires:
349335
- e2e-cli
350336
filters:

.github/angular-robot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ merge:
4848
- "ci/circleci: test"
4949
- "ci/circleci: test-win"
5050
- "ci/circleci: e2e-cli"
51-
- "ci/circleci: e2e-cli-ve"
5251
- "ci/circleci: test-browsers"
5352
- "ci/angular: size"
5453
- "cla/google"

0 commit comments

Comments
 (0)