File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -448,15 +448,15 @@ functions:
448
448
IAM_AUTH_ECS_ACCOUNT : ${iam_auth_ecs_account}
449
449
IAM_AUTH_ECS_SECRET_ACCESS_KEY : ${iam_auth_ecs_secret_access_key}
450
450
working_dir : mongo-csharp-driver
451
- script :
451
+ script : |
452
452
DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} evergreen/run-mongodb-aws-test.sh regular
453
453
454
454
run-aws-auth-test-with-assume-role-credentials :
455
455
- command : shell.exec
456
456
type : test
457
457
params :
458
458
working_dir : mongo-csharp-driver
459
- script :
459
+ script : |
460
460
DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} evergreen/run-mongodb-aws-test.sh assume-role
461
461
462
462
run-aws-auth-test-with-aws-EC2-credentials :
@@ -530,7 +530,7 @@ functions:
530
530
IAM_AUTH_ECS_ACCOUNT : ${iam_auth_ecs_account}
531
531
IAM_AUTH_ECS_SECRET_ACCESS_KEY : ${iam_auth_ecs_secret_access_key}
532
532
working_dir : mongo-csharp-driver
533
- script :
533
+ script : |
534
534
DRIVERS_TOOLS=${DRIVERS_TOOLS} OS=${OS} ASSERT_NO_URI_CREDS=true evergreen/run-mongodb-aws-test.sh env-creds
535
535
536
536
run-aws-auth-test-with-aws-credentials-and-session-token-as-environment-variables :
@@ -539,8 +539,7 @@ functions:
539
539
params :
540
540
working_dir : mongo-csharp-driver
541
541
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
544
543
545
544
run-atlas-data-lake-test :
546
545
- command : shell.exec
You can’t perform that action at this time.
0 commit comments