Skip to content

Commit 14985e8

Browse files
Merge pull request #5296 from topcoder-platform/ci-manual-approval
CI Manual Approval
2 parents a6ff4bf + bd548e6 commit 14985e8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,13 +232,18 @@ workflows:
232232
only:
233233
- develop
234234
- develop_automation
235+
- ci-manual-approval
235236
post-steps:
236237
- run:
237238
name: Run automation
238239
command: |
239240
source awsenvconf
240241
source buildenvvar
241242
./automated-smoke-test/smoketest.sh automation-config-dev.json dev
243+
- "smoke-testing":
244+
type: approval
245+
requires:
246+
- build-dev
242247
# This is alternate dev env for parallel testing
243248
- "build-test":
244249
context : org-global
@@ -263,10 +268,13 @@ workflows:
263268
# This is stage env for production QA releases
264269
- "build-prod-staging":
265270
context : org-global
271+
requires:
272+
- smoke-testing
266273
filters:
267274
branches:
268275
only:
269276
- develop
277+
- ci-manual-approval
270278
# Production builds are exectuted
271279
# when PR is merged to the master
272280
# Don't change anything in this configuration

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @sushilshinde @ajefts
1+
* @sushilshinde @ajefts @luizrrodrigues

0 commit comments

Comments
 (0)