Skip to content

Commit 4c56238

Browse files
authored
Merge pull request #7033 from topcoder-platform/pm-201
PM-201: removed automated smoke test Dockerfile and removed the option from circle ci
2 parents 3a6e94f + ce9f102 commit 4c56238

File tree

2 files changed

+24
-59
lines changed

2 files changed

+24
-59
lines changed

.circleci/config.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -260,30 +260,30 @@ jobs:
260260
# path: ./automated-smoke-test/test-results
261261

262262
# Automated Smoke Testing against Production
263-
Smoke-Testing-On-Production:
264-
<<: *defaults
265-
steps:
266-
# Initialization.
267-
- checkout
268-
- setup_remote_docker
269-
- run: *install_dependency
270-
- run: *install_deploysuite
271-
# Restoration of node_modules from cache.
272-
- restore_cache: *restore_cache_settings_for_build
273-
- run:
274-
name: "configuring environment"
275-
command: |
276-
./awsconfiguration.sh PROD
277-
./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar
278-
- run:
279-
name: "Run automation"
280-
no_output_timeout: 20m
281-
command: |
282-
source awsenvconf
283-
source buildenvvar
284-
./automated-smoke-test/smoketest.sh automation-config-prod.json prod
285-
- store_artifacts:
286-
path: ./automated-smoke-test/test-results
263+
# Smoke-Testing-On-Production:
264+
# <<: *defaults
265+
# steps:
266+
# # Initialization.
267+
# - checkout
268+
# - setup_remote_docker
269+
# - run: *install_dependency
270+
# - run: *install_deploysuite
271+
# # Restoration of node_modules from cache.
272+
# - restore_cache: *restore_cache_settings_for_build
273+
# - run:
274+
# name: "configuring environment"
275+
# command: |
276+
# ./awsconfiguration.sh PROD
277+
# ./buildenv.sh -e PROD -b prod_communityapp_buildvar,prod_communityapp_deployvar
278+
# - run:
279+
# name: "Run automation"
280+
# no_output_timeout: 20m
281+
# command: |
282+
# source awsenvconf
283+
# source buildenvvar
284+
# ./automated-smoke-test/smoketest.sh automation-config-prod.json prod
285+
# - store_artifacts:
286+
# path: ./automated-smoke-test/test-results
287287

288288
# Test job for the cases when we do not need deployment. It just rapidly
289289
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,

automated-smoke-test/Dockerfile

-35
This file was deleted.

0 commit comments

Comments
 (0)