Skip to content

Commit c068a1f

Browse files
committed
PYTHON-5372 Convert Remaining Variants to Use Common Tasks
1 parent cfa5a1f commit c068a1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ buildvariants:
356356
- ubuntu2204-small
357357
expansions:
358358
MOD_WSGI_VERSION: "4"
359-
TEST_NAME: mode_wsgi
359+
TEST_NAME: mod_wsgi
360360
SUB_TEST_NAME: standalone
361361
- name: mod_wsgi-embedded-mode-ubuntu-22
362362
tasks:
@@ -367,7 +367,7 @@ buildvariants:
367367
- ubuntu2204-small
368368
expansions:
369369
MOD_WSGI_VERSION: "4"
370-
TEST_NAME: mode_wsgi
370+
TEST_NAME: mod_wsgi
371371
SUB_TEST_NAME: embedded
372372

373373
# No c ext tests

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def create_mod_wsgi_variants():
337337
variants = []
338338
for test_type in ["standalone", "embedded-mode"]:
339339
expansions = dict(
340-
MOD_WSGI_VERSION="4", TEST_NAME="mode_wsgi", SUB_TEST_NAME=test_type.split("-")[0]
340+
MOD_WSGI_VERSION="4", TEST_NAME="mod_wsgi", SUB_TEST_NAME=test_type.split("-")[0]
341341
)
342342
display_name = get_variant_name(f"mod_wsgi {test_type}", host)
343343
variants.append(

0 commit comments

Comments
 (0)