-
Notifications
You must be signed in to change notification settings - Fork 92
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
PYTHON-5047 Improve testing of publish workflows and fix integration tests #943
Conversation
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.
Branch needs to be reverted in integ-setup.sh
@@ -28,7 +28,7 @@ MONGOCRYPT_DIR: "$MONGOCRYPT_DIR" | |||
EOT | |||
|
|||
# Set up drivers-tools with a .env file. | |||
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git ${DRIVERS_TOOLS} | |||
git clone --branch DRIVERS-3032-fix-crypt_shared_loc https://github.com/blink1073/drivers-evergreen-tools.git ${DRIVERS_TOOLS} |
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.
Once the PR for drivers-evergreen-tools is merged, this will have to be reverted.
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 now that we've merged drivers-evergreen-tools/pull/588
The integ test is now passing, but this needs to be in draft until mongodb-labs/drivers-evergreen-tools#586 is merged and we update the git checkout here.