@@ -49,15 +49,15 @@ buildvariants:
49
49
# Atlas connect tests
50
50
- name : atlas-connect-rhel8-python3.9
51
51
tasks :
52
- - name : atlas-connect
52
+ - name : .atlas_connect
53
53
display_name : Atlas connect RHEL8 Python3.9
54
54
run_on :
55
55
- rhel87-small
56
56
expansions :
57
57
PYTHON_BINARY : /opt/python/3.9/bin/python3
58
58
- name : atlas-connect-rhel8-python3.13
59
59
tasks :
60
- - name : atlas-connect
60
+ - name : .atlas_connect
61
61
display_name : Atlas connect RHEL8 Python3.13
62
62
run_on :
63
63
- rhel87-small
@@ -510,59 +510,53 @@ buildvariants:
510
510
tags : [encryption_tag]
511
511
512
512
# Enterprise auth tests
513
- - name : auth-enterprise-macos-python3.9-auth
513
+ - name : auth-enterprise-macos-python3.9
514
514
tasks :
515
- - name : test-enterprise-auth
516
- display_name : Auth Enterprise macOS Python3.9 Auth
515
+ - name : .enterprise_auth
516
+ display_name : Auth Enterprise macOS Python3.9
517
517
run_on :
518
518
- macos-14
519
519
expansions :
520
- AUTH : auth
521
520
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
522
- - name : auth-enterprise-rhel8-python3.10-auth
521
+ - name : auth-enterprise-rhel8-python3.10
523
522
tasks :
524
- - name : test-enterprise-auth
525
- display_name : Auth Enterprise RHEL8 Python3.10 Auth
523
+ - name : .enterprise_auth
524
+ display_name : Auth Enterprise RHEL8 Python3.10
526
525
run_on :
527
526
- rhel87-small
528
527
expansions :
529
- AUTH : auth
530
528
PYTHON_BINARY : /opt/python/3.10/bin/python3
531
- - name : auth-enterprise-rhel8-python3.11-auth
529
+ - name : auth-enterprise-rhel8-python3.11
532
530
tasks :
533
- - name : test-enterprise-auth
534
- display_name : Auth Enterprise RHEL8 Python3.11 Auth
531
+ - name : .enterprise_auth
532
+ display_name : Auth Enterprise RHEL8 Python3.11
535
533
run_on :
536
534
- rhel87-small
537
535
expansions :
538
- AUTH : auth
539
536
PYTHON_BINARY : /opt/python/3.11/bin/python3
540
- - name : auth-enterprise-rhel8-python3.12-auth
537
+ - name : auth-enterprise-rhel8-python3.12
541
538
tasks :
542
- - name : test-enterprise-auth
543
- display_name : Auth Enterprise RHEL8 Python3.12 Auth
539
+ - name : .enterprise_auth
540
+ display_name : Auth Enterprise RHEL8 Python3.12
544
541
run_on :
545
542
- rhel87-small
546
543
expansions :
547
- AUTH : auth
548
544
PYTHON_BINARY : /opt/python/3.12/bin/python3
549
- - name : auth-enterprise-win64-python3.13-auth
545
+ - name : auth-enterprise-win64-python3.13
550
546
tasks :
551
- - name : test-enterprise-auth
552
- display_name : Auth Enterprise Win64 Python3.13 Auth
547
+ - name : .enterprise_auth
548
+ display_name : Auth Enterprise Win64 Python3.13
553
549
run_on :
554
550
- windows-64-vsMulti-small
555
551
expansions :
556
- AUTH : auth
557
552
PYTHON_BINARY : C:/python/Python313/python.exe
558
- - name : auth-enterprise-rhel8-pypy3.10-auth
553
+ - name : auth-enterprise-rhel8-pypy3.10
559
554
tasks :
560
- - name : test-enterprise-auth
561
- display_name : Auth Enterprise RHEL8 PyPy3.10 Auth
555
+ - name : .enterprise_auth
556
+ display_name : Auth Enterprise RHEL8 PyPy3.10
562
557
run_on :
563
558
- rhel87-small
564
559
expansions :
565
- AUTH : auth
566
560
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
567
561
568
562
# Free threaded tests
0 commit comments