Skip to content

Commit 75fbec6

Browse files
committed
update storage engine variants
1 parent b0a2723 commit 75fbec6

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
@@ -964,7 +964,7 @@ buildvariants:
964964
PYTHON_BINARY: /opt/python/3.9/bin/python3
965965
- name: storage-mmapv1-rhel8-python3.9
966966
tasks:
967-
- name: .standard-linux .server-4.0
967+
- name: .standard-linux !.sharded_cluster-auth-ssl .server-4.0
968968
display_name: Storage MMAPv1 RHEL8 Python3.9
969969
run_on:
970970
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def create_storage_engine_variants():
290290
else:
291291
# MongoDB 4.2 drops support for MMAPv1
292292
versions = get_versions_until("4.0")
293-
tasks = [f".standard-linux .server-{v}" for v in versions]
293+
tasks = [f".standard-linux !.sharded_cluster-auth-ssl .server-{v}" for v in versions]
294294
display_name = get_variant_name(f"Storage {engine}", host, python=python)
295295
variant = create_variant(
296296
tasks, display_name, host=host, python=python, expansions=expansions

0 commit comments

Comments
 (0)