@@ -33,10 +33,10 @@ install_deploysuite: &install_deploysuite
33
33
cp ./../buildscript/buildenv.sh .
34
34
cp ./../buildscript/awsconfiguration.sh .
35
35
restore_cache_settings_for_build : &restore_cache_settings_for_build
36
- key : docker-node-modules-v4 -{{ checksum "package-lock.json" }}
36
+ key : docker-node-modules-v3 -{{ checksum "package-lock.json" }}
37
37
38
38
save_cache_settings : &save_cache_settings
39
- key : docker-node-modules-v4 -{{ checksum "package-lock.json" }}
39
+ key : docker-node-modules-v3 -{{ checksum "package-lock.json" }}
40
40
paths :
41
41
- node_modules
42
42
@@ -260,37 +260,37 @@ jobs:
260
260
# path: ./automated-smoke-test/test-results
261
261
262
262
# 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
287
287
288
288
# Test job for the cases when we do not need deployment. It just rapidly
289
289
# installs (updates) app dependencies, and runs tests (ESLint, Stylelint,
290
290
# Jest unit-tests).
291
291
test :
292
292
docker :
293
- - image : circleci/node:10.24 .1
293
+ - image : circleci/node:8.11 .1
294
294
steps :
295
295
- checkout
296
296
- restore_cache :
@@ -358,9 +358,6 @@ workflows:
358
358
branches :
359
359
only :
360
360
- develop
361
- - TOP-1390
362
- - PM-191-2
363
- - pm-606
364
361
# This is alternate dev env for parallel testing
365
362
# Deprecate this workflow due to beta env shutdown
366
363
# https://topcoder.atlassian.net/browse/CORE-251
0 commit comments