@@ -86,7 +86,7 @@ def get_workers(settings):
8686 name = "cstratak-RHEL8-x86_64" ,
8787 tags = ['linux' , 'unix' , 'rhel' , 'amd64' , 'x86-64' ],
8888 parallel_tests = 10 ,
89- branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
89+ branches = ['3.10' , '3.11' , '3.12' ],
9090 ),
9191 cpw (
9292 name = "cstratak-RHEL8-fips-x86_64" ,
@@ -105,7 +105,7 @@ def get_workers(settings):
105105 tags = ['linux' , 'unix' , 'rhel' , 'amd64' , 'x86-64' , 'fips' ],
106106 parallel_tests = 6 ,
107107 # Only 3.12+ for FIPS builder
108- not_branches = ["3.9" , "3. 10" , "3.11" ],
108+ not_branches = ["3.10" , "3.11" ],
109109 ),
110110 cpw (
111111 name = "cstratak-fedora-rawhide-ppc64le" ,
@@ -121,7 +121,7 @@ def get_workers(settings):
121121 name = "cstratak-RHEL8-ppc64le" ,
122122 tags = ['linux' , 'unix' , 'rhel' , 'ppc64le' ],
123123 parallel_tests = 10 ,
124- branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
124+ branches = ['3.10' , '3.11' , '3.12' ],
125125 ),
126126 cpw (
127127 name = "cstratak-CentOS9-ppc64le" ,
@@ -142,7 +142,7 @@ def get_workers(settings):
142142 name = "cstratak-RHEL8-aarch64" ,
143143 tags = ['linux' , 'unix' , 'rhel' , 'arm' , 'arm64' , 'aarch64' ],
144144 parallel_tests = 40 ,
145- branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
145+ branches = ['3.10' , '3.11' , '3.12' ],
146146 ),
147147 cpw (
148148 name = "cstratak-CentOS9-aarch64" ,
@@ -152,7 +152,7 @@ def get_workers(settings):
152152 cpw (
153153 name = "diegorusso-aarch64-bigmem" ,
154154 tags = ['linux' , 'unix' , 'ubuntu' , 'arm' , 'arm64' , 'aarch64' , 'bigmem' ],
155- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' , '3.13' , '3.14' ],
155+ not_branches = ['3.10' , '3.11' , '3.12' , '3.13' , '3.14' ],
156156 parallel_tests = 8 ,
157157 ),
158158 cpw (
@@ -169,7 +169,7 @@ def get_workers(settings):
169169 name = "cstratak-rhel8-s390x" ,
170170 tags = ['linux' , 'unix' , 'rhel' , 's390x' ],
171171 parallel_tests = 10 ,
172- branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
172+ branches = ['3.10' , '3.11' , '3.12' ],
173173 ),
174174 cpw (
175175 name = "cstratak-rhel9-s390x" ,
@@ -193,7 +193,7 @@ def get_workers(settings):
193193 'aarch64' , 'arm' ],
194194 parallel_tests = 4 ,
195195 # Tests fail with latin1 encoding on 3.12, probably earlier
196- not_branches = ['3.12' , '3.11' , '3.10' , '3.9' ]
196+ not_branches = ['3.12' , '3.11' , '3.10' ]
197197 ),
198198 cpw (
199199 name = "savannah-raspbian" ,
@@ -227,7 +227,7 @@ def get_workers(settings):
227227 cpw (
228228 name = "ware-alpine" ,
229229 tags = ['linux' , 'unix' , 'alpine' , 'docker' , 'amd64' , 'x86-64' , 'musl' ],
230- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' , '3.13' ],
230+ not_branches = ['3.10' , '3.11' , '3.12' , '3.13' ],
231231 ),
232232 cpw (
233233 name = "ware-freebsd" ,
@@ -262,77 +262,77 @@ def get_workers(settings):
262262 cpw (
263263 name = "bcannon-wasi" ,
264264 tags = ['wasm' , 'wasi' ],
265- not_branches = ['3.9' , '3. 10' ],
265+ not_branches = ['3.10' ],
266266 parallel_tests = 2 ,
267267 parallel_builders = 2 ,
268268 ),
269269 cpw (
270270 name = "ambv-bb-win11" ,
271271 tags = ['windows' , 'win11' , 'amd64' , 'x86-64' , 'bigmem' ],
272- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' , '3.13' ],
272+ not_branches = ['3.10' , '3.11' , '3.12' , '3.13' ],
273273 parallel_tests = 4 ,
274274 ),
275275 cpw (
276276 name = "itamaro-centos-aws" ,
277277 tags = ['linux' , 'unix' , 'rhel' , 'amd64' , 'x86-64' ],
278- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
278+ not_branches = ['3.10' , '3.11' , '3.12' ],
279279 parallel_tests = 10 ,
280280 parallel_builders = 2 ,
281281 ),
282282 cpw (
283283 name = "itamaro-win64-srv-22-aws" ,
284284 tags = ['windows' , 'win-srv-22' , 'amd64' , 'x86-64' ],
285- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
285+ not_branches = ['3.10' , '3.11' , '3.12' ],
286286 parallel_tests = 10 ,
287287 parallel_builders = 2 ,
288288 ),
289289 cpw (
290290 name = "itamaro-macos-intel-aws" ,
291291 tags = ['macOS' , 'unix' , 'amd64' , 'x86-64' ],
292- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
292+ not_branches = ['3.10' , '3.11' , '3.12' ],
293293 parallel_tests = 10 ,
294294 ),
295295 cpw (
296296 name = "itamaro-macos-arm64-aws" ,
297297 tags = ['macOS' , 'unix' , 'arm' , 'arm64' ],
298- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
298+ not_branches = ['3.10' , '3.11' , '3.12' ],
299299 parallel_tests = 10 ,
300300 ),
301301 cpw (
302302 name = "kushaldas-wasi" ,
303303 tags = ['wasm' , 'wasi' ],
304- not_branches = ['3.9' , '3. 10' ],
304+ not_branches = ['3.10' ],
305305 parallel_tests = 4 ,
306306 parallel_builders = 2 ,
307307 ),
308308 cpw (
309309 name = "onder-riscv64" ,
310310 tags = ['linux' , 'unix' , 'ubuntu' , 'riscv64' ],
311- not_branches = ['3.9' , '3. 10' ],
311+ not_branches = ['3.10' ],
312312 parallel_tests = 4 ,
313313 ),
314314 cpw (
315315 name = "rkm-arm64-ios-simulator" ,
316316 tags = ['iOS' ],
317- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
317+ not_branches = ['3.10' , '3.11' , '3.12' ],
318318 parallel_builders = 1 , # All builds use the same simulator
319319 ),
320320 cpw (
321321 name = "rkm-emscripten" ,
322322 tags = ['emscripten' ],
323- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' , '3.13' ],
323+ not_branches = ['3.10' , '3.11' , '3.12' , '3.13' ],
324324 parallel_builders = 4 ,
325325 ),
326326 cpw (
327327 name = "mhsmith-android-aarch64" ,
328328 tags = ['android' ],
329- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
329+ not_branches = ['3.10' , '3.11' , '3.12' ],
330330 parallel_builders = 1 , # All builds use the same emulator and app ID.
331331 ),
332332 cpw (
333333 name = "mhsmith-android-x86_64" ,
334334 tags = ['android' ],
335- not_branches = ['3.9' , '3. 10' , '3.11' , '3.12' ],
335+ not_branches = ['3.10' , '3.11' , '3.12' ],
336336 parallel_builders = 1 , # All builds use the same emulator and app ID.
337337 ),
338338 ]
0 commit comments