Skip to content

Commit 5d918eb

Browse files
committed
PYTHON-5372 Convert Remaining Variants to Use Common Tasks
1 parent 88b080e commit 5d918eb

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
@@ -253,7 +253,7 @@ buildvariants:
253253
# Enterprise auth tests
254254
- name: auth-enterprise-rhel8
255255
tasks:
256-
- name: .test-non-standard
256+
- name: .test-non-standard .auth
257257
display_name: Auth Enterprise RHEL8
258258
run_on:
259259
- rhel87-small

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def create_enterprise_auth_variants():
214214
for host in ["rhel8", "macos", "win64"]:
215215
expansions = dict(TEST_NAME="enterprise_auth", AUTH="auth")
216216
display_name = get_variant_name("Auth Enterprise", host)
217-
tasks = [".test-non-standard"]
217+
tasks = [".test-non-standard .auth"]
218218
if host != "rhel8":
219219
tasks = [".test-non-standard !.pypy .auth"]
220220
variant = create_variant(tasks, display_name, host=host, expansions=expansions)

0 commit comments

Comments
 (0)