From 6dccf40f913c07894e80c698957b33caa0cc02d9 Mon Sep 17 00:00:00 2001 From: Paulo Vital Date: Thu, 16 Jan 2025 09:02:23 -0300 Subject: [PATCH] ci: Add support to test Python 3.14.0a4. Signed-off-by: Paulo Vital --- .circleci/config.yml | 2 +- .tekton/pipeline.yaml | 4 ++-- .tekton/python-tracer-prepuller.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f0ac3a0..ac664ff0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -305,7 +305,7 @@ jobs: python314: docker: - - image: public.ecr.aws/docker/library/python:3.14.0a3 + - image: public.ecr.aws/docker/library/python:3.14.0a4 - image: public.ecr.aws/docker/library/postgres:16.2-bookworm environment: POSTGRES_USER: root diff --git a/.tekton/pipeline.yaml b/.tekton/pipeline.yaml index 48023959..9acdfbf3 100644 --- a/.tekton/pipeline.yaml +++ b/.tekton/pipeline.yaml @@ -38,8 +38,8 @@ spec: - "sha256:0fc7e6322b146c3fb01782d61412921b08f06439682105bc4e5c7f2dbfc56371" # public.ecr.aws/docker/library/python:3.13.1-bookworm - "sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b" - # public.ecr.aws/docker/library/python:3.14.0a3-bookworm - - "sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15" + # public.ecr.aws/docker/library/python:3.14.0a4-bookworm + - "sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956" taskRef: name: python-tracer-unittest-default-task workspaces: diff --git a/.tekton/python-tracer-prepuller.yaml b/.tekton/python-tracer-prepuller.yaml index f69fcf36..a6603cc3 100644 --- a/.tekton/python-tracer-prepuller.yaml +++ b/.tekton/python-tracer-prepuller.yaml @@ -70,8 +70,8 @@ spec: image: public.ecr.aws/docker/library/python@sha256:3b1b63f17c5197411ee572be110333dae4b9d6f2fbc4f84c790f644e791d356b command: ["sh", "-c", "'true'"] - name: prepuller-314 - # public.ecr.aws/docker/library/python:3.14.0a3-bookworm - image: public.ecr.aws/docker/library/python@sha256:9dbc6c516b0388d7ed1546ea0047ea9b4b2a7d5fef25eaf3c1f0e1479c1c2f15 + # public.ecr.aws/docker/library/python:3.14.0a4-bookworm + image: public.ecr.aws/docker/library/python@sha256:673113f17486ce8d5cd217f38502b15171164bbd3cb0a727a7de2664ad105956 command: ["sh", "-c", "'true'"] # Use the pause container to ensure the Pod goes into a `Running` phase