Skip to content

Commit

Permalink
ci: updated pipeline to filter src, tests and tests_aws folders
Browse files Browse the repository at this point in the history
Signed-off-by: Cagri Yonca <[email protected]>
  • Loading branch information
CagriYonca committed Dec 12, 2024
1 parent e1b8d7c commit 53703d1
Showing 1 changed file with 76 additions and 10 deletions.
86 changes: 76 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,16 +350,76 @@ workflows:
version: 2
build:
jobs:
- python38
- python39
- python310
- python311
- python312
- python313
- python314
- py39cassandra
- py39gevent_starlette
- py312aws
- python38:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python39:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python310:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python311:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python312:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python313:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- python314:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- py39cassandra:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- py39gevent_starlette:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- py312aws:
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/
- final_job:
requires:
- python38
Expand All @@ -373,3 +433,9 @@ workflows:
- py39cassandra
- py39gevent_starlette
- py312aws
filters:
branches:
only: /.*/
ignore: []
tags:
only: /.*/

0 comments on commit 53703d1

Please sign in to comment.