@@ -46,120 +46,15 @@ jobs:
46
46
47
47
- job : Linux
48
48
pool :
49
- # https://github.com/actions/runner-images/blob/main/images/linux/Ubuntu2004 -Readme.md
49
+ # https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404 -Readme.md
50
50
vmImage : ubuntu-20.04
51
51
steps :
52
52
- template : azure-pipelines-steps.yml
53
53
strategy :
54
54
matrix :
55
- Mito_27_centos6 :
56
- tox.env : py27-mode_mitogen-distro_centos6
57
- Mito_27_centos7 :
58
- tox.env : py27-mode_mitogen-distro_centos7
59
- Mito_27_centos8 :
60
- tox.env : py27-mode_mitogen-distro_centos8
61
- Mito_27_debian9 :
62
- tox.env : py27-mode_mitogen-distro_debian9
63
- Mito_27_debian10 :
64
- tox.env : py27-mode_mitogen-distro_debian10
65
- Mito_27_debian11 :
66
- tox.env : py27-mode_mitogen-distro_debian11
67
- Mito_27_ubuntu1604 :
68
- tox.env : py27-mode_mitogen-distro_ubuntu1604
69
- Mito_27_ubuntu1804 :
70
- tox.env : py27-mode_mitogen-distro_ubuntu1804
71
- Mito_27_ubuntu2004 :
72
- tox.env : py27-mode_mitogen-distro_ubuntu2004
73
-
74
- Mito_36_centos6 :
75
- python.version : ' 3.6'
76
- tox.env : py36-mode_mitogen-distro_centos6
77
- Mito_36_centos7 :
78
- python.version : ' 3.6'
79
- tox.env : py36-mode_mitogen-distro_centos7
80
- Mito_36_centos8 :
81
- python.version : ' 3.6'
82
- tox.env : py36-mode_mitogen-distro_centos8
83
- Mito_36_debian9 :
84
- python.version : ' 3.6'
85
- tox.env : py36-mode_mitogen-distro_debian9
86
- Mito_36_debian10 :
87
- python.version : ' 3.6'
88
- tox.env : py36-mode_mitogen-distro_debian10
89
- Mito_36_debian11 :
90
- python.version : ' 3.6'
91
- tox.env : py36-mode_mitogen-distro_debian11
92
- Mito_36_ubuntu1604 :
93
- python.version : ' 3.6'
94
- tox.env : py36-mode_mitogen-distro_ubuntu1604
95
- Mito_36_ubuntu1804 :
96
- python.version : ' 3.6'
97
- tox.env : py36-mode_mitogen-distro_ubuntu1804
98
- Mito_36_ubuntu2004 :
99
- python.version : ' 3.6'
100
- tox.env : py36-mode_mitogen-distro_ubuntu2004
101
-
102
- Mito_312_centos6 :
103
- python.version : ' 3.12'
104
- tox.env : py312-mode_mitogen-distro_centos6
105
- Mito_312_centos7 :
106
- python.version : ' 3.12'
107
- tox.env : py312-mode_mitogen-distro_centos7
108
- Mito_312_centos8 :
109
- python.version : ' 3.12'
110
- tox.env : py312-mode_mitogen-distro_centos8
111
- Mito_312_debian9 :
112
- python.version : ' 3.12'
113
- tox.env : py312-mode_mitogen-distro_debian9
114
- Mito_312_debian10 :
115
- python.version : ' 3.12'
116
- tox.env : py312-mode_mitogen-distro_debian10
117
- Mito_312_debian11 :
118
- python.version : ' 3.12'
119
- tox.env : py312-mode_mitogen-distro_debian11
120
- Mito_312_ubuntu1604 :
121
- python.version : ' 3.12'
122
- tox.env : py312-mode_mitogen-distro_ubuntu1604
123
- Mito_312_ubuntu1804 :
124
- python.version : ' 3.12'
125
- tox.env : py312-mode_mitogen-distro_ubuntu1804
126
- Mito_312_ubuntu2004 :
127
- python.version : ' 3.12'
128
- tox.env : py312-mode_mitogen-distro_ubuntu2004
129
-
130
- Ans_27_210 :
131
- tox.env : py27-mode_ansible-ansible2.10
132
- Ans_27_4 :
133
- tox.env : py27-mode_ansible-ansible4
134
-
135
- Ans_36_210 :
136
- python.version : ' 3.6'
137
- tox.env : py36-mode_ansible-ansible2.10
138
- Ans_36_4 :
139
- python.version : ' 3.6'
140
- tox.env : py36-mode_ansible-ansible4
141
-
142
- Ans_311_210 :
143
- python.version : ' 3.11'
144
- tox.env : py311-mode_ansible-ansible2.10
145
- Ans_311_3 :
146
- python.version : ' 3.11'
147
- tox.env : py311-mode_ansible-ansible3
148
- Ans_311_4 :
149
- python.version : ' 3.11'
150
- tox.env : py311-mode_ansible-ansible4
151
- Ans_311_5 :
152
- python.version : ' 3.11'
153
- tox.env : py311-mode_ansible-ansible5
154
- Ans_312_6 :
155
- python.version : ' 3.12'
156
- tox.env : py312-mode_ansible-ansible6
157
- Ans_312_7 :
158
- python.version : ' 3.12'
159
- tox.env : py312-mode_ansible-ansible7
160
- Ans_312_8 :
161
- python.version : ' 3.12'
162
- tox.env : py312-mode_ansible-ansible8
163
55
Ans_312_9 :
164
56
python.version : ' 3.12'
165
57
tox.env : py312-mode_ansible-ansible9
58
+ Van_312_9 :
59
+ python.version : ' 3.12'
60
+ tox.env : py312-mode_ansible-ansible9-strategy_linear
0 commit comments