@@ -222,7 +222,7 @@ buildvariants:
222
222
223
223
- name : aws-auth
224
224
display_name : " AWS Authentication"
225
- patchable : false
225
+ # patchable: false
226
226
run_on :
227
227
- ubuntu2004-small
228
228
expansions :
@@ -892,16 +892,16 @@ tasks:
892
892
- func : " add aws auth variables to file"
893
893
- func : " run aws auth test with regular aws credentials"
894
894
895
- - name : test-aws-auth-assume-role-credentials
896
- tags : [aws-auth]
897
- commands :
898
- - func : " bootstrap mongo-orchestration"
899
- vars :
900
- ORCHESTRATION_FILE : auth-aws.json
901
- MONGODB_VERSION : rapid
902
- TOPOLOGY : server
903
- - func : " add aws auth variables to file"
904
- - func : " run aws auth test with assume role credentials"
895
+ # - name: test-aws-auth-assume-role-credentials
896
+ # tags: [aws-auth]
897
+ # commands:
898
+ # - func: "bootstrap mongo-orchestration"
899
+ # vars:
900
+ # ORCHESTRATION_FILE: auth-aws.json
901
+ # MONGODB_VERSION: rapid
902
+ # TOPOLOGY: server
903
+ # - func: "add aws auth variables to file"
904
+ # - func: "run aws auth test with assume role credentials"
905
905
906
906
- name : test-aws-auth-environment-variables
907
907
tags : [aws-auth]
@@ -914,62 +914,62 @@ tasks:
914
914
- func : " add aws auth variables to file"
915
915
- func : " run aws auth test with aws credentials as environment variables"
916
916
917
- - name : test-aws-auth-environment-variables-session-token
918
- tags : [aws-auth]
919
- commands :
920
- - func : " bootstrap mongo-orchestration"
921
- vars :
922
- ORCHESTRATION_FILE : auth-aws.json
923
- MONGODB_VERSION : rapid
924
- TOPOLOGY : server
925
- - func : " add aws auth variables to file"
926
- - func : " run aws auth test with aws credentials and session token as environment variables"
927
-
928
- - name : test-aws-auth-ec2
929
- tags : [aws-auth]
930
- commands :
931
- - func : " bootstrap mongo-orchestration"
932
- vars :
933
- ORCHESTRATION_FILE : auth-aws.json
934
- MONGODB_VERSION : rapid
935
- TOPOLOGY : server
936
- - func : " add aws auth variables to file"
937
- - func : " run aws auth test with aws EC2 credentials"
938
-
939
- - name : test-aws-auth-ecs
940
- tags : [aws-auth]
941
- commands :
942
- - func : " bootstrap mongo-orchestration"
943
- vars :
944
- ORCHESTRATION_FILE : auth-aws.json
945
- MONGODB_VERSION : rapid
946
- TOPOLOGY : server
947
- - func : " add aws auth variables to file"
948
- - func : " run aws ecs auth test"
949
-
950
- - name : test-aws-auth-assume-role-with-web-identity
951
- tags : [aws-auth]
952
- commands :
953
- - func : " bootstrap mongo-orchestration"
954
- vars :
955
- ORCHESTRATION_FILE : auth-aws.json
956
- MONGODB_VERSION : rapid
957
- TOPOLOGY : server
958
- - func : " add aws auth variables to file"
959
- - func : " run aws assume role with web identity test"
960
-
961
- - name : test-aws-auth-assume-role-with-web-identity-session-name
962
- tags : [aws-auth]
963
- commands :
964
- - func : " bootstrap mongo-orchestration"
965
- vars :
966
- ORCHESTRATION_FILE : auth-aws.json
967
- MONGODB_VERSION : rapid
968
- TOPOLOGY : server
969
- - func : " add aws auth variables to file"
970
- - func : " run aws assume role with web identity test"
971
- vars :
972
- AWS_ROLE_SESSION_NAME : test
917
+ # - name: test-aws-auth-environment-variables-session-token
918
+ # tags: [aws-auth]
919
+ # commands:
920
+ # - func: "bootstrap mongo-orchestration"
921
+ # vars:
922
+ # ORCHESTRATION_FILE: auth-aws.json
923
+ # MONGODB_VERSION: rapid
924
+ # TOPOLOGY: server
925
+ # - func: "add aws auth variables to file"
926
+ # - func: "run aws auth test with aws credentials and session token as environment variables"
927
+
928
+ # - name: test-aws-auth-ec2
929
+ # tags: [aws-auth]
930
+ # commands:
931
+ # - func: "bootstrap mongo-orchestration"
932
+ # vars:
933
+ # ORCHESTRATION_FILE: auth-aws.json
934
+ # MONGODB_VERSION: rapid
935
+ # TOPOLOGY: server
936
+ # - func: "add aws auth variables to file"
937
+ # - func: "run aws auth test with aws EC2 credentials"
938
+
939
+ # - name: test-aws-auth-ecs
940
+ # tags: [aws-auth]
941
+ # commands:
942
+ # - func: "bootstrap mongo-orchestration"
943
+ # vars:
944
+ # ORCHESTRATION_FILE: auth-aws.json
945
+ # MONGODB_VERSION: rapid
946
+ # TOPOLOGY: server
947
+ # - func: "add aws auth variables to file"
948
+ # - func: "run aws ecs auth test"
949
+
950
+ # - name: test-aws-auth-assume-role-with-web-identity
951
+ # tags: [aws-auth]
952
+ # commands:
953
+ # - func: "bootstrap mongo-orchestration"
954
+ # vars:
955
+ # ORCHESTRATION_FILE: auth-aws.json
956
+ # MONGODB_VERSION: rapid
957
+ # TOPOLOGY: server
958
+ # - func: "add aws auth variables to file"
959
+ # - func: "run aws assume role with web identity test"
960
+
961
+ # - name: test-aws-auth-assume-role-with-web-identity-session-name
962
+ # tags: [aws-auth]
963
+ # commands:
964
+ # - func: "bootstrap mongo-orchestration"
965
+ # vars:
966
+ # ORCHESTRATION_FILE: auth-aws.json
967
+ # MONGODB_VERSION: rapid
968
+ # TOPOLOGY: server
969
+ # - func: "add aws auth variables to file"
970
+ # - func: "run aws assume role with web identity test"
971
+ # vars:
972
+ # AWS_ROLE_SESSION_NAME: test
973
973
974
974
- name : test-atlas-connectivity
975
975
commands :
0 commit comments