@@ -3184,6 +3184,71 @@ buildvariants:
31843184 COMPRESSORS : zstd
31853185 PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
31863186
3187+ # Enterprise auth tests.
3188+ - name : enterprise-auth-macos-py3.9-auth
3189+ tasks :
3190+ - name : test-enterprise-auth
3191+ display_name : Enterprise Auth macOS py3.9 Auth
3192+ run_on :
3193+ - macos-14
3194+ expansions :
3195+ AUTH : auth
3196+ PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
3197+ - name : enterprise-auth-rhel8-py3.10-auth
3198+ tasks :
3199+ - name : test-enterprise-auth
3200+ display_name : Enterprise Auth RHEL8 py3.10 Auth
3201+ run_on :
3202+ - rhel87-small
3203+ expansions :
3204+ AUTH : auth
3205+ PYTHON_BINARY : /opt/python/3.10/bin/python3
3206+ - name : enterprise-auth-rhel8-py3.11-auth
3207+ tasks :
3208+ - name : test-enterprise-auth
3209+ display_name : Enterprise Auth RHEL8 py3.11 Auth
3210+ run_on :
3211+ - rhel87-small
3212+ expansions :
3213+ AUTH : auth
3214+ PYTHON_BINARY : /opt/python/3.11/bin/python3
3215+ - name : enterprise-auth-rhel8-py3.12-auth
3216+ tasks :
3217+ - name : test-enterprise-auth
3218+ display_name : Enterprise Auth RHEL8 py3.12 Auth
3219+ run_on :
3220+ - rhel87-small
3221+ expansions :
3222+ AUTH : auth
3223+ PYTHON_BINARY : /opt/python/3.12/bin/python3
3224+ - name : enterprise-auth-win64-py3.13-auth
3225+ tasks :
3226+ - name : test-enterprise-auth
3227+ display_name : Enterprise Auth Win64 py3.13 Auth
3228+ run_on :
3229+ - windows-64-vsMulti-small
3230+ expansions :
3231+ AUTH : auth
3232+ PYTHON_BINARY : C:/python/Python313/python.exe
3233+ - name : enterprise-auth-rhel8-pypy3.9-auth
3234+ tasks :
3235+ - name : test-enterprise-auth
3236+ display_name : Enterprise Auth RHEL8 pypy3.9 Auth
3237+ run_on :
3238+ - rhel87-small
3239+ expansions :
3240+ AUTH : auth
3241+ PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3242+ - name : enterprise-auth-rhel8-pypy3.10-auth
3243+ tasks :
3244+ - name : test-enterprise-auth
3245+ display_name : Enterprise Auth RHEL8 pypy3.10 Auth
3246+ run_on :
3247+ - rhel87-small
3248+ expansions :
3249+ AUTH : auth
3250+ PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
3251+
31873252- matrix_name : " tests-fips"
31883253 matrix_spec :
31893254 platform :
@@ -3299,24 +3364,6 @@ buildvariants:
32993364 tasks :
33003365 - " .latest"
33013366
3302- - matrix_name : " test-linux-enterprise-auth"
3303- matrix_spec :
3304- platform : rhel8
3305- python-version : " *"
3306- auth : " auth"
3307- display_name : " Enterprise ${auth} ${platform} ${python-version}"
3308- tasks :
3309- - name : " test-enterprise-auth"
3310-
3311- - matrix_name : " tests-windows-enterprise-auth"
3312- matrix_spec :
3313- platform : windows
3314- python-version-windows : " *"
3315- auth : " auth"
3316- display_name : " Enterprise ${auth} ${platform} ${python-version-windows}"
3317- tasks :
3318- - name : " test-enterprise-auth"
3319-
33203367- matrix_name : " test-search-index-helpers"
33213368 matrix_spec :
33223369 platform : rhel8
0 commit comments