From f453cdfbab2aead91fc8100c88b005f873cc2c64 Mon Sep 17 00:00:00 2001 From: Sattvik Chakravarthy Date: Tue, 17 Oct 2023 13:39:28 +0530 Subject: [PATCH] fix: revert test changes --- .circleci/config.yml | 25 +++++++++++++++++++++++++ .circleci/doTests.sh | 2 -- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aaeec8909..0b5542fd8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,24 +40,49 @@ workflows: name: test-sqlite context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: mongodb name: test-mongodb context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: postgresql name: test-postgresql context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - test: plugin: mysql name: test-mysql context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ - mark-passed: context: - slack-notification + filters: + tags: + only: /dev-v[0-9]+(\.[0-9]+)*/ + branches: + ignore: /.*/ requires: - test-sqlite - test-mongodb diff --git a/.circleci/doTests.sh b/.circleci/doTests.sh index a4e8537b6..85bc80662 100755 --- a/.circleci/doTests.sh +++ b/.circleci/doTests.sh @@ -7,8 +7,6 @@ function cleanup { trap cleanup EXIT cleanup -exit 0 - pluginToTest=$1 pinnedDBJson=$(curl -s -X GET \