@@ -884,71 +884,36 @@ buildvariants:
884
884
PYTHON_BINARY : /opt/python/3.13/bin/python3
885
885
886
886
# Stable api tests
887
- - name : stable-api-require-v1-rhel8-python3.9- auth
887
+ - name : stable-api-require-v1-rhel8-auth
888
888
tasks :
889
889
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
890
890
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
891
891
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
892
892
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
893
893
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
894
894
- name : .standard-linux !.replica_set-noauth-ssl .server-{v}
895
- display_name : Stable API require v1 RHEL8 Python3.9 Auth
895
+ display_name : Stable API require v1 RHEL8 Auth
896
896
run_on :
897
897
- rhel87-small
898
898
expansions :
899
899
AUTH : auth
900
900
REQUIRE_API_VERSION : " 1"
901
901
MONGODB_API_VERSION : " 1"
902
- PYTHON_BINARY : /opt/python/3.9/bin/python3
903
902
tags : [versionedApi_tag]
904
- - name : stable-api-accept-v2-rhel8-python3.9- auth
903
+ - name : stable-api-accept-v2-rhel8-auth
905
904
tasks :
906
905
- name : .standard-linux .server-5.0
907
906
- name : .standard-linux .server-6.0
908
907
- name : .standard-linux .server-7.0
909
908
- name : .standard-linux .server-8.0
910
909
- name : .standard-linux .server-rapid
911
910
- name : .standard-linux .server-latest
912
- display_name : Stable API accept v2 RHEL8 Python3.9 Auth
911
+ display_name : Stable API accept v2 RHEL8 Auth
913
912
run_on :
914
913
- rhel87-small
915
914
expansions :
916
915
AUTH : auth
917
916
ORCHESTRATION_FILE : versioned-api-testing.json
918
- PYTHON_BINARY : /opt/python/3.9/bin/python3
919
- tags : [versionedApi_tag]
920
- - name : stable-api-require-v1-rhel8-python3.13-auth
921
- tasks :
922
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
923
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
924
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
925
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
926
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
927
- - name : .standard-linux !.replica_set-noauth-ssl .server-{v}
928
- display_name : Stable API require v1 RHEL8 Python3.13 Auth
929
- run_on :
930
- - rhel87-small
931
- expansions :
932
- AUTH : auth
933
- REQUIRE_API_VERSION : " 1"
934
- MONGODB_API_VERSION : " 1"
935
- PYTHON_BINARY : /opt/python/3.13/bin/python3
936
- tags : [versionedApi_tag]
937
- - name : stable-api-accept-v2-rhel8-python3.13-auth
938
- tasks :
939
- - name : .standard-linux .server-5.0
940
- - name : .standard-linux .server-6.0
941
- - name : .standard-linux .server-7.0
942
- - name : .standard-linux .server-8.0
943
- - name : .standard-linux .server-rapid
944
- - name : .standard-linux .server-latest
945
- display_name : Stable API accept v2 RHEL8 Python3.13 Auth
946
- run_on :
947
- - rhel87-small
948
- expansions :
949
- AUTH : auth
950
- ORCHESTRATION_FILE : versioned-api-testing.json
951
- PYTHON_BINARY : /opt/python/3.13/bin/python3
952
917
tags : [versionedApi_tag]
953
918
954
919
# Standard nonlinux tests
0 commit comments