Skip to content

Commit 8865e01

Browse files
authored
Merge pull request #4431 from appirio-tech/hotfix/circleci-smoke-test-on-prod
chore: add circleci smoke test for prod
2 parents 3eaa310 + 94668d9 commit 8865e01

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.circleci/config.yml

+14-1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,13 @@ jobs:
166166
LOGICAL_ENV: "dev"
167167
steps: *smoke_testing
168168

169+
smoke-testing-prod:
170+
<<: *test_defaults
171+
environment:
172+
DEPLOY_ENV: "PROD"
173+
LOGICAL_ENV: "prod"
174+
steps: *smoke_testing
175+
169176
workflows:
170177
version: 2
171178
build:
@@ -202,7 +209,7 @@ workflows:
202209
context : org-global
203210
requires:
204211
- build-prod
205-
filters:
212+
filters: &filters-prod
206213
branches:
207214
only: master
208215

@@ -217,3 +224,9 @@ workflows:
217224
- Hold [Smoke-Testing]
218225
filters:
219226
<<: *filters-dev
227+
- smoke-testing-prod:
228+
context : org-global
229+
requires:
230+
- Hold [Smoke-Testing]
231+
filters:
232+
<<: *filters-prod

0 commit comments

Comments
 (0)