Skip to content

Commit a67cb4f

Browse files
committed
fix matrix
1 parent 60a13b7 commit a67cb4f

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ buildvariants:
307307
# Encryption tests
308308
- name: encryption-rhel8-py3.9
309309
tasks:
310-
- name: .shared_cluster .auth .ssl
310+
- name: .sharded_cluster .auth .ssl
311311
- name: .replica_set .noauth .ssl
312312
- name: .standalone .noauth .nossl
313313
display_name: Encryption RHEL8 py3.9
@@ -320,7 +320,7 @@ buildvariants:
320320
tags: [encryption_tag]
321321
- name: encryption-rhel8-py3.13
322322
tasks:
323-
- name: .shared_cluster .auth .ssl
323+
- name: .sharded_cluster .auth .ssl
324324
- name: .replica_set .noauth .ssl
325325
- name: .standalone .noauth .nossl
326326
display_name: Encryption RHEL8 py3.13
@@ -333,7 +333,7 @@ buildvariants:
333333
tags: [encryption_tag]
334334
- name: encryption-rhel8-pypy3.10
335335
tasks:
336-
- name: .shared_cluster .auth .ssl
336+
- name: .sharded_cluster .auth .ssl
337337
- name: .replica_set .noauth .ssl
338338
- name: .standalone .noauth .nossl
339339
display_name: Encryption RHEL8 pypy3.10
@@ -346,7 +346,7 @@ buildvariants:
346346
tags: [encryption_tag]
347347
- name: encryption-crypt_shared-rhel8-py3.9
348348
tasks:
349-
- name: .shared_cluster .auth .ssl
349+
- name: .sharded_cluster .auth .ssl
350350
- name: .replica_set .noauth .ssl
351351
- name: .standalone .noauth .nossl
352352
display_name: Encryption crypt_shared RHEL8 py3.9
@@ -360,7 +360,7 @@ buildvariants:
360360
tags: [encryption_tag]
361361
- name: encryption-crypt_shared-rhel8-py3.13
362362
tasks:
363-
- name: .shared_cluster .auth .ssl
363+
- name: .sharded_cluster .auth .ssl
364364
- name: .replica_set .noauth .ssl
365365
- name: .standalone .noauth .nossl
366366
display_name: Encryption crypt_shared RHEL8 py3.13
@@ -374,7 +374,7 @@ buildvariants:
374374
tags: [encryption_tag]
375375
- name: encryption-crypt_shared-rhel8-pypy3.10
376376
tasks:
377-
- name: .shared_cluster .auth .ssl
377+
- name: .sharded_cluster .auth .ssl
378378
- name: .replica_set .noauth .ssl
379379
- name: .standalone .noauth .nossl
380380
display_name: Encryption crypt_shared RHEL8 pypy3.10
@@ -388,7 +388,7 @@ buildvariants:
388388
tags: [encryption_tag]
389389
- name: encryption-pyopenssl-rhel8-py3.9
390390
tasks:
391-
- name: .shared_cluster .auth .ssl
391+
- name: .sharded_cluster .auth .ssl
392392
- name: .replica_set .noauth .ssl
393393
- name: .standalone .noauth .nossl
394394
display_name: Encryption PyOpenSSL RHEL8 py3.9
@@ -402,7 +402,7 @@ buildvariants:
402402
tags: [encryption_tag]
403403
- name: encryption-pyopenssl-rhel8-py3.13
404404
tasks:
405-
- name: .shared_cluster .auth .ssl
405+
- name: .sharded_cluster .auth .ssl
406406
- name: .replica_set .noauth .ssl
407407
- name: .standalone .noauth .nossl
408408
display_name: Encryption PyOpenSSL RHEL8 py3.13
@@ -416,7 +416,7 @@ buildvariants:
416416
tags: [encryption_tag]
417417
- name: encryption-pyopenssl-rhel8-pypy3.10
418418
tasks:
419-
- name: .shared_cluster .auth .ssl
419+
- name: .sharded_cluster .auth .ssl
420420
- name: .replica_set .noauth .ssl
421421
- name: .standalone .noauth .nossl
422422
display_name: Encryption PyOpenSSL RHEL8 pypy3.10
@@ -430,7 +430,7 @@ buildvariants:
430430
tags: [encryption_tag]
431431
- name: encryption-rhel8-py3.10
432432
tasks:
433-
- name: .shared_cluster .auth .ssl
433+
- name: .sharded_cluster .auth .ssl
434434
display_name: Encryption RHEL8 py3.10
435435
run_on:
436436
- rhel87-small
@@ -459,7 +459,7 @@ buildvariants:
459459
PYTHON_BINARY: /opt/python/3.12/bin/python3
460460
- name: encryption-rhel8-pypy3.9
461461
tasks:
462-
- name: .shared_cluster .auth .ssl
462+
- name: .sharded_cluster .auth .ssl
463463
display_name: Encryption RHEL8 pypy3.9
464464
run_on:
465465
- rhel87-small
@@ -1246,7 +1246,7 @@ buildvariants:
12461246
tags: [coverage_tag]
12471247
- name: test-rhel8-py3.10
12481248
tasks:
1249-
- name: .shared_cluster .auth .ssl
1249+
- name: .sharded_cluster .auth .ssl
12501250
- name: .replica_set .noauth .ssl
12511251
- name: .standalone .noauth .nossl
12521252
display_name: Test RHEL8 py3.10
@@ -1257,7 +1257,7 @@ buildvariants:
12571257
PYTHON_BINARY: /opt/python/3.10/bin/python3
12581258
- name: test-rhel8-py3.11
12591259
tasks:
1260-
- name: .shared_cluster .auth .ssl
1260+
- name: .sharded_cluster .auth .ssl
12611261
- name: .replica_set .noauth .ssl
12621262
- name: .standalone .noauth .nossl
12631263
display_name: Test RHEL8 py3.11
@@ -1268,7 +1268,7 @@ buildvariants:
12681268
PYTHON_BINARY: /opt/python/3.11/bin/python3
12691269
- name: test-rhel8-py3.12
12701270
tasks:
1271-
- name: .shared_cluster .auth .ssl
1271+
- name: .sharded_cluster .auth .ssl
12721272
- name: .replica_set .noauth .ssl
12731273
- name: .standalone .noauth .nossl
12741274
display_name: Test RHEL8 py3.12
@@ -1279,7 +1279,7 @@ buildvariants:
12791279
PYTHON_BINARY: /opt/python/3.12/bin/python3
12801280
- name: test-rhel8-pypy3.9
12811281
tasks:
1282-
- name: .shared_cluster .auth .ssl
1282+
- name: .sharded_cluster .auth .ssl
12831283
- name: .replica_set .noauth .ssl
12841284
- name: .standalone .noauth .nossl
12851285
display_name: Test RHEL8 pypy3.9
@@ -1290,7 +1290,7 @@ buildvariants:
12901290
PYTHON_BINARY: /opt/python/pypy3.9/bin/python3
12911291
- name: test-macos-py3.9
12921292
tasks:
1293-
- name: .shared_cluster .auth .ssl
1293+
- name: .sharded_cluster .auth .ssl
12941294
- name: .replica_set .noauth .ssl
12951295
- name: .standalone .noauth .nossl
12961296
display_name: Test macOS py3.9
@@ -1301,7 +1301,7 @@ buildvariants:
13011301
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
13021302
- name: test-macos-py3.13
13031303
tasks:
1304-
- name: .shared_cluster .auth .ssl
1304+
- name: .sharded_cluster .auth .ssl
13051305
- name: .replica_set .noauth .ssl
13061306
- name: .standalone .noauth .nossl
13071307
display_name: Test macOS py3.13
@@ -1312,19 +1312,19 @@ buildvariants:
13121312
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
13131313
- name: test-macos-arm64-py3.9
13141314
tasks:
1315-
- name: .shared_cluster .auth .ssl .6.0
1315+
- name: .sharded_cluster .auth .ssl .6.0
13161316
- name: .replica_set .noauth .ssl .6.0
13171317
- name: .standalone .noauth .nossl .6.0
1318-
- name: .shared_cluster .auth .ssl .7.0
1318+
- name: .sharded_cluster .auth .ssl .7.0
13191319
- name: .replica_set .noauth .ssl .7.0
13201320
- name: .standalone .noauth .nossl .7.0
1321-
- name: .shared_cluster .auth .ssl .8.0
1321+
- name: .sharded_cluster .auth .ssl .8.0
13221322
- name: .replica_set .noauth .ssl .8.0
13231323
- name: .standalone .noauth .nossl .8.0
1324-
- name: .shared_cluster .auth .ssl .rapid
1324+
- name: .sharded_cluster .auth .ssl .rapid
13251325
- name: .replica_set .noauth .ssl .rapid
13261326
- name: .standalone .noauth .nossl .rapid
1327-
- name: .shared_cluster .auth .ssl .latest
1327+
- name: .sharded_cluster .auth .ssl .latest
13281328
- name: .replica_set .noauth .ssl .latest
13291329
- name: .standalone .noauth .nossl .latest
13301330
display_name: Test macOS Arm64 py3.9
@@ -1335,19 +1335,19 @@ buildvariants:
13351335
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
13361336
- name: test-macos-arm64-py3.13
13371337
tasks:
1338-
- name: .shared_cluster .auth .ssl .6.0
1338+
- name: .sharded_cluster .auth .ssl .6.0
13391339
- name: .replica_set .noauth .ssl .6.0
13401340
- name: .standalone .noauth .nossl .6.0
1341-
- name: .shared_cluster .auth .ssl .7.0
1341+
- name: .sharded_cluster .auth .ssl .7.0
13421342
- name: .replica_set .noauth .ssl .7.0
13431343
- name: .standalone .noauth .nossl .7.0
1344-
- name: .shared_cluster .auth .ssl .8.0
1344+
- name: .sharded_cluster .auth .ssl .8.0
13451345
- name: .replica_set .noauth .ssl .8.0
13461346
- name: .standalone .noauth .nossl .8.0
1347-
- name: .shared_cluster .auth .ssl .rapid
1347+
- name: .sharded_cluster .auth .ssl .rapid
13481348
- name: .replica_set .noauth .ssl .rapid
13491349
- name: .standalone .noauth .nossl .rapid
1350-
- name: .shared_cluster .auth .ssl .latest
1350+
- name: .sharded_cluster .auth .ssl .latest
13511351
- name: .replica_set .noauth .ssl .latest
13521352
- name: .standalone .noauth .nossl .latest
13531353
display_name: Test macOS Arm64 py3.13
@@ -1358,7 +1358,7 @@ buildvariants:
13581358
PYTHON_BINARY: /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
13591359
- name: test-win64-py3.9
13601360
tasks:
1361-
- name: .shared_cluster .auth .ssl
1361+
- name: .sharded_cluster .auth .ssl
13621362
- name: .replica_set .noauth .ssl
13631363
- name: .standalone .noauth .nossl
13641364
display_name: Test Win64 py3.9
@@ -1369,7 +1369,7 @@ buildvariants:
13691369
PYTHON_BINARY: C:/python/Python39/python.exe
13701370
- name: test-win64-py3.13
13711371
tasks:
1372-
- name: .shared_cluster .auth .ssl
1372+
- name: .sharded_cluster .auth .ssl
13731373
- name: .replica_set .noauth .ssl
13741374
- name: .standalone .noauth .nossl
13751375
display_name: Test Win64 py3.13
@@ -1380,7 +1380,7 @@ buildvariants:
13801380
PYTHON_BINARY: C:/python/Python313/python.exe
13811381
- name: test-win32-py3.9
13821382
tasks:
1383-
- name: .shared_cluster .auth .ssl
1383+
- name: .sharded_cluster .auth .ssl
13841384
- name: .replica_set .noauth .ssl
13851385
- name: .standalone .noauth .nossl
13861386
display_name: Test Win32 py3.9
@@ -1391,7 +1391,7 @@ buildvariants:
13911391
PYTHON_BINARY: C:/python/32/Python39/python.exe
13921392
- name: test-win32-py3.13
13931393
tasks:
1394-
- name: .shared_cluster .auth .ssl
1394+
- name: .sharded_cluster .auth .ssl
13951395
- name: .replica_set .noauth .ssl
13961396
- name: .standalone .noauth .nossl
13971397
display_name: Test Win32 py3.13

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
C_EXTS = ["with_ext", "without_ext"]
3838
# By default test each of the topologies with a subset of auth/ssl.
3939
SUB_TASKS = [
40-
".shared_cluster .auth .ssl",
40+
".sharded_cluster .auth .ssl",
4141
".replica_set .noauth .ssl",
4242
".standalone .noauth .nossl",
4343
]

0 commit comments

Comments
 (0)