@@ -2849,9 +2849,9 @@ buildvariants:
2849
2849
- rhel87-small
2850
2850
batchtime : 10080
2851
2851
expansions :
2852
- TEST_ENCRYPTION : " true"
2853
2852
AUTH : auth
2854
2853
SSL : ssl
2854
+ test_encryption : " true"
2855
2855
PYTHON_BINARY : /opt/python/3.9/bin/python3
2856
2856
tags : [encryption_tag]
2857
2857
- name : encryption-rhel8-py3.13-auth-ssl
@@ -2864,9 +2864,9 @@ buildvariants:
2864
2864
- rhel87-small
2865
2865
batchtime : 10080
2866
2866
expansions :
2867
- TEST_ENCRYPTION : " true"
2868
2867
AUTH : auth
2869
2868
SSL : ssl
2869
+ test_encryption : " true"
2870
2870
PYTHON_BINARY : /opt/python/3.13/bin/python3
2871
2871
tags : [encryption_tag]
2872
2872
- name : encryption-rhel8-pypy3.10-auth-ssl
@@ -2879,9 +2879,9 @@ buildvariants:
2879
2879
- rhel87-small
2880
2880
batchtime : 10080
2881
2881
expansions :
2882
- TEST_ENCRYPTION : " true"
2883
2882
AUTH : auth
2884
2883
SSL : ssl
2884
+ test_encryption : " true"
2885
2885
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2886
2886
tags : [encryption_tag]
2887
2887
- name : encryption-crypt_shared-rhel8-py3.9-auth-ssl
@@ -2894,9 +2894,9 @@ buildvariants:
2894
2894
- rhel87-small
2895
2895
batchtime : 10080
2896
2896
expansions :
2897
- TEST_ENCRYPTION : " true"
2898
2897
AUTH : auth
2899
2898
SSL : ssl
2899
+ test_encryption : " true"
2900
2900
TEST_CRYPT_SHARED : " true"
2901
2901
PYTHON_BINARY : /opt/python/3.9/bin/python3
2902
2902
tags : [encryption_tag]
@@ -2910,9 +2910,9 @@ buildvariants:
2910
2910
- rhel87-small
2911
2911
batchtime : 10080
2912
2912
expansions :
2913
- TEST_ENCRYPTION : " true"
2914
2913
AUTH : auth
2915
2914
SSL : ssl
2915
+ test_encryption : " true"
2916
2916
TEST_CRYPT_SHARED : " true"
2917
2917
PYTHON_BINARY : /opt/python/3.13/bin/python3
2918
2918
tags : [encryption_tag]
@@ -2926,9 +2926,9 @@ buildvariants:
2926
2926
- rhel87-small
2927
2927
batchtime : 10080
2928
2928
expansions :
2929
- TEST_ENCRYPTION : " true"
2930
2929
AUTH : auth
2931
2930
SSL : ssl
2931
+ test_encryption : " true"
2932
2932
TEST_CRYPT_SHARED : " true"
2933
2933
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2934
2934
tags : [encryption_tag]
@@ -2942,9 +2942,9 @@ buildvariants:
2942
2942
- rhel87-small
2943
2943
batchtime : 10080
2944
2944
expansions :
2945
- TEST_ENCRYPTION : " true"
2946
2945
AUTH : auth
2947
2946
SSL : ssl
2947
+ test_encryption : " true"
2948
2948
TEST_ENCRYPTION_PYOPENSSL : " true"
2949
2949
PYTHON_BINARY : /opt/python/3.9/bin/python3
2950
2950
tags : [encryption_tag]
@@ -2958,9 +2958,9 @@ buildvariants:
2958
2958
- rhel87-small
2959
2959
batchtime : 10080
2960
2960
expansions :
2961
- TEST_ENCRYPTION : " true"
2962
2961
AUTH : auth
2963
2962
SSL : ssl
2963
+ test_encryption : " true"
2964
2964
TEST_ENCRYPTION_PYOPENSSL : " true"
2965
2965
PYTHON_BINARY : /opt/python/3.13/bin/python3
2966
2966
tags : [encryption_tag]
@@ -2974,9 +2974,9 @@ buildvariants:
2974
2974
- rhel87-small
2975
2975
batchtime : 10080
2976
2976
expansions :
2977
- TEST_ENCRYPTION : " true"
2978
2977
AUTH : auth
2979
2978
SSL : ssl
2979
+ test_encryption : " true"
2980
2980
TEST_ENCRYPTION_PYOPENSSL : " true"
2981
2981
PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
2982
2982
tags : [encryption_tag]
@@ -2989,6 +2989,7 @@ buildvariants:
2989
2989
expansions :
2990
2990
AUTH : auth
2991
2991
SSL : ssl
2992
+ test_encryption : " true"
2992
2993
PYTHON_BINARY : /opt/python/3.10/bin/python3
2993
2994
- name : encryption-crypt_shared-rhel8-py3.11-auth-nossl
2994
2995
tasks :
@@ -2999,6 +3000,7 @@ buildvariants:
2999
3000
expansions :
3000
3001
AUTH : auth
3001
3002
SSL : nossl
3003
+ test_encryption : " true"
3002
3004
TEST_CRYPT_SHARED : " true"
3003
3005
PYTHON_BINARY : /opt/python/3.11/bin/python3
3004
3006
- name : encryption-pyopenssl-rhel8-py3.12-auth-ssl
@@ -3010,6 +3012,7 @@ buildvariants:
3010
3012
expansions :
3011
3013
AUTH : auth
3012
3014
SSL : ssl
3015
+ test_encryption : " true"
3013
3016
TEST_ENCRYPTION_PYOPENSSL : " true"
3014
3017
PYTHON_BINARY : /opt/python/3.12/bin/python3
3015
3018
- name : encryption-rhel8-pypy3.9-auth-nossl
@@ -3021,6 +3024,7 @@ buildvariants:
3021
3024
expansions :
3022
3025
AUTH : auth
3023
3026
SSL : nossl
3027
+ test_encryption : " true"
3024
3028
PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3025
3029
- name : encryption-macos-py3.9-auth-ssl
3026
3030
tasks :
@@ -3030,9 +3034,9 @@ buildvariants:
3030
3034
- macos-14
3031
3035
batchtime : 10080
3032
3036
expansions :
3033
- TEST_ENCRYPTION : " true"
3034
3037
AUTH : auth
3035
3038
SSL : ssl
3039
+ test_encryption : " true"
3036
3040
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
3037
3041
tags : [encryption_tag]
3038
3042
- name : encryption-macos-py3.13-auth-nossl
@@ -3043,9 +3047,9 @@ buildvariants:
3043
3047
- macos-14
3044
3048
batchtime : 10080
3045
3049
expansions :
3046
- TEST_ENCRYPTION : " true"
3047
3050
AUTH : auth
3048
3051
SSL : nossl
3052
+ test_encryption : " true"
3049
3053
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
3050
3054
tags : [encryption_tag]
3051
3055
- name : encryption-crypt_shared-macos-py3.9-auth-ssl
@@ -3056,9 +3060,9 @@ buildvariants:
3056
3060
- macos-14
3057
3061
batchtime : 10080
3058
3062
expansions :
3059
- TEST_ENCRYPTION : " true"
3060
3063
AUTH : auth
3061
3064
SSL : ssl
3065
+ test_encryption : " true"
3062
3066
TEST_CRYPT_SHARED : " true"
3063
3067
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.9/bin/python3
3064
3068
tags : [encryption_tag]
@@ -3070,9 +3074,9 @@ buildvariants:
3070
3074
- macos-14
3071
3075
batchtime : 10080
3072
3076
expansions :
3073
- TEST_ENCRYPTION : " true"
3074
3077
AUTH : auth
3075
3078
SSL : nossl
3079
+ test_encryption : " true"
3076
3080
TEST_CRYPT_SHARED : " true"
3077
3081
PYTHON_BINARY : /Library/Frameworks/Python.Framework/Versions/3.13/bin/python3
3078
3082
tags : [encryption_tag]
@@ -3084,9 +3088,9 @@ buildvariants:
3084
3088
- windows-64-vsMulti-small
3085
3089
batchtime : 10080
3086
3090
expansions :
3087
- TEST_ENCRYPTION : " true"
3088
3091
AUTH : auth
3089
3092
SSL : ssl
3093
+ test_encryption : " true"
3090
3094
PYTHON_BINARY : C:/python/Python39/python.exe
3091
3095
tags : [encryption_tag]
3092
3096
- name : encryption-win64-py3.13-auth-nossl
@@ -3097,9 +3101,9 @@ buildvariants:
3097
3101
- windows-64-vsMulti-small
3098
3102
batchtime : 10080
3099
3103
expansions :
3100
- TEST_ENCRYPTION : " true"
3101
3104
AUTH : auth
3102
3105
SSL : nossl
3106
+ test_encryption : " true"
3103
3107
PYTHON_BINARY : C:/python/Python313/python.exe
3104
3108
tags : [encryption_tag]
3105
3109
- name : encryption-crypt_shared-win64-py3.9-auth-ssl
@@ -3110,9 +3114,9 @@ buildvariants:
3110
3114
- windows-64-vsMulti-small
3111
3115
batchtime : 10080
3112
3116
expansions :
3113
- TEST_ENCRYPTION : " true"
3114
3117
AUTH : auth
3115
3118
SSL : ssl
3119
+ test_encryption : " true"
3116
3120
TEST_CRYPT_SHARED : " true"
3117
3121
PYTHON_BINARY : C:/python/Python39/python.exe
3118
3122
tags : [encryption_tag]
@@ -3124,9 +3128,9 @@ buildvariants:
3124
3128
- windows-64-vsMulti-small
3125
3129
batchtime : 10080
3126
3130
expansions :
3127
- TEST_ENCRYPTION : " true"
3128
3131
AUTH : auth
3129
3132
SSL : nossl
3133
+ test_encryption : " true"
3130
3134
TEST_CRYPT_SHARED : " true"
3131
3135
PYTHON_BINARY : C:/python/Python313/python.exe
3132
3136
tags : [encryption_tag]
0 commit comments