@@ -49,15 +49,15 @@ buildvariants:
4949 # Atlas connect tests
5050 - name : atlas-connect-rhel8-python3.9
5151 tasks :
52- - name : atlas-connect
52+ - name : .atlas_connect
5353 display_name : Atlas connect RHEL8 Python3.9
5454 run_on :
5555 - rhel87-small
5656 expansions :
5757 PYTHON_BINARY : /opt/python/3.9/bin/python3
5858 - name : atlas-connect-rhel8-python3.13
5959 tasks :
60- - name : atlas-connect
60+ - name : .atlas_connect
6161 display_name : Atlas connect RHEL8 Python3.13
6262 run_on :
6363 - rhel87-small
@@ -510,59 +510,53 @@ buildvariants:
510510 tags : [encryption_tag]
511511
512512 # Enterprise auth tests
513- - name : auth-enterprise-macos-python3.9-auth
513+ - name : auth-enterprise-macos-python3.9
514514 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
517517 run_on :
518518 - macos-14
519519 expansions :
520- AUTH : auth
521520 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
523522 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
526525 run_on :
527526 - rhel87-small
528527 expansions :
529- AUTH : auth
530528 PYTHON_BINARY : /opt/python/3.10/bin/python3
531- - name : auth-enterprise-rhel8-python3.11-auth
529+ - name : auth-enterprise-rhel8-python3.11
532530 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
535533 run_on :
536534 - rhel87-small
537535 expansions :
538- AUTH : auth
539536 PYTHON_BINARY : /opt/python/3.11/bin/python3
540- - name : auth-enterprise-rhel8-python3.12-auth
537+ - name : auth-enterprise-rhel8-python3.12
541538 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
544541 run_on :
545542 - rhel87-small
546543 expansions :
547- AUTH : auth
548544 PYTHON_BINARY : /opt/python/3.12/bin/python3
549- - name : auth-enterprise-win64-python3.13-auth
545+ - name : auth-enterprise-win64-python3.13
550546 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
553549 run_on :
554550 - windows-64-vsMulti-small
555551 expansions :
556- AUTH : auth
557552 PYTHON_BINARY : C:/python/Python313/python.exe
558- - name : auth-enterprise-rhel8-pypy3.10-auth
553+ - name : auth-enterprise-rhel8-pypy3.10
559554 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
562557 run_on :
563558 - rhel87-small
564559 expansions :
565- AUTH : auth
566560 PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
567561
568562 # Free threaded tests
0 commit comments