Skip to content

Commit b0a2723

Browse files
committed
update storage engine variants
1 parent b04145c commit b0a2723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ buildvariants:
955955
# Storage engine tests
956956
- name: storage-inmemory-rhel8-python3.9
957957
tasks:
958-
- name: .standard-linux
958+
- name: .standard-linux .standalone-noauth-nossl
959959
display_name: Storage InMemory RHEL8 Python3.9
960960
run_on:
961961
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def create_storage_engine_variants():
286286
python = CPYTHONS[0]
287287
expansions = dict(STORAGE_ENGINE=engine.lower())
288288
if engine == engines[0]:
289-
tasks = [".standard-linux"]
289+
tasks = [".standard-linux .standalone-noauth-nossl"]
290290
else:
291291
# MongoDB 4.2 drops support for MMAPv1
292292
versions = get_versions_until("4.0")

0 commit comments

Comments
 (0)