Skip to content

Commit

Permalink
CORE-250 shut down QA env in DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
kkartunov committed Jan 19, 2024
1 parent 3109f3d commit d0eb47e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 216 deletions.
68 changes: 36 additions & 32 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,32 +104,34 @@ jobs:
# ./master_deploy.sh -d ECS -e DEV -t latest -s test_communityapp_taskvar -i communityapp

# Build & Deploy against testing backend
"build-qa":
<<: *defaults
steps:
# Initialization.
- checkout
- setup_remote_docker
- run: *install_dependency
- run: *install_deploysuite
# Restoration of node_modules from cache.
- restore_cache: *restore_cache_settings_for_build
- run:
name: "configuring environment"
command: |
./awsconfiguration.sh QA
./buildenv.sh -e QA -b qa_communityapp_buildvar,qa_communityapp_deployvar -l qa_communityapp_buildvar_ps
# Build of Docker image.
- run: *build_docker_image
# Caching node modules.
- save_cache: *save_cache_settings
# Deployment.
- deploy:
name: Running MasterScript
command: |
source awsenvconf
source buildenvvar
./master_deploy.sh -d ECS -e QA -t latest -s qa_communityapp_taskvar -i communityapp
# Deprecate this workflow due to beta env shutdown
# https://topcoder.atlassian.net/browse/CORE-250
# "build-qa":
# <<: *defaults
# steps:
# # Initialization.
# - checkout
# - setup_remote_docker
# - run: *install_dependency
# - run: *install_deploysuite
# # Restoration of node_modules from cache.
# - restore_cache: *restore_cache_settings_for_build
# - run:
# name: "configuring environment"
# command: |
# ./awsconfiguration.sh QA
# ./buildenv.sh -e QA -b qa_communityapp_buildvar,qa_communityapp_deployvar -l qa_communityapp_buildvar_ps
# # Build of Docker image.
# - run: *build_docker_image
# # Caching node modules.
# - save_cache: *save_cache_settings
# # Deployment.
# - deploy:
# name: Running MasterScript
# command: |
# source awsenvconf
# source buildenvvar
# ./master_deploy.sh -d ECS -e QA -t latest -s qa_communityapp_taskvar -i communityapp

# Build & Deploy against prod api backend
# Deprecate this workflow due to beta env shutdown
Expand Down Expand Up @@ -367,12 +369,14 @@ workflows:
# only:
# - metadata-fix
# This is alternate dev env for parallel testing
- "build-qa":
context : org-global
filters:
branches:
only:
- qaenv
# Deprecate this workflow due to beta env shutdown
# https://topcoder.atlassian.net/browse/CORE-250
# - "build-qa":
# context : org-global
# filters:
# branches:
# only:
# - qaenv
# This is beta env for production soft releases
# Deprecate this workflow due to beta env shutdown
# https://topcoder.atlassian.net/browse/CORE-201
Expand Down
184 changes: 0 additions & 184 deletions automated-smoke-test/config/automation-config-qa.json

This file was deleted.

0 comments on commit d0eb47e

Please sign in to comment.