Skip to content

Commit 8c336ff

Browse files
authored
Pin drivers-evergreen-tools to rev 98f6b0e in v1. (#2184)
1 parent 106cff3 commit 8c336ff

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,12 +146,15 @@ functions:
146146
script: |
147147
${PREPARE_SHELL}
148148
rm -rf $DRIVERS_TOOLS
149-
if [ "${project}" = "drivers-tools" ]; then
150-
# If this was a patch build, doing a fresh clone would not actually test the patch
151-
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
152-
else
153-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
154-
fi
149+
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
150+
151+
# Pin drivers-evergreen-tools to revision 98f6b0e (Aug 20, 2025).
152+
# In leu of cutting a dedicated branch, please cherry-pick any required changes inline.
153+
# For example:
154+
# git -C $DRIVERS_TOOLS checkout 98f6b0e
155+
# git -C $DRIVERS_TOOLS cherry-pick <sha> # needed for <reason>
156+
git -C $DRIVERS_TOOLS checkout 98f6b0e
157+
155158
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
156159
- command: shell.exec
157160
params:

0 commit comments

Comments
 (0)