File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -385,11 +385,11 @@ buildvariants:
385
385
MOD_WSGI_VERSION : " 4"
386
386
TEST_NAME : mod_wsgi
387
387
SUB_TEST_NAME : standalone
388
- - name : mod_wsgi-embedded-mode- ubuntu-22
388
+ - name : mod_wsgi-embedded-ubuntu-22
389
389
tasks :
390
390
- name : .test-non-standard .replica_set-noauth-ssl .server-latest
391
391
- name : .test-non-standard .standalone-noauth-nossl .server-latest
392
- display_name : Mod_WSGI Embedded-Mode Ubuntu-22
392
+ display_name : Mod_WSGI Embedded Ubuntu-22
393
393
run_on :
394
394
- ubuntu2204-small
395
395
expansions :
Original file line number Diff line number Diff line change @@ -336,11 +336,9 @@ def create_atlas_data_lake_variants():
336
336
def create_mod_wsgi_variants ():
337
337
host = HOSTS ["ubuntu22" ]
338
338
variants = []
339
- for test_type in ["standalone" , "embedded-mode" ]:
340
- expansions = dict (
341
- MOD_WSGI_VERSION = "4" , TEST_NAME = "mod_wsgi" , SUB_TEST_NAME = test_type .split ("-" )[0 ]
342
- )
343
- display_name = get_variant_name (f"Mod_WSGI { test_type .title ()} " , host )
339
+ for test_type in ["standalone" , "embedded" ]:
340
+ expansions = dict (MOD_WSGI_VERSION = "4" , TEST_NAME = "mod_wsgi" , SUB_TEST_NAME = test_type )
341
+ display_name = get_variant_name (f"Mod_WSGI { test_type .capitalize ()} " , host )
344
342
variants .append (
345
343
create_variant (
346
344
[
You can’t perform that action at this time.
0 commit comments