From 4b3ca6d16854bbfaf99051526d97e3b45d6f808b Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 13 Jan 2021 23:12:33 -0300 Subject: [PATCH 1/3] Setting up Manual Approvals --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2228f1acd8..d5bf5720c6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -232,6 +232,7 @@ workflows: only: - develop - develop_automation + - ci-manual-approval post-steps: - run: name: Run automation @@ -239,6 +240,10 @@ workflows: source awsenvconf source buildenvvar ./automated-smoke-test/smoketest.sh automation-config-dev.json dev + - "smoke-testing" + type: approval + requires: + - build-dev # This is alternate dev env for parallel testing - "build-test": context : org-global @@ -263,10 +268,13 @@ workflows: # This is stage env for production QA releases - "build-prod-staging": context : org-global + requires: + - smoke-testing filters: branches: only: - develop + - ci-manual-approval # Production builds are exectuted # when PR is merged to the master # Don't change anything in this configuration From 814b81ec2ace099c5b23fc43d86eb9f075e6708e Mon Sep 17 00:00:00 2001 From: "Luiz R. Rodrigues" Date: Wed, 13 Jan 2021 23:21:02 -0300 Subject: [PATCH 2/3] Fix ci config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d5bf5720c6..4dd7eaa25e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -240,7 +240,7 @@ workflows: source awsenvconf source buildenvvar ./automated-smoke-test/smoketest.sh automation-config-dev.json dev - - "smoke-testing" + - "smoke-testing": type: approval requires: - build-dev From bd548e6c9721537d58414669c9f7527dbebd3ea1 Mon Sep 17 00:00:00 2001 From: Sushil Shinde Date: Thu, 14 Jan 2021 11:00:50 +0530 Subject: [PATCH 3/3] ci: adding luiz as code owner --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a5c44ddd43..0134537700 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @sushilshinde @ajefts +* @sushilshinde @ajefts @luizrrodrigues