@@ -792,71 +792,36 @@ buildvariants:
792
792
PYTHON_BINARY : /opt/python/3.13/bin/python3
793
793
794
794
# Stable api tests
795
- - name : stable-api-require-v1-rhel8-python3.9- auth
795
+ - name : stable-api-require-v1-rhel8-auth
796
796
tasks :
797
- - name : " !.replica_set . 5.0 .noauth .nossl .sync_async "
798
- - name : " !.replica_set . 6.0 .noauth .nossl .sync_async "
799
- - name : " !.replica_set . 7.0 .noauth .nossl .sync_async "
800
- - name : " !.replica_set . 8.0 .noauth .nossl .sync_async "
801
- - name : " !.replica_set .rapid . noauth .nossl .sync_async "
802
- - name : " !.replica_set .latest . noauth .nossl .sync_async "
803
- display_name : Stable API require v1 RHEL8 Python3.9 Auth
797
+ - name : .standard-linux !.replica_set-noauth-ssl .server- 5.0
798
+ - name : .standard-linux !.replica_set-noauth-ssl .server- 6.0
799
+ - name : .standard-linux !.replica_set-noauth-ssl .server- 7.0
800
+ - name : .standard-linux !.replica_set-noauth-ssl .server- 8.0
801
+ - name : .standard-linux !.replica_set- noauth-ssl .server-rapid
802
+ - name : .standard-linux !.replica_set- noauth-ssl .server-latest
803
+ display_name : Stable API require v1 RHEL8 Auth
804
804
run_on :
805
805
- rhel87-small
806
806
expansions :
807
807
AUTH : auth
808
808
REQUIRE_API_VERSION : " 1"
809
809
MONGODB_API_VERSION : " 1"
810
- PYTHON_BINARY : /opt/python/3.9/bin/python3
811
- tags : [versionedApi_tag]
812
- - name : stable-api-accept-v2-rhel8-python3.9-auth
813
- tasks :
814
- - name : .standalone .5.0 .noauth .nossl .sync_async
815
- - name : .standalone .6.0 .noauth .nossl .sync_async
816
- - name : .standalone .7.0 .noauth .nossl .sync_async
817
- - name : .standalone .8.0 .noauth .nossl .sync_async
818
- - name : .standalone .rapid .noauth .nossl .sync_async
819
- - name : .standalone .latest .noauth .nossl .sync_async
820
- display_name : Stable API accept v2 RHEL8 Python3.9 Auth
821
- run_on :
822
- - rhel87-small
823
- expansions :
824
- AUTH : auth
825
- ORCHESTRATION_FILE : versioned-api-testing.json
826
- PYTHON_BINARY : /opt/python/3.9/bin/python3
827
- tags : [versionedApi_tag]
828
- - name : stable-api-require-v1-rhel8-python3.13-auth
829
- tasks :
830
- - name : " !.replica_set .5.0 .noauth .nossl .sync_async"
831
- - name : " !.replica_set .6.0 .noauth .nossl .sync_async"
832
- - name : " !.replica_set .7.0 .noauth .nossl .sync_async"
833
- - name : " !.replica_set .8.0 .noauth .nossl .sync_async"
834
- - name : " !.replica_set .rapid .noauth .nossl .sync_async"
835
- - name : " !.replica_set .latest .noauth .nossl .sync_async"
836
- display_name : Stable API require v1 RHEL8 Python3.13 Auth
837
- run_on :
838
- - rhel87-small
839
- expansions :
840
- AUTH : auth
841
- REQUIRE_API_VERSION : " 1"
842
- MONGODB_API_VERSION : " 1"
843
- PYTHON_BINARY : /opt/python/3.13/bin/python3
844
810
tags : [versionedApi_tag]
845
- - name : stable-api-accept-v2-rhel8-python3.13- auth
811
+ - name : stable-api-accept-v2-rhel8-auth
846
812
tasks :
847
- - name : .standalone . 5.0 .noauth . nossl .sync_async
848
- - name : .standalone . 6.0 .noauth . nossl .sync_async
849
- - name : .standalone . 7.0 .noauth . nossl .sync_async
850
- - name : .standalone . 8.0 .noauth . nossl .sync_async
851
- - name : .standalone . rapid .noauth . nossl .sync_async
852
- - name : .standalone . latest .noauth . nossl .sync_async
853
- display_name : Stable API accept v2 RHEL8 Python3.13 Auth
813
+ - name : .standard-linux .server- 5.0 .standalone- noauth- nossl
814
+ - name : .standard-linux .server- 6.0 .standalone- noauth- nossl
815
+ - name : .standard-linux .server- 7.0 .standalone- noauth- nossl
816
+ - name : .standard-linux .server- 8.0 .standalone- noauth- nossl
817
+ - name : .standard-linux .server- rapid .standalone- noauth- nossl
818
+ - name : .standard-linux .server- latest .standalone- noauth- nossl
819
+ display_name : Stable API accept v2 RHEL8 Auth
854
820
run_on :
855
821
- rhel87-small
856
822
expansions :
857
823
AUTH : auth
858
824
ORCHESTRATION_FILE : versioned-api-testing.json
859
- PYTHON_BINARY : /opt/python/3.13/bin/python3
860
825
tags : [versionedApi_tag]
861
826
862
827
# Standard nonlinux tests
@@ -896,30 +861,19 @@ buildvariants:
896
861
tags : [standard-non-linux]
897
862
898
863
# Storage engine tests
899
- - name : storage-inmemory-rhel8-python3.9
864
+ - name : storage-inmemory-rhel8
900
865
tasks :
901
- - name : .standalone .noauth .nossl .4.0 .sync_async
902
- - name : .standalone .noauth .nossl .4.2 .sync_async
903
- - name : .standalone .noauth .nossl .4.4 .sync_async
904
- - name : .standalone .noauth .nossl .5.0 .sync_async
905
- - name : .standalone .noauth .nossl .6.0 .sync_async
906
- - name : .standalone .noauth .nossl .7.0 .sync_async
907
- - name : .standalone .noauth .nossl .8.0 .sync_async
908
- - name : .standalone .noauth .nossl .rapid .sync_async
909
- - name : .standalone .noauth .nossl .latest .sync_async
910
- display_name : Storage InMemory RHEL8 Python3.9
866
+ - name : .standard-linux .standalone-noauth-nossl
867
+ display_name : Storage InMemory RHEL8
911
868
run_on :
912
869
- rhel87-small
913
870
expansions :
914
871
STORAGE_ENGINE : inmemory
915
- PYTHON_BINARY : /opt/python/3.9/bin/python3
916
- - name : storage-mmapv1-rhel8-python3.9
872
+ - name : storage-mmapv1-rhel8
917
873
tasks :
918
- - name : .standalone .4.0 .noauth .nossl .sync_async
919
- - name : .replica_set .4.0 .noauth .nossl .sync_async
920
- display_name : Storage MMAPv1 RHEL8 Python3.9
874
+ - name : .standard-linux !.sharded_cluster-auth-ssl .server-4.0
875
+ display_name : Storage MMAPv1 RHEL8
921
876
run_on :
922
877
- rhel87-small
923
878
expansions :
924
879
STORAGE_ENGINE : mmapv1
925
- PYTHON_BINARY : /opt/python/3.9/bin/python3
0 commit comments