-
Notifications
You must be signed in to change notification settings - Fork 68
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-3032 Add Python CLI for drivers-evergreen-tools orchestration #578
Conversation
…ols into DRIVERS-3032-dec
…ols into DRIVERS-3032-dec
…ols into DRIVERS-3032-dec
# Remove the virtual env. | ||
rm -rf $DRIVERS_TOOLS/.evergreen/venv || true | ||
|
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.
Why do we need to remove the venv?
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.
For instances where the directory structure is copied into a container or onto a VM.
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.
Is this file still necessary?
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.
No, this logic is handled by the python script and mongo-orchestration now.
Co-authored-by: Jib <[email protected]>
…reen-tools into DRIVERS-3032-dec
…stration (mongodb-labs#578)" This reverts commit 50d13ab.
Tested with several drivers:
Go: https://spruce.mongodb.com/version/6783035d6497de0007f2c277/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
Node: https://spruce.mongodb.com/version/6783069e711c660007a1a08d/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
Python: https://spruce.mongodb.com/version/67829413c8ef0b000733791d/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC
C: https://spruce.mongodb.com/version/6783d86feef86d00072e7918/tasks?sorts=STATUS%3AASC%3BBASE_STATUS%3ADESC