Skip to content
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

GODRIVER-2607 Remove legacy shell from test scripts #1429

Merged
merged 13 commits into from
Oct 18, 2023

Conversation

blink1073
Copy link
Member

GODRIVER-2607

Summary

Use new test scripts in Drivers-Evergreen-Tools.

Background & Motivation

Clean up EVG config and avoid the need for the legacy mongo shell.
Note that we have to use ec2.assume_role to get the secrets because there is no instance profile associated with
the macos hosts.

Relies on mongodb-labs/drivers-evergreen-tools#365

@blink1073
Copy link
Member Author

cc @alcaeus, I think this should be the prototype PR for other drivers to follow.

@@ -144,7 +145,7 @@ functions:
# If this was a patch build, doing a fresh clone would not actually test the patch
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
else
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
git clone --branch GODRIVER-2607 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we wait for the merging of mongodb-labs/drivers-evergreen-tools#365?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

@mongodb-drivers-pr-bot
Copy link
Contributor

API Change Report

No changes found!

@blink1073 blink1073 merged commit 1066e2a into mongodb:v1 Oct 18, 2023
44 of 51 checks passed
@blink1073 blink1073 deleted the GODRIVER-2607 branch October 18, 2023 15:08
blink1073 added a commit to blink1073/mongo-go-driver that referenced this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants