File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ buildvariants:
376
376
# Mod wsgi tests
377
377
- name : mod_wsgi-standalone-ubuntu-22
378
378
tasks :
379
- - name : .test-non-standard .replica_set-noauth-ssl
380
- - name : .test-non-standard .standalone-noauth-nossl
379
+ - name : .test-non-standard .replica_set-noauth-ssl .server-latest
380
+ - name : .test-non-standard .standalone-noauth-nossl .server-latest
381
381
display_name : Mod_WSGI Standalone Ubuntu-22
382
382
run_on :
383
383
- ubuntu2204-small
@@ -387,8 +387,8 @@ buildvariants:
387
387
SUB_TEST_NAME : standalone
388
388
- name : mod_wsgi-embedded-mode-ubuntu-22
389
389
tasks :
390
- - name : .test-non-standard .replica_set-noauth-ssl
391
- - name : .test-non-standard .standalone-noauth-nossl
390
+ - name : .test-non-standard .replica_set-noauth-ssl .server-latest
391
+ - name : .test-non-standard .standalone-noauth-nossl .server-latest
392
392
display_name : Mod_WSGI Embedded-Mode Ubuntu-22
393
393
run_on :
394
394
- ubuntu2204-small
Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ def create_mod_wsgi_variants():
344
344
variants .append (
345
345
create_variant (
346
346
[
347
- ".test-non-standard .replica_set-noauth-ssl" ,
348
- ".test-non-standard .standalone-noauth-nossl" ,
347
+ ".test-non-standard .replica_set-noauth-ssl .server-latest " ,
348
+ ".test-non-standard .standalone-noauth-nossl .server-latest " ,
349
349
],
350
350
display_name ,
351
351
host = host ,
You can’t perform that action at this time.
0 commit comments