Skip to content

Commit cfa5a1f

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

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ buildvariants:
349349
# Mod wsgi tests
350350
- name: mod_wsgi-standalone-ubuntu-22
351351
tasks:
352-
- name: .test-non-standard .replica_set
353-
- name: .test-non-standard .standalone
352+
- name: .test-non-standard .replica_set-noauth-ssl
353+
- name: .test-non-standard .standalone-noauth-nossl
354354
display_name: mod_wsgi standalone Ubuntu-22
355355
run_on:
356356
- ubuntu2204-small
@@ -360,8 +360,8 @@ buildvariants:
360360
SUB_TEST_NAME: standalone
361361
- name: mod_wsgi-embedded-mode-ubuntu-22
362362
tasks:
363-
- name: .test-non-standard .replica_set
364-
- name: .test-non-standard .standalone
363+
- name: .test-non-standard .replica_set-noauth-ssl
364+
- name: .test-non-standard .standalone-noauth-nossl
365365
display_name: mod_wsgi embedded-mode Ubuntu-22
366366
run_on:
367367
- ubuntu2204-small

.evergreen/scripts/generate_config.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,10 @@ def create_mod_wsgi_variants():
342342
display_name = get_variant_name(f"mod_wsgi {test_type}", host)
343343
variants.append(
344344
create_variant(
345-
[".test-non-standard .replica_set", ".test-non-standard .standalone"],
345+
[
346+
".test-non-standard .replica_set-noauth-ssl",
347+
".test-non-standard .standalone-noauth-nossl",
348+
],
346349
display_name,
347350
host=host,
348351
expansions=expansions,

0 commit comments

Comments
 (0)