File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -349,8 +349,8 @@ buildvariants:
349
349
# Mod wsgi tests
350
350
- name : mod_wsgi-standalone-ubuntu-22
351
351
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
354
354
display_name : mod_wsgi standalone Ubuntu-22
355
355
run_on :
356
356
- ubuntu2204-small
@@ -360,8 +360,8 @@ buildvariants:
360
360
SUB_TEST_NAME : standalone
361
361
- name : mod_wsgi-embedded-mode-ubuntu-22
362
362
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
365
365
display_name : mod_wsgi embedded-mode Ubuntu-22
366
366
run_on :
367
367
- ubuntu2204-small
Original file line number Diff line number Diff line change @@ -342,7 +342,10 @@ def create_mod_wsgi_variants():
342
342
display_name = get_variant_name (f"mod_wsgi { test_type } " , host )
343
343
variants .append (
344
344
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
+ ],
346
349
display_name ,
347
350
host = host ,
348
351
expansions = expansions ,
You can’t perform that action at this time.
0 commit comments