@@ -3194,6 +3194,89 @@ buildvariants:
3194
3194
COMPRESSORS : zstd
3195
3195
PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3196
3196
3197
+ # Enterprise auth tests.
3198
+ - name : enterprise-auth-rhel8-py3.9-auth
3199
+ tasks :
3200
+ - name : test-enterprise-auth
3201
+ display_name : Enterprise Auth RHEL8 py3.9 Auth
3202
+ run_on :
3203
+ - rhel87-small
3204
+ expansions :
3205
+ AUTH : auth
3206
+ PYTHON_BINARY : /opt/python/3.9/bin/python3
3207
+ - name : enterprise-auth-rhel8-py3.10-auth
3208
+ tasks :
3209
+ - name : test-enterprise-auth
3210
+ display_name : Enterprise Auth RHEL8 py3.10 Auth
3211
+ run_on :
3212
+ - rhel87-small
3213
+ expansions :
3214
+ AUTH : auth
3215
+ PYTHON_BINARY : /opt/python/3.10/bin/python3
3216
+ - name : enterprise-auth-rhel8-py3.11-auth
3217
+ tasks :
3218
+ - name : test-enterprise-auth
3219
+ display_name : Enterprise Auth RHEL8 py3.11 Auth
3220
+ run_on :
3221
+ - rhel87-small
3222
+ expansions :
3223
+ AUTH : auth
3224
+ PYTHON_BINARY : /opt/python/3.11/bin/python3
3225
+ - name : enterprise-auth-rhel8-py3.12-auth
3226
+ tasks :
3227
+ - name : test-enterprise-auth
3228
+ display_name : Enterprise Auth RHEL8 py3.12 Auth
3229
+ run_on :
3230
+ - rhel87-small
3231
+ expansions :
3232
+ AUTH : auth
3233
+ PYTHON_BINARY : /opt/python/3.12/bin/python3
3234
+ - name : enterprise-auth-rhel8-py3.13-auth
3235
+ tasks :
3236
+ - name : test-enterprise-auth
3237
+ display_name : Enterprise Auth RHEL8 py3.13 Auth
3238
+ run_on :
3239
+ - rhel87-small
3240
+ expansions :
3241
+ AUTH : auth
3242
+ PYTHON_BINARY : /opt/python/3.13/bin/python3
3243
+ - name : enterprise-auth-rhel8-pypy3.9-auth
3244
+ tasks :
3245
+ - name : test-enterprise-auth
3246
+ display_name : Enterprise Auth RHEL8 pypy3.9 Auth
3247
+ run_on :
3248
+ - rhel87-small
3249
+ expansions :
3250
+ AUTH : auth
3251
+ PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3252
+ - name : enterprise-auth-rhel8-pypy3.10-auth
3253
+ tasks :
3254
+ - name : test-enterprise-auth
3255
+ display_name : Enterprise Auth RHEL8 pypy3.10 Auth
3256
+ run_on :
3257
+ - rhel87-small
3258
+ expansions :
3259
+ AUTH : auth
3260
+ PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
3261
+ - name : enterprise-auth-win64-py3.9-auth
3262
+ tasks :
3263
+ - name : test-enterprise-auth
3264
+ display_name : Enterprise Auth Win64 py3.9 Auth
3265
+ run_on :
3266
+ - windows-64-vsMulti-small
3267
+ expansions :
3268
+ AUTH : auth
3269
+ PYTHON_BINARY : C:/python/Python39/python.exe
3270
+ - name : enterprise-auth-win64-py3.13-auth
3271
+ tasks :
3272
+ - name : test-enterprise-auth
3273
+ display_name : Enterprise Auth Win64 py3.13 Auth
3274
+ run_on :
3275
+ - windows-64-vsMulti-small
3276
+ expansions :
3277
+ AUTH : auth
3278
+ PYTHON_BINARY : C:/python/Python313/python.exe
3279
+
3197
3280
- matrix_name : " tests-fips"
3198
3281
matrix_spec :
3199
3282
platform :
@@ -3350,24 +3433,6 @@ buildvariants:
3350
3433
tasks :
3351
3434
- " .latest"
3352
3435
3353
- - matrix_name : " test-linux-enterprise-auth"
3354
- matrix_spec :
3355
- platform : rhel8
3356
- python-version : " *"
3357
- auth : " auth"
3358
- display_name : " Enterprise ${auth} ${platform} ${python-version}"
3359
- tasks :
3360
- - name : " test-enterprise-auth"
3361
-
3362
- - matrix_name : " tests-windows-enterprise-auth"
3363
- matrix_spec :
3364
- platform : windows
3365
- python-version-windows : " *"
3366
- auth : " auth"
3367
- display_name : " Enterprise ${auth} ${platform} ${python-version-windows}"
3368
- tasks :
3369
- - name : " test-enterprise-auth"
3370
-
3371
3436
- matrix_name : " test-search-index-helpers"
3372
3437
matrix_spec :
3373
3438
platform : rhel8
0 commit comments