-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DRIVERS-2543 Pull mongohouse image from ADL ECR repo #363
Conversation
…ols into DRIVERS-2543
@@ -0,0 +1,13 @@ | |||
#!/bin/sh | |||
# | |||
# This script launches a docker-based for mongohoused for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing an "image" after "docker-based."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this empty file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They aren't empty, I made them executable so it shows up as a 0 line change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it, the Github UI does not make that clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this empty file?
.evergreen/auth_aws/setup_secrets.py
Outdated
@@ -13,13 +13,17 @@ | |||
|
|||
AWS_ROLE_ARN = "arn:aws:iam::857654397073:role/drivers-test-secrets-role" | |||
|
|||
AWS_ROLE_ARN = "arn:aws:iam::857654397073:role/drivers-test-secrets-role" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate definition of AWS_ROLE_ARN
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Pending https://github.com/10gen/mongohouse/pull/7602 we can remove the
test.yaml