Skip to content

Commit

Permalink
dummy commit to test circleci pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Cagri Yonca <[email protected]>
  • Loading branch information
CagriYonca committed Dec 16, 2024
1 parent 2b76665 commit 135d2da
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,23 @@ jobs:
- store-pytest-results
- store-coverage-report

dummy:
docker:
- image: public.ecr.aws/docker/library/python:3.9
working_directory: ~/repo
steps:
- checkout
- check-if-tests-needed
- pip-install-deps:
requirements: "tests/requirements-gevent-starlette.txt"
- run-tests-with-coverage-report:
# TODO: uncomment once gevent instrumentation is done
# gevent: "true"
# tests: "tests/frameworks/test_gevent.py tests/frameworks/test_starlette.py"
tests: "tests/frameworks/test_starlette.py"
- store-pytest-results
- store-coverage-report

workflows:
version: 2
build:
Expand All @@ -394,6 +411,7 @@ workflows:
- py39cassandra
- py39gevent_starlette
- py312aws
- dummy
- final_job:
requires:
- python38
Expand All @@ -407,3 +425,4 @@ workflows:
- py39cassandra
- py39gevent_starlette
- py312aws
- dummy

0 comments on commit 135d2da

Please sign in to comment.