Skip to content

Commit d0ed178

Browse files
committed
ci: Add support to test Python 3.14.0rc3.
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent c28a94e commit d0ed178

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.tekton/github-pr-pipeline.yaml.part

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
default: public.ecr.aws/docker/library/python:3.13-bookworm
2929
- name: py-314-imageDigest
3030
type: string
31-
default: public.ecr.aws/docker/library/python:3.14.0rc2
31+
default: public.ecr.aws/docker/library/python:3.14.0rc3
3232
workspaces:
3333
- name: python-tracer-ci-pipeline-pvc
3434
tasks:

.tekton/pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
default: public.ecr.aws/docker/library/python:3.13-bookworm
2727
- name: py-314-imageDigest
2828
type: string
29-
default: public.ecr.aws/docker/library/python:3.14.0rc2
29+
default: public.ecr.aws/docker/library/python:3.14.0rc3
3030
workspaces:
3131
- name: python-tracer-ci-pipeline-pvc
3232
tasks:
@@ -110,7 +110,7 @@ spec:
110110
- clone
111111
params:
112112
- name: py-version
113-
value: 3.14.0rc2
113+
value: 3.14.0rc3
114114
taskRef:
115115
name: python-tracer-unittest-python-next-task
116116
workspaces:

.tekton/python-tracer-prepuller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ spec:
5959
image: public.ecr.aws/docker/library/python:3.13-bookworm
6060
command: ["sh", "-c", "'true'"]
6161
- name: prepuller-314
62-
image: public.ecr.aws/docker/library/python:3.14.0rc2
62+
image: public.ecr.aws/docker/library/python:3.14.0rc3
6363
command: ["sh", "-c", "'true'"]
6464

6565
# Use the pause container to ensure the Pod goes into a `Running` phase

Dockerfile-py3140

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.14.0b2
1+
FROM public.ecr.aws/docker/library/python:3.14.0rc3
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)