File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
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
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments