Skip to content

Commit 82b0a5e

Browse files
committed
fix display name
1 parent f7e5dc6 commit 82b0a5e

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,44 +1289,16 @@ buildvariants:
12891289
SSL: ssl
12901290
PYTHON_BINARY: /opt/python/3.13/bin/python3
12911291

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
13221294
tasks:
13231295
- name: .standalone .5.0 .noauth .nossl .sync_async
13241296
- name: .standalone .6.0 .noauth .nossl .sync_async
13251297
- name: .standalone .7.0 .noauth .nossl .sync_async
13261298
- name: .standalone .8.0 .noauth .nossl .sync_async
13271299
- name: .standalone .rapid .noauth .nossl .sync_async
13281300
- 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
13301302
run_on:
13311303
- rhel87-small
13321304
expansions:
@@ -1335,31 +1307,31 @@ buildvariants:
13351307
MONGODB_API_VERSION: "1"
13361308
PYTHON_BINARY: /opt/python/3.9/bin/python3
13371309
tags: [versionedApi_tag]
1338-
- name: versioned-api-accept-v2-rhel8-py3.9-auth
1310+
- name: stable-api-accept-v2-rhel8-py3.9-auth
13391311
tasks:
13401312
- name: .standalone .5.0 .noauth .nossl .sync_async
13411313
- name: .standalone .6.0 .noauth .nossl .sync_async
13421314
- name: .standalone .7.0 .noauth .nossl .sync_async
13431315
- name: .standalone .8.0 .noauth .nossl .sync_async
13441316
- name: .standalone .rapid .noauth .nossl .sync_async
13451317
- 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
13471319
run_on:
13481320
- rhel87-small
13491321
expansions:
13501322
AUTH: auth
13511323
ORCHESTRATION_FILE: versioned-api-testing.json
13521324
PYTHON_BINARY: /opt/python/3.9/bin/python3
13531325
tags: [versionedApi_tag]
1354-
- name: versioned-api-require-v1-rhel8-py3.13-auth
1326+
- name: stable-api-require-v1-rhel8-py3.13-auth
13551327
tasks:
13561328
- name: .standalone .5.0 .noauth .nossl .sync_async
13571329
- name: .standalone .6.0 .noauth .nossl .sync_async
13581330
- name: .standalone .7.0 .noauth .nossl .sync_async
13591331
- name: .standalone .8.0 .noauth .nossl .sync_async
13601332
- name: .standalone .rapid .noauth .nossl .sync_async
13611333
- 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
13631335
run_on:
13641336
- rhel87-small
13651337
expansions:
@@ -1368,19 +1340,47 @@ buildvariants:
13681340
MONGODB_API_VERSION: "1"
13691341
PYTHON_BINARY: /opt/python/3.13/bin/python3
13701342
tags: [versionedApi_tag]
1371-
- name: versioned-api-accept-v2-rhel8-py3.13-auth
1343+
- name: stable-api-accept-v2-rhel8-py3.13-auth
13721344
tasks:
13731345
- name: .standalone .5.0 .noauth .nossl .sync_async
13741346
- name: .standalone .6.0 .noauth .nossl .sync_async
13751347
- name: .standalone .7.0 .noauth .nossl .sync_async
13761348
- name: .standalone .8.0 .noauth .nossl .sync_async
13771349
- name: .standalone .rapid .noauth .nossl .sync_async
13781350
- 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
13801352
run_on:
13811353
- rhel87-small
13821354
expansions:
13831355
AUTH: auth
13841356
ORCHESTRATION_FILE: versioned-api-testing.json
13851357
PYTHON_BINARY: /opt/python/3.13/bin/python3
13861358
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

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def create_storage_engine_variants():
491491
return variants
492492

493493

494-
def create_versioned_api_variants():
494+
def create_stable_api_variants():
495495
host = "rhel8"
496496
tags = ["versionedApi_tag"]
497497
tasks = [f".standalone .{v} .noauth .nossl .sync_async" for v in get_versions_from("5.0")]
@@ -513,7 +513,7 @@ def create_versioned_api_variants():
513513
# requireApiVersion, and don't automatically add apiVersion to
514514
# clients created in the test suite.
515515
expansions["ORCHESTRATION_FILE"] = "versioned-api-testing.json"
516-
base_display_name = f"Versioned API {test_type}"
516+
base_display_name = f"Stable API {test_type}"
517517
display_name = get_display_name(base_display_name, host, python=python, **expansions)
518518
variant = create_variant(
519519
tasks, display_name, host=host, python=python, tags=tags, expansions=expansions

0 commit comments

Comments
 (0)