File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -448,15 +448,15 @@ functions:
448448 IAM_AUTH_ECS_ACCOUNT : ${iam_auth_ecs_account}
449449 IAM_AUTH_ECS_SECRET_ACCESS_KEY : ${iam_auth_ecs_secret_access_key}
450450 working_dir : mongo-csharp-driver
451- script :
451+ script : |
452452 DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} evergreen/run-mongodb-aws-test.sh regular
453453
454454 run-aws-auth-test-with-assume-role-credentials :
455455 - command : shell.exec
456456 type : test
457457 params :
458458 working_dir : mongo-csharp-driver
459- script :
459+ script : |
460460 DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} evergreen/run-mongodb-aws-test.sh assume-role
461461
462462 run-aws-auth-test-with-aws-EC2-credentials :
@@ -530,7 +530,7 @@ functions:
530530 IAM_AUTH_ECS_ACCOUNT : ${iam_auth_ecs_account}
531531 IAM_AUTH_ECS_SECRET_ACCESS_KEY : ${iam_auth_ecs_secret_access_key}
532532 working_dir : mongo-csharp-driver
533- script :
533+ script : |
534534 DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} ASSERT_NO_URI_CREDS=true evergreen/run-mongodb-aws-test.sh env-creds
535535
536536 run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables :
@@ -539,8 +539,7 @@ functions:
539539 params :
540540 working_dir : mongo-csharp-driver
541541 script : |
542- ${PREPARE_SHELL}
543- OS=${OS} ASSERT_NO_URI_CREDS=true evergreen/run-mongodb-aws-test.sh
542+ DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} ASSERT_NO_URI_CREDS=true evergreen/run-mongodb-aws-test.sh session-creds
544543
545544 run-atlas-data-lake-test :
546545 - command : shell.exec
You can’t perform that action at this time.
0 commit comments