Skip to content

Commit 136ee95

Browse files
authored
CSHARP-4837: Pull mongohouse image from ADL ECR repo (#1235)
1 parent 5b14ae2 commit 136ee95

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

evergreen/evergreen.yml

+3-6
Original file line numberDiff line numberDiff 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

evergreen/run-atlas-data-lake-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ echo "Running Atlas Data Lake driver tests"
1212
export MONGODB_URI="mongodb://mhuser:pencil@localhost"
1313
export ATLAS_DATA_LAKE_TESTS_ENABLED=true
1414

15-
powershell.exe .\\build.ps1 --target TestAtlasDataLake
15+
./build.sh --target=TestAtlasDataLake

0 commit comments

Comments
 (0)