@@ -1289,44 +1289,16 @@ buildvariants:
1289
1289
SSL : ssl
1290
1290
PYTHON_BINARY : /opt/python/3.13/bin/python3
1291
1291
1292
- # Storage engine tests
1293
- - name : storage-inmemory-rhel8-py3.9
1294
- tasks :
1295
- - name : .standalone .noauth .nossl .4.0 .sync_async
1296
- - name : .standalone .noauth .nossl .4.4 .sync_async
1297
- - name : .standalone .noauth .nossl .5.0 .sync_async
1298
- - name : .standalone .noauth .nossl .6.0 .sync_async
1299
- - name : .standalone .noauth .nossl .7.0 .sync_async
1300
- - name : .standalone .noauth .nossl .8.0 .sync_async
1301
- - name : .standalone .noauth .nossl .rapid .sync_async
1302
- - name : .standalone .noauth .nossl .latest .sync_async
1303
- display_name : Storage InMemory RHEL8 py3.9
1304
- run_on :
1305
- - rhel87-small
1306
- expansions :
1307
- STORAGE_ENGINE : inmemory
1308
- PYTHON_BINARY : /opt/python/3.9/bin/python3
1309
- - name : storage-mmapv1-rhel8-py3.9
1310
- tasks :
1311
- - name : .standalone .4.0 .noauth .nossl .sync_async
1312
- - name : .replica_set .4.0 .noauth .nossl .sync_async
1313
- display_name : Storage MMAPv1 RHEL8 py3.9
1314
- run_on :
1315
- - rhel87-small
1316
- expansions :
1317
- STORAGE_ENGINE : mmapv1
1318
- PYTHON_BINARY : /opt/python/3.9/bin/python3
1319
-
1320
- # Versioned api tests
1321
- - name : versioned-api-require-v1-rhel8-py3.9-auth
1292
+ # Stable api tests
1293
+ - name : stable-api-require-v1-rhel8-py3.9-auth
1322
1294
tasks :
1323
1295
- name : .standalone .5.0 .noauth .nossl .sync_async
1324
1296
- name : .standalone .6.0 .noauth .nossl .sync_async
1325
1297
- name : .standalone .7.0 .noauth .nossl .sync_async
1326
1298
- name : .standalone .8.0 .noauth .nossl .sync_async
1327
1299
- name : .standalone .rapid .noauth .nossl .sync_async
1328
1300
- name : .standalone .latest .noauth .nossl .sync_async
1329
- display_name : Versioned API require v1 RHEL8 py3.9 Auth
1301
+ display_name : Stable API require v1 RHEL8 py3.9 Auth
1330
1302
run_on :
1331
1303
- rhel87-small
1332
1304
expansions :
@@ -1335,31 +1307,31 @@ buildvariants:
1335
1307
MONGODB_API_VERSION : " 1"
1336
1308
PYTHON_BINARY : /opt/python/3.9/bin/python3
1337
1309
tags : [versionedApi_tag]
1338
- - name : versioned -api-accept-v2-rhel8-py3.9-auth
1310
+ - name : stable -api-accept-v2-rhel8-py3.9-auth
1339
1311
tasks :
1340
1312
- name : .standalone .5.0 .noauth .nossl .sync_async
1341
1313
- name : .standalone .6.0 .noauth .nossl .sync_async
1342
1314
- name : .standalone .7.0 .noauth .nossl .sync_async
1343
1315
- name : .standalone .8.0 .noauth .nossl .sync_async
1344
1316
- name : .standalone .rapid .noauth .nossl .sync_async
1345
1317
- name : .standalone .latest .noauth .nossl .sync_async
1346
- display_name : Versioned API accept v2 RHEL8 py3.9 Auth
1318
+ display_name : Stable API accept v2 RHEL8 py3.9 Auth
1347
1319
run_on :
1348
1320
- rhel87-small
1349
1321
expansions :
1350
1322
AUTH : auth
1351
1323
ORCHESTRATION_FILE : versioned-api-testing.json
1352
1324
PYTHON_BINARY : /opt/python/3.9/bin/python3
1353
1325
tags : [versionedApi_tag]
1354
- - name : versioned -api-require-v1-rhel8-py3.13-auth
1326
+ - name : stable -api-require-v1-rhel8-py3.13-auth
1355
1327
tasks :
1356
1328
- name : .standalone .5.0 .noauth .nossl .sync_async
1357
1329
- name : .standalone .6.0 .noauth .nossl .sync_async
1358
1330
- name : .standalone .7.0 .noauth .nossl .sync_async
1359
1331
- name : .standalone .8.0 .noauth .nossl .sync_async
1360
1332
- name : .standalone .rapid .noauth .nossl .sync_async
1361
1333
- name : .standalone .latest .noauth .nossl .sync_async
1362
- display_name : Versioned API require v1 RHEL8 py3.13 Auth
1334
+ display_name : Stable API require v1 RHEL8 py3.13 Auth
1363
1335
run_on :
1364
1336
- rhel87-small
1365
1337
expansions :
@@ -1368,19 +1340,47 @@ buildvariants:
1368
1340
MONGODB_API_VERSION : " 1"
1369
1341
PYTHON_BINARY : /opt/python/3.13/bin/python3
1370
1342
tags : [versionedApi_tag]
1371
- - name : versioned -api-accept-v2-rhel8-py3.13-auth
1343
+ - name : stable -api-accept-v2-rhel8-py3.13-auth
1372
1344
tasks :
1373
1345
- name : .standalone .5.0 .noauth .nossl .sync_async
1374
1346
- name : .standalone .6.0 .noauth .nossl .sync_async
1375
1347
- name : .standalone .7.0 .noauth .nossl .sync_async
1376
1348
- name : .standalone .8.0 .noauth .nossl .sync_async
1377
1349
- name : .standalone .rapid .noauth .nossl .sync_async
1378
1350
- name : .standalone .latest .noauth .nossl .sync_async
1379
- display_name : Versioned API accept v2 RHEL8 py3.13 Auth
1351
+ display_name : Stable API accept v2 RHEL8 py3.13 Auth
1380
1352
run_on :
1381
1353
- rhel87-small
1382
1354
expansions :
1383
1355
AUTH : auth
1384
1356
ORCHESTRATION_FILE : versioned-api-testing.json
1385
1357
PYTHON_BINARY : /opt/python/3.13/bin/python3
1386
1358
tags : [versionedApi_tag]
1359
+
1360
+ # Storage engine tests
1361
+ - name : storage-inmemory-rhel8-py3.9
1362
+ tasks :
1363
+ - name : .standalone .noauth .nossl .4.0 .sync_async
1364
+ - name : .standalone .noauth .nossl .4.4 .sync_async
1365
+ - name : .standalone .noauth .nossl .5.0 .sync_async
1366
+ - name : .standalone .noauth .nossl .6.0 .sync_async
1367
+ - name : .standalone .noauth .nossl .7.0 .sync_async
1368
+ - name : .standalone .noauth .nossl .8.0 .sync_async
1369
+ - name : .standalone .noauth .nossl .rapid .sync_async
1370
+ - name : .standalone .noauth .nossl .latest .sync_async
1371
+ display_name : Storage InMemory RHEL8 py3.9
1372
+ run_on :
1373
+ - rhel87-small
1374
+ expansions :
1375
+ STORAGE_ENGINE : inmemory
1376
+ PYTHON_BINARY : /opt/python/3.9/bin/python3
1377
+ - name : storage-mmapv1-rhel8-py3.9
1378
+ tasks :
1379
+ - name : .standalone .4.0 .noauth .nossl .sync_async
1380
+ - name : .replica_set .4.0 .noauth .nossl .sync_async
1381
+ display_name : Storage MMAPv1 RHEL8 py3.9
1382
+ run_on :
1383
+ - rhel87-small
1384
+ expansions :
1385
+ STORAGE_ENGINE : mmapv1
1386
+ PYTHON_BINARY : /opt/python/3.9/bin/python3
0 commit comments