From a2317863ffd3b948986e491bd93ba3e8ca7d39d3 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Mon, 5 Aug 2024 17:47:31 +0530 Subject: [PATCH] fix: circle ci restore --- .circleci/config.yml | 11 ++-- .circleci/config_continue.yml | 110 ++++++++++++++++------------------ 2 files changed, 57 insertions(+), 64 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 403efaa77..78230c4c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,12 +53,11 @@ workflows: branches: ignore: /.*/ - setup: - {} - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ - update-docs: context: - slack-notification diff --git a/.circleci/config_continue.yml b/.circleci/config_continue.yml index 0b84142a5..08b69e726 100644 --- a/.circleci/config_continue.yml +++ b/.circleci/config_continue.yml @@ -114,75 +114,69 @@ workflows: tagged-build: jobs: - test-dev-tag-as-not-passed: - {} - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # - test-unit: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # cdi-version: placeholder + - test-unit: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + cdi-version: placeholder - test-backend-sdk-testing: requires: - test-dev-tag-as-not-passed context: - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ matrix: parameters: cdi-version: placeholder fdi-version: placeholder - # - test-website: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # fdi-version: placeholder - # - test-authreact: - # requires: - # - test-dev-tag-as-not-passed - # context: - # - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # only: /test-cicd\/.*/ - # matrix: - # parameters: - # fdi-version: placeholder + - test-website: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + fdi-version: placeholder + - test-authreact: + requires: + - test-dev-tag-as-not-passed + context: + - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + only: /test-cicd\/.*/ + matrix: + parameters: + fdi-version: placeholder - test-success: requires: - # - test-unit + - test-unit - test-backend-sdk-testing - # - test-website - # - test-authreact + - test-website + - test-authreact context: - slack-notification - # filters: - # tags: - # only: /dev-v[0-9]+(\.[0-9]+)*/ - # branches: - # ignore: /.*/ + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/