File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -232,13 +232,18 @@ workflows:
232
232
only :
233
233
- develop
234
234
- develop_automation
235
+ - ci-manual-approval
235
236
post-steps :
236
237
- run :
237
238
name : Run automation
238
239
command : |
239
240
source awsenvconf
240
241
source buildenvvar
241
242
./automated-smoke-test/smoketest.sh automation-config-dev.json dev
243
+ - " smoke-testing " :
244
+ type : approval
245
+ requires :
246
+ - build-dev
242
247
# This is alternate dev env for parallel testing
243
248
- " build-test " :
244
249
context : org-global
@@ -263,10 +268,13 @@ workflows:
263
268
# This is stage env for production QA releases
264
269
- " build-prod-staging " :
265
270
context : org-global
271
+ requires :
272
+ - smoke-testing
266
273
filters :
267
274
branches :
268
275
only :
269
276
- develop
277
+ - ci-manual-approval
270
278
# Production builds are exectuted
271
279
# when PR is merged to the master
272
280
# Don't change anything in this configuration
Original file line number Diff line number Diff line change 1
- * @ sushilshinde @ ajefts
1
+ * @ sushilshinde @ ajefts @ luizrrodrigues
You can’t perform that action at this time.
0 commit comments