File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ functions:
98
98
# If this was a patch build, doing a fresh clone would not actually test the patch
99
99
cp -R ${PROJECT_DIRECTORY}/ $DRIVERS_TOOLS
100
100
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
102
102
fi
103
103
echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" > $MONGO_ORCHESTRATION_HOME/orchestration.config
104
104
@@ -313,18 +313,15 @@ functions:
313
313
params :
314
314
script : |
315
315
${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
320
317
- command : shell.exec
321
318
type : setup
322
319
params :
323
- background : true
324
320
script : |
325
321
${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
328
325
329
326
" stop mongo-orchestration " :
330
327
- command : shell.exec
@@ -2976,7 +2973,7 @@ buildvariants:
2976
2973
2977
2974
- matrix_name : " data-lake-spec-tests"
2978
2975
matrix_spec :
2979
- platform : rhel8
2976
+ platform : ubuntu-22.04
2980
2977
python-version : ["3.7", "3.10"]
2981
2978
auth : " auth"
2982
2979
c-extensions : " *"
You can’t perform that action at this time.
0 commit comments