Skip to content

Commit 4663e37

Browse files
committed
ci: Update Tekton PR pipeline.
Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
1 parent 65e106e commit 4663e37

2 files changed

Lines changed: 25 additions & 2 deletions

File tree

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ spec:
88
type: string
99
- name: git-commit-sha
1010
type: string
11+
- name: py-38-imageDigest
12+
type: string
13+
default: public.ecr.aws/docker/library/python:3.8-bookworm
14+
- name: py-39-imageDigest
15+
type: string
16+
default: public.ecr.aws/docker/library/python:3.9-bookworm
17+
- name: py-310-imageDigest
18+
type: string
19+
default: public.ecr.aws/docker/library/python:3.10-bookworm
20+
- name: py-311-imageDigest
21+
type: string
22+
default: public.ecr.aws/docker/library/python:3.11-bookworm
23+
- name: py-312-imageDigest
24+
type: string
25+
default: public.ecr.aws/docker/library/python:3.12-bookworm
26+
- name: py-313-imageDigest
27+
type: string
28+
default: public.ecr.aws/docker/library/python:3.13-bookworm
29+
- name: py-314-imageDigest
30+
type: string
31+
default: public.ecr.aws/docker/library/python:3.14.0rc2
1132
workspaces:
1233
- name: python-tracer-ci-pipeline-pvc
1334
tasks:
@@ -28,6 +49,9 @@ spec:
2849
- unittest-default
2950
- unittest-cassandra
3051
- unittest-gevent-starlette
52+
- unittest-aws
53+
- unittest-kafka
54+
- unittest-python-next
3155
taskRef:
3256
kind: Task
3357
name: github-set-status

.tekton/github-set-status-task.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ spec:
1414
secretName: githubtoken
1515
steps:
1616
- name: set-status
17-
# quay.io/curl/curl:8.11.0
18-
image: quay.io/curl/curl@sha256:b90c4281fe1a4c6cc2b6a665c531d448bba078d75ffa98187e7d7e530fca5209
17+
image: quay.io/curl/curl:latest
1918
env:
2019
- name: SHA
2120
value: $(params.SHA)

0 commit comments

Comments
 (0)