Skip to content

Commit 88e8a33

Browse files
committed
PYTHON-5333 Update encryption and pyopenssl variants
1 parent a441675 commit 88e8a33

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
@@ -154,7 +154,7 @@ buildvariants:
154154
# Disable test commands tests
155155
- name: disable-test-commands-rhel8-python3.9
156156
tasks:
157-
- name: .version-latest .test-standard
157+
- name: .test-standard .server-latest
158158
display_name: Disable test commands RHEL8 Python3.9
159159
run_on:
160160
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def create_disable_test_commands_variants():
346346
expansions = dict(AUTH="auth", SSL="ssl", DISABLE_TEST_COMMANDS="1")
347347
python = CPYTHONS[0]
348348
display_name = get_variant_name("Disable test commands", host, python=python)
349-
tasks = [".version-latest .test-standard"]
349+
tasks = [".test-standard .server-latest"]
350350
return [create_variant(tasks, display_name, host=host, python=python, expansions=expansions)]
351351

352352

0 commit comments

Comments
 (0)