Skip to content

Commit 6b9d129

Browse files
committed
Uncomment tests
1 parent 8df943f commit 6b9d129

File tree

1 file changed

+66
-66
lines changed

1 file changed

+66
-66
lines changed

.evergreen/config.yml

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -853,16 +853,16 @@ tasks:
853853
- func: "add aws auth variables to file"
854854
- func: "run aws auth test with regular aws credentials"
855855

856-
# - name: test-aws-auth-assume-role-credentials
857-
# tags: [aws-auth]
858-
# commands:
859-
# - func: "bootstrap mongo-orchestration"
860-
# vars:
861-
# ORCHESTRATION_FILE: auth-aws.json
862-
# MONGODB_VERSION: rapid
863-
# TOPOLOGY: server
864-
# - func: "add aws auth variables to file"
865-
# - func: "run aws auth test with assume role credentials"
856+
- name: test-aws-auth-assume-role-credentials
857+
tags: [aws-auth]
858+
commands:
859+
- func: "bootstrap mongo-orchestration"
860+
vars:
861+
ORCHESTRATION_FILE: auth-aws.json
862+
MONGODB_VERSION: rapid
863+
TOPOLOGY: server
864+
- func: "add aws auth variables to file"
865+
- func: "run aws auth test with assume role credentials"
866866

867867
- name: test-aws-auth-environment-variables
868868
tags: [aws-auth]
@@ -875,62 +875,62 @@ tasks:
875875
- func: "add aws auth variables to file"
876876
- func: "run aws auth test with aws credentials as environment variables"
877877

878-
# - name: test-aws-auth-environment-variables-session-token
879-
# tags: [aws-auth]
880-
# commands:
881-
# - func: "bootstrap mongo-orchestration"
882-
# vars:
883-
# ORCHESTRATION_FILE: auth-aws.json
884-
# MONGODB_VERSION: rapid
885-
# TOPOLOGY: server
886-
# - func: "add aws auth variables to file"
887-
# - func: "run aws auth test with aws credentials and session token as environment variables"
888-
889-
# - name: test-aws-auth-ec2
890-
# tags: [aws-auth]
891-
# commands:
892-
# - func: "bootstrap mongo-orchestration"
893-
# vars:
894-
# ORCHESTRATION_FILE: auth-aws.json
895-
# MONGODB_VERSION: rapid
896-
# TOPOLOGY: server
897-
# - func: "add aws auth variables to file"
898-
# - func: "run aws auth test with aws EC2 credentials"
899-
900-
# - name: test-aws-auth-ecs
901-
# tags: [aws-auth]
902-
# commands:
903-
# - func: "bootstrap mongo-orchestration"
904-
# vars:
905-
# ORCHESTRATION_FILE: auth-aws.json
906-
# MONGODB_VERSION: rapid
907-
# TOPOLOGY: server
908-
# - func: "add aws auth variables to file"
909-
# - func: "run aws ecs auth test"
910-
911-
# - name: test-aws-auth-assume-role-with-web-identity
912-
# tags: [aws-auth]
913-
# commands:
914-
# - func: "bootstrap mongo-orchestration"
915-
# vars:
916-
# ORCHESTRATION_FILE: auth-aws.json
917-
# MONGODB_VERSION: rapid
918-
# TOPOLOGY: server
919-
# - func: "add aws auth variables to file"
920-
# - func: "run aws assume role with web identity test"
921-
922-
# - name: test-aws-auth-assume-role-with-web-identity-session-name
923-
# tags: [aws-auth]
924-
# commands:
925-
# - func: "bootstrap mongo-orchestration"
926-
# vars:
927-
# ORCHESTRATION_FILE: auth-aws.json
928-
# MONGODB_VERSION: rapid
929-
# TOPOLOGY: server
930-
# - func: "add aws auth variables to file"
931-
# - func: "run aws assume role with web identity test"
932-
# vars:
933-
# AWS_ROLE_SESSION_NAME: test
878+
- name: test-aws-auth-environment-variables-session-token
879+
tags: [aws-auth]
880+
commands:
881+
- func: "bootstrap mongo-orchestration"
882+
vars:
883+
ORCHESTRATION_FILE: auth-aws.json
884+
MONGODB_VERSION: rapid
885+
TOPOLOGY: server
886+
- func: "add aws auth variables to file"
887+
- func: "run aws auth test with aws credentials and session token as environment variables"
888+
889+
- name: test-aws-auth-ec2
890+
tags: [aws-auth]
891+
commands:
892+
- func: "bootstrap mongo-orchestration"
893+
vars:
894+
ORCHESTRATION_FILE: auth-aws.json
895+
MONGODB_VERSION: rapid
896+
TOPOLOGY: server
897+
- func: "add aws auth variables to file"
898+
- func: "run aws auth test with aws EC2 credentials"
899+
900+
- name: test-aws-auth-ecs
901+
tags: [aws-auth]
902+
commands:
903+
- func: "bootstrap mongo-orchestration"
904+
vars:
905+
ORCHESTRATION_FILE: auth-aws.json
906+
MONGODB_VERSION: rapid
907+
TOPOLOGY: server
908+
- func: "add aws auth variables to file"
909+
- func: "run aws ecs auth test"
910+
911+
- name: test-aws-auth-assume-role-with-web-identity
912+
tags: [aws-auth]
913+
commands:
914+
- func: "bootstrap mongo-orchestration"
915+
vars:
916+
ORCHESTRATION_FILE: auth-aws.json
917+
MONGODB_VERSION: rapid
918+
TOPOLOGY: server
919+
- func: "add aws auth variables to file"
920+
- func: "run aws assume role with web identity test"
921+
922+
- name: test-aws-auth-assume-role-with-web-identity-session-name
923+
tags: [aws-auth]
924+
commands:
925+
- func: "bootstrap mongo-orchestration"
926+
vars:
927+
ORCHESTRATION_FILE: auth-aws.json
928+
MONGODB_VERSION: rapid
929+
TOPOLOGY: server
930+
- func: "add aws auth variables to file"
931+
- func: "run aws assume role with web identity test"
932+
vars:
933+
AWS_ROLE_SESSION_NAME: test
934934

935935
- name: test-gssapi-auth
936936
commands:

0 commit comments

Comments
 (0)