66 params :
77 - name : revision
88 type : string
9- - name : py-38-imageDigest
10- type : string
11- default : public.ecr.aws/docker/library/python:3.8-bookworm
12- - name : py-39-imageDigest
13- type : string
14- default : public.ecr.aws/docker/library/python:3.9-bookworm
15- - name : py-310-imageDigest
16- type : string
17- default : public.ecr.aws/docker/library/python:3.10-bookworm
18- - name : py-311-imageDigest
19- type : string
20- default : public.ecr.aws/docker/library/python:3.11-bookworm
219 - name : py-312-imageDigest
2210 type : string
2311 default : public.ecr.aws/docker/library/python:3.12-bookworm
2412 - name : py-313-imageDigest
2513 type : string
2614 default : public.ecr.aws/docker/library/python:3.13-bookworm
27- - name : py-314-imageDigest
28- type : string
29- default : public.ecr.aws/docker/library/python:3.14.0rc3
3015 workspaces :
3116 - name : python-tracer-ci-pipeline-pvc
3217 tasks :
4833 params :
4934 - name : imageDigest
5035 value :
51- - $(params.py-38-imageDigest)
52- - $(params.py-39-imageDigest)
53- - $(params.py-310-imageDigest)
54- - $(params.py-311-imageDigest)
55- - $(params.py-312-imageDigest)
5636 - $(params.py-313-imageDigest)
57- # - $(params.py-314-imageDigest)
5837 taskRef :
5938 name : python-tracer-unittest-default-task
6039 workspaces :
8261 workspaces :
8362 - name : task-pvc
8463 workspace : python-tracer-ci-pipeline-pvc
85- - name : unittest-aws
86- runAfter :
87- - clone
88- params :
89- - name : imageDigest
90- value : $(params.py-313-imageDigest)
91- taskRef :
92- name : python-tracer-unittest-aws-task
93- workspaces :
94- - name : task-pvc
95- workspace : python-tracer-ci-pipeline-pvc
9664 - name : unittest-kafka
9765 runAfter :
9866 - clone
@@ -104,15 +72,3 @@ spec:
10472 workspaces :
10573 - name : task-pvc
10674 workspace : python-tracer-ci-pipeline-pvc
107- - name : unittest-python-next
108- displayName : " Python next $(params.imageDigest)"
109- runAfter :
110- - clone
111- params :
112- - name : py-version
113- value : 3.14.0rc3
114- taskRef :
115- name : python-tracer-unittest-python-next-task
116- workspaces :
117- - name : task-pvc
118- workspace : python-tracer-ci-pipeline-pvc
0 commit comments