Skip to content

Commit f118492

Browse files
committed
PYTHON-5372 Convert Remaining Variants to Use Common Tasks
1 parent c068a1f commit f118492

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.evergreen/generated_configs/variants.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,33 @@ buildvariants:
251251
tags: [encryption_tag]
252252

253253
# Enterprise auth tests
254+
- name: auth-enterprise-rhel8
255+
tasks:
256+
- name: .test-non-standard
257+
display_name: Auth Enterprise RHEL8
258+
run_on:
259+
- rhel87-small
260+
expansions:
261+
TEST_NAME: enterprise_auth
262+
AUTH: auth
263+
- name: auth-enterprise-macos
264+
tasks:
265+
- name: .test-non-standard !.pypy
266+
display_name: Auth Enterprise macOS
267+
run_on:
268+
- macos-14
269+
expansions:
270+
TEST_NAME: enterprise_auth
271+
AUTH: auth
272+
- name: auth-enterprise-win64
273+
tasks:
274+
- name: .test-non-standard !.pypy
275+
display_name: Auth Enterprise Win64
276+
run_on:
277+
- windows-64-vsMulti-small
278+
expansions:
279+
TEST_NAME: enterprise_auth
280+
AUTH: auth
254281

255282
# Free threaded tests
256283
- name: free-threaded-rhel8-python3.13t

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def create_enterprise_auth_variants():
219219
tasks = [".test-non-standard !.pypy"]
220220
variant = create_variant(tasks, display_name, host=host, expansions=expansions)
221221
variants.append(variant)
222+
return variants
222223

223224

224225
def create_pyopenssl_variants():

0 commit comments

Comments
 (0)