File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -269,14 +269,11 @@ functions:
269269 - command : shell.exec
270270 params :
271271 script : |
272- DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
273- sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
272+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
274273 - command : shell.exec
275274 params :
276- background : true
277275 script : |
278- DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
279- sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
276+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
280277
281278 run-load-balancer :
282279 - command : shell.exec
@@ -2194,7 +2191,7 @@ buildvariants:
21942191- name : atlas-data-lake-test
21952192 display_name : " Atlas Data Lake Tests"
21962193 run_on :
2197- - windows-64-vs2017-test
2194+ - ubuntu2004-large
21982195 tasks :
21992196 - name : atlas-data-lake-test
22002197
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ echo "Running Atlas Data Lake driver tests"
1212export MONGODB_URI=" mongodb://mhuser:pencil@localhost"
1313export ATLAS_DATA_LAKE_TESTS_ENABLED=true
1414
15- powershell.exe . \\ build.ps1 --target TestAtlasDataLake
15+ ./ build.sh --target= TestAtlasDataLake
You can’t perform that action at this time.
0 commit comments