Skip to content

Commit

Permalink
fix: disable for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Nov 21, 2024
1 parent a503994 commit 85a0715
Showing 1 changed file with 151 additions and 151 deletions.
302 changes: 151 additions & 151 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,160 +321,160 @@ workflows:
parameters:
cdi-version: placeholder
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
- 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\/.*/
matrix:
parameters:
cdi-version: placeholder
fdi-version: placeholder
python-version: ['3.8', '3.13']
- test-website-fastapi:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-website-flask:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-website-django:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-website-drf-async:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-website-drf-sync:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-website-django2x:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
matrix:
parameters:
fdi-version: placeholder
python-version: ['3.8', '3.13']
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- test-authreact-fastapi:
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
python-version: ['3.8', '3.13']
- test-authreact-flask:
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
python-version: ['3.8', '3.13']
- test-authreact-django:
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
python-version: ['3.8', '3.13']
# - 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\/.*/
# matrix:
# parameters:
# cdi-version: placeholder
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# - test-website-fastapi:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-website-flask:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-website-django:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-website-drf-async:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-website-drf-sync:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-website-django2x:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# matrix:
# parameters:
# fdi-version: placeholder
# python-version: ['3.8', '3.13']
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
# - test-authreact-fastapi:
# 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
# python-version: ['3.8', '3.13']
# - test-authreact-flask:
# 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
# python-version: ['3.8', '3.13']
# - test-authreact-django:
# 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
# python-version: ['3.8', '3.13']
- test-success:
requires:
- test-unit
- test-backend-sdk-testing
- test-website-fastapi
- test-website-flask
- test-website-django
- test-website-drf-async
- test-website-drf-sync
- test-website-django2x
- test-authreact-fastapi
- test-authreact-flask
- test-authreact-django
# - test-backend-sdk-testing
# - test-website-fastapi
# - test-website-flask
# - test-website-django
# - test-website-drf-async
# - test-website-drf-sync
# - test-website-django2x
# - test-authreact-fastapi
# - test-authreact-flask
# - test-authreact-django
context:
- slack-notification
filters:
Expand Down

0 comments on commit 85a0715

Please sign in to comment.