Skip to content

Commit

Permalink
refactor: drop ng16 integration
Browse files Browse the repository at this point in the history
  • Loading branch information
arturovt committed Nov 26, 2024
1 parent 812eb7a commit 814a79f
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 8,234 deletions.
17 changes: 0 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,19 +139,6 @@ jobs:
name: Run integration tests for the SSR build application
command: yarn test:ci:integration:ssr

integration_ng16_tests:
<<: *job_defaults
steps:
- *attach_workspace
- browser-tools/install-browser-tools
- run:
name: Run integration tests for ng16 application
command: yarn integration:ng16
- persist_to_workspace:
root: ~/workspace
paths:
- app/integrations/hello-world-ng16/dist-integration

integration_ng17_tests:
<<: *job_defaults
steps:
Expand Down Expand Up @@ -268,10 +255,6 @@ workflows:
### requires:
### - build

- integration_ng16_tests:
requires:
- build

- integration_ng17_tests:
requires:
- build
Expand Down
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ runs:
~/.cache
./node_modules
./@ngxs
./integrations/hello-world-ng16/dist-integration
./integrations/hello-world-ng17/dist-integration
./integrations/hello-world-ng18/dist-integration
./integrations/hello-world-ng19/dist-integration
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/upload-integration-test-artifact/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# - ./.github/actions/upload-integration-test-artifact

name: upload-integration-test-artifact
description: Upload an integration test artifact with a name such as 'hello-world-ng16'.
description: Upload an integration test artifact with a name such as 'hello-world-ng19'.

inputs:
script:
description: A script with a name such as 'integration:ng16' that generates an integration test artifact.
description: A script with a name such as 'integration:ng19' that generates an integration test artifact.
required: true

runs:
Expand All @@ -21,7 +21,7 @@ runs:
id: artifact-name
shell: bash
run: |
echo "Replace colons with dashes, substring 'integration' with a substring 'hello-world'. Example result: hello-world-ng16"
echo "Replace colons with dashes, substring 'integration' with a substring 'hello-world'. Example result: hello-world-ng19"
echo "value=$(echo ${SCRIPT} | sed -r "s/:/-/g" | sed -r "s/integration/hello-world/g")" >> $GITHUB_OUTPUT
env:
SCRIPT: ${{ inputs.script }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
strategy:
matrix:
script:
- 'integration:ng16'
- 'integration:ng17'
- 'integration:ng18'
- 'integration:ng19'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
strategy:
matrix:
script:
- 'integration:ng16'
- 'integration:ng17'
- 'integration:ng18'
- 'test:types'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ jobs:
strategy:
matrix:
script:
- 'integration:ng16'
- 'integration:ng17'
- 'integration:ng18'
- 'test:types'
Expand Down
42 changes: 0 additions & 42 deletions integrations/hello-world-ng16/.gitignore

This file was deleted.

96 changes: 0 additions & 96 deletions integrations/hello-world-ng16/angular.json

This file was deleted.

17 changes: 0 additions & 17 deletions integrations/hello-world-ng16/cypress.config.ts

This file was deleted.

15 changes: 0 additions & 15 deletions integrations/hello-world-ng16/cypress/e2e/index-page.cy.ts

This file was deleted.

5 changes: 0 additions & 5 deletions integrations/hello-world-ng16/cypress/fixtures/example.json

This file was deleted.

17 changes: 0 additions & 17 deletions integrations/hello-world-ng16/cypress/plugins/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions integrations/hello-world-ng16/cypress/tsconfig.json

This file was deleted.

47 changes: 0 additions & 47 deletions integrations/hello-world-ng16/karma.conf.js

This file was deleted.

Loading

0 comments on commit 814a79f

Please sign in to comment.