Skip to content

Commit

Permalink
fix: circle ci restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Aug 5, 2024
1 parent d4ef27a commit a231786
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 64 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
110 changes: 52 additions & 58 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: /.*/

0 comments on commit a231786

Please sign in to comment.