Skip to content

Commit 7a840fb

Browse files
committed
clean up mod_wsgi
1 parent 57bd69f commit 7a840fb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,8 @@ buildvariants:
376376
# Mod wsgi tests
377377
- name: mod_wsgi-standalone-ubuntu-22
378378
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
381381
display_name: Mod_WSGI Standalone Ubuntu-22
382382
run_on:
383383
- ubuntu2204-small
@@ -387,8 +387,8 @@ buildvariants:
387387
SUB_TEST_NAME: standalone
388388
- name: mod_wsgi-embedded-mode-ubuntu-22
389389
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
392392
display_name: Mod_WSGI Embedded-Mode Ubuntu-22
393393
run_on:
394394
- ubuntu2204-small

.evergreen/scripts/generate_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,8 +344,8 @@ def create_mod_wsgi_variants():
344344
variants.append(
345345
create_variant(
346346
[
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",
349349
],
350350
display_name,
351351
host=host,

0 commit comments

Comments
 (0)