6
6
params :
7
7
- name : revision
8
8
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
21
9
- name : py-312-imageDigest
22
10
type : string
23
11
default : public.ecr.aws/docker/library/python:3.12-bookworm
24
12
- name : py-313-imageDigest
25
13
type : string
26
14
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
30
15
workspaces :
31
16
- name : python-tracer-ci-pipeline-pvc
32
17
tasks :
48
33
params :
49
34
- name : imageDigest
50
35
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)
56
36
- $(params.py-313-imageDigest)
57
- # - $(params.py-314-imageDigest)
58
37
taskRef :
59
38
name : python-tracer-unittest-default-task
60
39
workspaces :
82
61
workspaces :
83
62
- name : task-pvc
84
63
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
96
64
- name : unittest-kafka
97
65
runAfter :
98
66
- clone
@@ -104,15 +72,3 @@ spec:
104
72
workspaces :
105
73
- name : task-pvc
106
74
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