From d24a203eb0957dedcb2d5a3607e236860ffa2b56 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Mon, 5 Aug 2024 13:04:46 +0530 Subject: [PATCH] fix: circle ci testing --- .circleci/config.yml | 11 +++-- .circleci/config_continue.yml | 93 ++++++++++++++++++++--------------- 2 files changed, 60 insertions(+), 44 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78230c4c8..403efaa77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -53,11 +53,12 @@ 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 8b5c73744..2bb896c61 100644 --- a/.circleci/config_continue.yml +++ b/.circleci/config_continue.yml @@ -119,54 +119,69 @@ workflows: only: /dev-v[0-9]+(\.[0-9]+)*/ branches: only: /test-cicd\/.*/ - - test-unit: + # - 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 - - 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-website - - test-authreact + # - test-unit + - test-backend-sdk-testing + # - 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: /.*/