Skip to content

Commit

Permalink
fix: cicd restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Jul 31, 2024
1 parent 4398d7b commit e5c0b23
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 145 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ workflows:
version: 2
tagged-build:
jobs:
- create-test-jobs: {}
# filters:
# tags:
# only: /dev-v[0-9]+(\.[0-9]+)*/
# branches:
# only: /test-cicd\/.*/
- create-test-jobs:
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /test-cicd\/.*/
- publish:
context:
- slack-notification
Expand Down
276 changes: 138 additions & 138 deletions .circleci/config_continue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,155 +268,155 @@ workflows:
version: 2
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-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-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-fastapi:
# requires:
# - test-dev-tag-as-not-passed
# context:
# - slack-notification
# # 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
# # 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
# # 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
# # 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
# # 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
# # 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
# - 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
# - 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
- test-website-fastapi:
requires:
- test-dev-tag-as-not-passed
context:
- slack-notification
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
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
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
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
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
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
- 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
- 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
- test-success:
requires:
# - test-unit
- 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-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:
# 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\/.*/
1 change: 0 additions & 1 deletion tests/test-server/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def reset_override_params():

@app.route("/test/getoverridelogs", methods=["GET"]) # type: ignore
def get_override_logs():
print(override_logging.override_logs)
return jsonify({"logs": override_logging.override_logs})


Expand Down

0 comments on commit e5c0b23

Please sign in to comment.