@@ -2841,7 +2841,9 @@ buildvariants:
2841
2841
# Encryption tests.
2842
2842
- name : encryption-rhel8-py3.9-auth-ssl
2843
2843
tasks :
2844
+ - name : .standalone
2844
2845
- name : .replica_set
2846
+ - name : .sharded_cluster
2845
2847
display_name : Encryption RHEL8 py3.9 Auth SSL
2846
2848
run_on :
2847
2849
- rhel87-small
@@ -2852,48 +2854,11 @@ buildvariants:
2852
2854
SSL : ssl
2853
2855
PYTHON_BINARY : /opt/python/3.9/bin/python3
2854
2856
tags : [encryption_tag]
2855
- - name : encryption-rhel8-py3.10-auth-nossl
2856
- tasks :
2857
- - name : .replica_set
2858
- display_name : Encryption RHEL8 py3.10 Auth NoSSL
2859
- run_on :
2860
- - rhel87-small
2861
- batchtime : 10080
2862
- expansions :
2863
- TEST_ENCRYPTION : " true"
2864
- AUTH : auth
2865
- SSL : nossl
2866
- PYTHON_BINARY : /opt/python/3.10/bin/python3
2867
- tags : [encryption_tag]
2868
- - name : encryption-rhel8-py3.11-auth-ssl
2869
- tasks :
2870
- - name : .replica_set
2871
- display_name : Encryption RHEL8 py3.11 Auth SSL
2872
- run_on :
2873
- - rhel87-small
2874
- batchtime : 10080
2875
- expansions :
2876
- TEST_ENCRYPTION : " true"
2877
- AUTH : auth
2878
- SSL : ssl
2879
- PYTHON_BINARY : /opt/python/3.11/bin/python3
2880
- tags : [encryption_tag]
2881
- - name : encryption-rhel8-py3.12-auth-nossl
2882
- tasks :
2883
- - name : .replica_set
2884
- display_name : Encryption RHEL8 py3.12 Auth NoSSL
2885
- run_on :
2886
- - rhel87-small
2887
- batchtime : 10080
2888
- expansions :
2889
- TEST_ENCRYPTION : " true"
2890
- AUTH : auth
2891
- SSL : nossl
2892
- PYTHON_BINARY : /opt/python/3.12/bin/python3
2893
- tags : [encryption_tag]
2894
2857
- name : encryption-rhel8-py3.13-auth-ssl
2895
2858
tasks :
2859
+ - name : .standalone
2896
2860
- name : .replica_set
2861
+ - name : .sharded_cluster
2897
2862
display_name : Encryption RHEL8 py3.13 Auth SSL
2898
2863
run_on :
2899
2864
- rhel87-small
@@ -2904,22 +2869,11 @@ buildvariants:
2904
2869
SSL : ssl
2905
2870
PYTHON_BINARY : /opt/python/3.13/bin/python3
2906
2871
tags : [encryption_tag]
2907
- - name : encryption-rhel8-pypy3.9-auth-nossl
2908
- tasks :
2909
- - name : .replica_set
2910
- display_name : Encryption RHEL8 pypy3.9 Auth NoSSL
2911
- run_on :
2912
- - rhel87-small
2913
- batchtime : 10080
2914
- expansions :
2915
- TEST_ENCRYPTION : " true"
2916
- AUTH : auth
2917
- SSL : nossl
2918
- PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
2919
- tags : [encryption_tag]
2920
2872
- name : encryption-rhel8-pypy3.10-auth-ssl
2921
2873
tasks :
2874
+ - name : .standalone
2922
2875
- name : .replica_set
2876
+ - name : .sharded_cluster
2923
2877
display_name : Encryption RHEL8 pypy3.10 Auth SSL
2924
2878
run_on :
2925
2879
- rhel87-small
@@ -2932,7 +2886,9 @@ buildvariants:
2932
2886
tags : [encryption_tag]
2933
2887
- name : encryption-crypt_shared-rhel8-py3.9-auth-ssl
2934
2888
tasks :
2889
+ - name : .standalone
2935
2890
- name : .replica_set
2891
+ - name : .sharded_cluster
2936
2892
display_name : Encryption crypt_shared RHEL8 py3.9 Auth SSL
2937
2893
run_on :
2938
2894
- rhel87-small
@@ -2944,51 +2900,11 @@ buildvariants:
2944
2900
TEST_CRYPT_SHARED : " true"
2945
2901
PYTHON_BINARY : /opt/python/3.9/bin/python3
2946
2902
tags : [encryption_tag]
2947
- - name : encryption-crypt_shared-rhel8-py3.10-auth-nossl
2948
- tasks :
2949
- - name : .replica_set
2950
- display_name : Encryption crypt_shared RHEL8 py3.10 Auth NoSSL
2951
- run_on :
2952
- - rhel87-small
2953
- batchtime : 10080
2954
- expansions :
2955
- TEST_ENCRYPTION : " true"
2956
- AUTH : auth
2957
- SSL : nossl
2958
- TEST_CRYPT_SHARED : " true"
2959
- PYTHON_BINARY : /opt/python/3.10/bin/python3
2960
- tags : [encryption_tag]
2961
- - name : encryption-crypt_shared-rhel8-py3.11-auth-ssl
2962
- tasks :
2963
- - name : .replica_set
2964
- display_name : Encryption crypt_shared RHEL8 py3.11 Auth SSL
2965
- run_on :
2966
- - rhel87-small
2967
- batchtime : 10080
2968
- expansions :
2969
- TEST_ENCRYPTION : " true"
2970
- AUTH : auth
2971
- SSL : ssl
2972
- TEST_CRYPT_SHARED : " true"
2973
- PYTHON_BINARY : /opt/python/3.11/bin/python3
2974
- tags : [encryption_tag]
2975
- - name : encryption-crypt_shared-rhel8-py3.12-auth-nossl
2976
- tasks :
2977
- - name : .replica_set
2978
- display_name : Encryption crypt_shared RHEL8 py3.12 Auth NoSSL
2979
- run_on :
2980
- - rhel87-small
2981
- batchtime : 10080
2982
- expansions :
2983
- TEST_ENCRYPTION : " true"
2984
- AUTH : auth
2985
- SSL : nossl
2986
- TEST_CRYPT_SHARED : " true"
2987
- PYTHON_BINARY : /opt/python/3.12/bin/python3
2988
- tags : [encryption_tag]
2989
2903
- name : encryption-crypt_shared-rhel8-py3.13-auth-ssl
2990
2904
tasks :
2905
+ - name : .standalone
2991
2906
- name : .replica_set
2907
+ - name : .sharded_cluster
2992
2908
display_name : Encryption crypt_shared RHEL8 py3.13 Auth SSL
2993
2909
run_on :
2994
2910
- rhel87-small
@@ -3000,23 +2916,11 @@ buildvariants:
3000
2916
TEST_CRYPT_SHARED : " true"
3001
2917
PYTHON_BINARY : /opt/python/3.13/bin/python3
3002
2918
tags : [encryption_tag]
3003
- - name : encryption-crypt_shared-rhel8-pypy3.9-auth-nossl
3004
- tasks :
3005
- - name : .replica_set
3006
- display_name : Encryption crypt_shared RHEL8 pypy3.9 Auth NoSSL
3007
- run_on :
3008
- - rhel87-small
3009
- batchtime : 10080
3010
- expansions :
3011
- TEST_ENCRYPTION : " true"
3012
- AUTH : auth
3013
- SSL : nossl
3014
- TEST_CRYPT_SHARED : " true"
3015
- PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3016
- tags : [encryption_tag]
3017
2919
- name : encryption-crypt_shared-rhel8-pypy3.10-auth-ssl
3018
2920
tasks :
2921
+ - name : .standalone
3019
2922
- name : .replica_set
2923
+ - name : .sharded_cluster
3020
2924
display_name : Encryption crypt_shared RHEL8 pypy3.10 Auth SSL
3021
2925
run_on :
3022
2926
- rhel87-small
@@ -3030,7 +2934,9 @@ buildvariants:
3030
2934
tags : [encryption_tag]
3031
2935
- name : encryption-pyopenssl-rhel8-py3.9-auth-ssl
3032
2936
tasks :
2937
+ - name : .standalone
3033
2938
- name : .replica_set
2939
+ - name : .sharded_cluster
3034
2940
display_name : Encryption PyOpenSSL RHEL8 py3.9 Auth SSL
3035
2941
run_on :
3036
2942
- rhel87-small
@@ -3042,24 +2948,28 @@ buildvariants:
3042
2948
TEST_ENCRYPTION_PYOPENSSL : " true"
3043
2949
PYTHON_BINARY : /opt/python/3.9/bin/python3
3044
2950
tags : [encryption_tag]
3045
- - name : encryption-pyopenssl-rhel8-py3.10 -auth-nossl
2951
+ - name : encryption-pyopenssl-rhel8-py3.13 -auth-ssl
3046
2952
tasks :
2953
+ - name : .standalone
3047
2954
- name : .replica_set
3048
- display_name : Encryption PyOpenSSL RHEL8 py3.10 Auth NoSSL
2955
+ - name : .sharded_cluster
2956
+ display_name : Encryption PyOpenSSL RHEL8 py3.13 Auth SSL
3049
2957
run_on :
3050
2958
- rhel87-small
3051
2959
batchtime : 10080
3052
2960
expansions :
3053
2961
TEST_ENCRYPTION : " true"
3054
2962
AUTH : auth
3055
- SSL : nossl
2963
+ SSL : ssl
3056
2964
TEST_ENCRYPTION_PYOPENSSL : " true"
3057
- PYTHON_BINARY : /opt/python/3.10 /bin/python3
2965
+ PYTHON_BINARY : /opt/python/3.13 /bin/python3
3058
2966
tags : [encryption_tag]
3059
- - name : encryption-pyopenssl-rhel8-py3.11 -auth-ssl
2967
+ - name : encryption-pyopenssl-rhel8-pypy3.10 -auth-ssl
3060
2968
tasks :
2969
+ - name : .standalone
3061
2970
- name : .replica_set
3062
- display_name : Encryption PyOpenSSL RHEL8 py3.11 Auth SSL
2971
+ - name : .sharded_cluster
2972
+ display_name : Encryption PyOpenSSL RHEL8 pypy3.10 Auth SSL
3063
2973
run_on :
3064
2974
- rhel87-small
3065
2975
batchtime : 10080
@@ -3068,64 +2978,50 @@ buildvariants:
3068
2978
AUTH : auth
3069
2979
SSL : ssl
3070
2980
TEST_ENCRYPTION_PYOPENSSL : " true"
3071
- PYTHON_BINARY : /opt/python/3.11 /bin/python3
2981
+ PYTHON_BINARY : /opt/python/pypy3.10 /bin/python3
3072
2982
tags : [encryption_tag]
3073
- - name : encryption-pyopenssl- rhel8-py3.12 -auth-nossl
2983
+ - name : encryption-rhel8-py3.10 -auth-ssl
3074
2984
tasks :
3075
2985
- name : .replica_set
3076
- display_name : Encryption PyOpenSSL RHEL8 py3.12 Auth NoSSL
2986
+ display_name : Encryption RHEL8 py3.10 Auth SSL
3077
2987
run_on :
3078
2988
- rhel87-small
3079
- batchtime : 10080
3080
2989
expansions :
3081
- TEST_ENCRYPTION : " true"
3082
2990
AUTH : auth
3083
- SSL : nossl
3084
- TEST_ENCRYPTION_PYOPENSSL : " true"
3085
- PYTHON_BINARY : /opt/python/3.12/bin/python3
3086
- tags : [encryption_tag]
3087
- - name : encryption-pyopenssl-rhel8-py3.13-auth-ssl
2991
+ SSL : ssl
2992
+ PYTHON_BINARY : /opt/python/3.10/bin/python3
2993
+ - name : encryption-crypt_shared-rhel8-py3.11-auth-nossl
3088
2994
tasks :
3089
2995
- name : .replica_set
3090
- display_name : Encryption PyOpenSSL RHEL8 py3.13 Auth SSL
2996
+ display_name : Encryption crypt_shared RHEL8 py3.11 Auth NoSSL
3091
2997
run_on :
3092
2998
- rhel87-small
3093
- batchtime : 10080
3094
2999
expansions :
3095
- TEST_ENCRYPTION : " true"
3096
3000
AUTH : auth
3097
- SSL : ssl
3098
- TEST_ENCRYPTION_PYOPENSSL : " true"
3099
- PYTHON_BINARY : /opt/python/3.13/bin/python3
3100
- tags : [encryption_tag]
3101
- - name : encryption-pyopenssl-rhel8-pypy3.9-auth-nossl
3001
+ SSL : nossl
3002
+ TEST_CRYPT_SHARED : " true"
3003
+ PYTHON_BINARY : /opt/python/3.11/bin/python3
3004
+ - name : encryption-pyopenssl-rhel8-py3.12-auth-ssl
3102
3005
tasks :
3103
3006
- name : .replica_set
3104
- display_name : Encryption PyOpenSSL RHEL8 pypy3.9 Auth NoSSL
3007
+ display_name : Encryption PyOpenSSL RHEL8 py3.12 Auth SSL
3105
3008
run_on :
3106
3009
- rhel87-small
3107
- batchtime : 10080
3108
3010
expansions :
3109
- TEST_ENCRYPTION : " true"
3110
3011
AUTH : auth
3111
- SSL : nossl
3012
+ SSL : ssl
3112
3013
TEST_ENCRYPTION_PYOPENSSL : " true"
3113
- PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3114
- tags : [encryption_tag]
3115
- - name : encryption-pyopenssl-rhel8-pypy3.10-auth-ssl
3014
+ PYTHON_BINARY : /opt/python/3.12/bin/python3
3015
+ - name : encryption-rhel8-pypy3.9-auth-nossl
3116
3016
tasks :
3117
3017
- name : .replica_set
3118
- display_name : Encryption PyOpenSSL RHEL8 pypy3.10 Auth SSL
3018
+ display_name : Encryption RHEL8 pypy3.9 Auth NoSSL
3119
3019
run_on :
3120
3020
- rhel87-small
3121
- batchtime : 10080
3122
3021
expansions :
3123
- TEST_ENCRYPTION : " true"
3124
3022
AUTH : auth
3125
- SSL : ssl
3126
- TEST_ENCRYPTION_PYOPENSSL : " true"
3127
- PYTHON_BINARY : /opt/python/pypy3.10/bin/python3
3128
- tags : [encryption_tag]
3023
+ SSL : nossl
3024
+ PYTHON_BINARY : /opt/python/pypy3.9/bin/python3
3129
3025
- name : encryption-macos-py3.9-auth-ssl
3130
3026
tasks :
3131
3027
- name : .latest .replica_set
0 commit comments