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

DRIVERS-2543 Pull mongohouse image from ADL ECR repo #1390

Merged
merged 18 commits into from
Nov 6, 2023
15 changes: 6 additions & 9 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,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 DRIVERS-2543 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
fi
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config

Expand Down Expand Up @@ -317,18 +317,15 @@ functions:
params:
script: |
${PREPARE_SHELL}
set -o xtrace
# The mongohouse build script needs to be passed the VARIANT variable, see
# https://github.com/10gen/mongohouse/blob/973cc11/evergreen.yaml#L65
VARIANT=rhel84-small bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
- command: shell.exec
type: setup
params:
background: true
script: |
${PREPARE_SHELL}
set -o xtrace
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
sleep 1
docker ps

"stop mongo-orchestration":
- command: shell.exec
Expand Down Expand Up @@ -3048,7 +3045,7 @@ buildvariants:

- matrix_name: "data-lake-spec-tests"
matrix_spec:
platform: rhel8
platform: ubuntu-22.04
python-version: ["3.7", "3.10"]
auth: "auth"
c-extensions: "*"
Expand Down
Loading