Merge branch 'master' into patch-4

This commit is contained in:
Mandie Smith 2019-09-17 10:54:32 -04:00 committed by GitHub
commit 177d7534f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -162,6 +162,7 @@
" --restart=always",
" -v jenkins-evergreen-data:/evergreen/data",
" -v $PWD/ssh-agents-private-key:/run/secrets/PRIVATE_KEY:ro",
" -e REGION=", {"Ref":"AWS::Region"},
" -e ARTIFACT_MANAGER_S3_BUCKET_NAME=", {"Ref":"S3BucketForArtifactManager"},
" -e AGENT_SECURITY_GROUP=", {"Ref":"EvergreenAgentSecurityGroup"},
" -e AGENT_SUBNET=", {"Ref":"EvergreenSubnet"},

View File

@ -6,8 +6,7 @@ unclassified:
provider: s3
aws:
awsCredentials:
# FIXME: not a sensible default for everyone
region: "us-east-1"
region: "${REGION}"
s3:
# TODO: create through CloudFormation
container: "${ARTIFACT_MANAGER_S3_BUCKET_NAME}"