Skip to content

Commit afc2c28

Browse files
authored
DRIVERS-2543 Pull mongohouse image from ADL ECR repo (mongodb#1390)
1 parent 6c88c73 commit afc2c28

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.evergreen/config.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ functions:
9898
# If this was a patch build, doing a fresh clone would not actually test the patch
9999
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
100100
else
101-
git clone https://github.com/mongodb-labs/drivers-evergreen-tools.git $DRIVERS_TOOLS
101+
git clone --branch DRIVERS-2543 https://github.com/blink1073/drivers-evergreen-tools.git $DRIVERS_TOOLS
102102
fi
103103
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
104104
@@ -313,18 +313,15 @@ functions:
313313
params:
314314
script: |
315315
${PREPARE_SHELL}
316-
set -o xtrace
317-
# The mongohouse build script needs to be passed the VARIANT variable, see
318-
# https://github.com/10gen/mongohouse/blob/973cc11/evergreen.yaml#L65
319-
VARIANT=rhel84-small bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
316+
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
320317
- command: shell.exec
321318
type: setup
322319
params:
323-
background: true
324320
script: |
325321
${PREPARE_SHELL}
326-
set -o xtrace
327-
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
322+
bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
323+
sleep 1
324+
docker ps
328325
329326
"stop mongo-orchestration":
330327
- command: shell.exec
@@ -2976,7 +2973,7 @@ buildvariants:
29762973

29772974
- matrix_name: "data-lake-spec-tests"
29782975
matrix_spec:
2979-
platform: rhel8
2976+
platform: ubuntu-22.04
29802977
python-version: ["3.7", "3.10"]
29812978
auth: "auth"
29822979
c-extensions: "*"

0 commit comments

Comments
 (0)