Skip to content

Commit

Permalink
Merge pull request #4431 from appirio-tech/hotfix/circleci-smoke-test…
Browse files Browse the repository at this point in the history
…-on-prod

chore: add circleci smoke test for prod
  • Loading branch information
RishiRajSahu authored Jul 26, 2021
2 parents 3eaa310 + 94668d9 commit 8865e01
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,13 @@ jobs:
LOGICAL_ENV: "dev"
steps: *smoke_testing

smoke-testing-prod:
<<: *test_defaults
environment:
DEPLOY_ENV: "PROD"
LOGICAL_ENV: "prod"
steps: *smoke_testing

workflows:
version: 2
build:
Expand Down Expand Up @@ -202,7 +209,7 @@ workflows:
context : org-global
requires:
- build-prod
filters:
filters: &filters-prod
branches:
only: master

Expand All @@ -217,3 +224,9 @@ workflows:
- Hold [Smoke-Testing]
filters:
<<: *filters-dev
- smoke-testing-prod:
context : org-global
requires:
- Hold [Smoke-Testing]
filters:
<<: *filters-prod

0 comments on commit 8865e01

Please sign in to comment.