Skip to content

Commit 4e1c281

Browse files
authored
Merge pull request #587 from reactioncommerce/remove-e2e
chore: remove inactive end-to-end propel/calibre tests
2 parents 33da53f + 3623eb5 commit 4e1c281

File tree

3 files changed

+0
-176
lines changed

3 files changed

+0
-176
lines changed

.circleci/bin/ecs-deploy.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

.circleci/config.yml

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -94,15 +94,6 @@ jobs:
9494
| xargs -t -I % \
9595
docker push "$DOCKER_REPOSITORY:%"
9696
97-
deploy-to-ecs:
98-
<<: *defaults
99-
steps:
100-
- checkout
101-
- run:
102-
name: Deploy new task definition and update service in ECS
103-
command: |
104-
.circleci/bin/ecs-deploy.sh
105-
10697
lint-javascript:
10798
<<: *defaults
10899
steps:
@@ -149,51 +140,6 @@ jobs:
149140
- store_artifacts:
150141
path: reports
151142

152-
e2e-test:
153-
<<: *defaults
154-
steps:
155-
- checkout
156-
- setup_remote_docker
157-
- attach_workspace:
158-
at: docker-cache
159-
- run:
160-
name: Load Docker Image
161-
command: |
162-
docker load < docker-cache/docker-image.tar
163-
- run:
164-
name: Integration Test
165-
command: |
166-
docker run -e URL=${STAGING_URL} --env-file .env.example --name reaction_app_next_starterkit "$DOCKER_REPOSITORY:$CIRCLE_SHA1" yarn run test:integration
167-
- run:
168-
name: Install Broken Link Checker
169-
command: |
170-
yarn add broken-link-checker
171-
- run:
172-
name: Broken Link Test
173-
command: |
174-
./node_modules/.bin/blc ${STAGING_URL} -ro -filter=3 -e
175-
176-
test-metrics:
177-
<<: *defaults
178-
steps:
179-
- checkout
180-
- run:
181-
name: California
182-
command: |
183-
.circleci/bin/calibre-deploy.sh ${STAGING_URL} California
184-
- run:
185-
name: North Virginia
186-
command: |
187-
.circleci/bin/calibre-deploy.sh ${STAGING_URL} NorthVirginia
188-
- run:
189-
name: London
190-
command: |
191-
.circleci/bin/calibre-deploy.sh ${STAGING_URL} London
192-
- run:
193-
name: Frankfurt
194-
command: |
195-
.circleci/bin/calibre-deploy.sh ${STAGING_URL} Frankfurt
196-
197143
snyk-security:
198144
<<: *defaults
199145
steps:
@@ -242,19 +188,7 @@ workflows:
242188
context: reaction-validation
243189
requires:
244190
- docker-build
245-
- test-metrics:
246-
requires:
247-
- deploy-to-ecs
248191
- snyk-security:
249192
context: reaction-validation
250193
requires:
251194
- docker-build
252-
- deploy-to-ecs:
253-
requires:
254-
- docker-push
255-
filters:
256-
branches:
257-
only: /^develop$/
258-
- e2e-test:
259-
requires:
260-
- deploy-to-ecs

.reaction/devops/aws/services/service-storefront/propel-staging.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)