Skip to content

Commit

Permalink
ci: Add support to test Python 3.12.9 and 3.13.2.
Browse files Browse the repository at this point in the history
Signed-off-by: Paulo Vital <[email protected]>
  • Loading branch information
pvital committed Feb 10, 2025
1 parent e53540f commit 202f144
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .tekton/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ spec:
- "sha256:3ba2e48b887586835af6a0c35fc6fc6086fb4881e963082330ab0a35f3f42c16"
# public.ecr.aws/docker/library/python:3.11.11-bookworm
- "sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c"
# public.ecr.aws/docker/library/python:3.12.8-bookworm
- "sha256:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371"
# public.ecr.aws/docker/library/python:3.13.1-bookworm
- "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b"
# public.ecr.aws/docker/library/python:3.12.9-bookworm
- "sha256:ae24158f83adcb3ec1dead14356e6debc9f3125167624408d95338faacc5cce3"
# public.ecr.aws/docker/library/python:3.13.2-bookworm
- "sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f"
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
- "sha256:2b6ff3e4a96f18b7c6a5384cb1c623eec35b93b722da3c4470112435deeca590"
taskRef:
Expand Down Expand Up @@ -80,8 +80,8 @@ spec:
params:
- name: imageDigest
value:
# public.ecr.aws/docker/library/python:3.12.8-bookworm
- "sha256:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371"
# public.ecr.aws/docker/library/python:3.12.9-bookworm
- "sha256:ae24158f83adcb3ec1dead14356e6debc9f3125167624408d95338faacc5cce3"
taskRef:
name: python-tracer-unittest-aws-task
workspaces:
Expand Down
8 changes: 4 additions & 4 deletions .tekton/python-tracer-prepuller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ spec:
image: public.ecr.aws/docker/library/python@sha256:2c80c66d876952e04fa74113864903198b7cfb36b839acb7a8fef82e94ed067c
command: ["sh", "-c", "'true'"]
- name: prepuller-312
# public.ecr.aws/docker/library/python:3.12.8-bookworm
image: public.ecr.aws/docker/library/python@sha256:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371
# public.ecr.aws/docker/library/python:3.12.9-bookworm
image: public.ecr.aws/docker/library/python@sha256:ae24158f83adcb3ec1dead14356e6debc9f3125167624408d95338faacc5cce3
command: ["sh", "-c", "'true'"]
- name: prepuller-313
# public.ecr.aws/docker/library/python:3.13.1-bookworm
image: public.ecr.aws/docker/library/python@sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b
# public.ecr.aws/docker/library/python:3.13.2-bookworm
image: public.ecr.aws/docker/library/python@sha256:90a15cf04e17111d514958f3b17186f2e239546f75530b1e301059f0b70de41f
command: ["sh", "-c", "'true'"]
- name: prepuller-314
# public.ecr.aws/docker/library/python:3.14.0a4-bookworm
Expand Down

0 comments on commit 202f144

Please sign in to comment.