We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1575e53 commit 0f135a1Copy full SHA for 0f135a1
.evergreen/config.yml
@@ -643,6 +643,13 @@ functions:
643
working_dir: "src"
644
script: |
645
${PREPARE_SHELL}
646
+ if [ "${skip_EC2_auth_test}" = "true" ]; then
647
+ echo "This platform does not support the EC2 auth test, skipping..."
648
+ exit 0
649
+ fi
650
+ # Write an empty prepare_mongodb_aws so no auth environment variables
651
+ # are set.
652
+ echo "" > "${PROJECT_DIRECTORY}/prepare_mongodb_aws.sh"
653
PYTHON_BINARY=${PYTHON_BINARY} ASSERT_NO_URI_CREDS=true .evergreen/run-mongodb-aws-test.sh
654
655
"run aws auth test with aws credentials as environment variables":
0 commit comments