File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -269,14 +269,11 @@ functions:
269
269
- command : shell.exec
270
270
params :
271
271
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
274
273
- command : shell.exec
275
274
params :
276
- background : true
277
275
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
280
277
281
278
run-load-balancer :
282
279
- command : shell.exec
@@ -2194,7 +2191,7 @@ buildvariants:
2194
2191
- name : atlas-data-lake-test
2195
2192
display_name : " Atlas Data Lake Tests"
2196
2193
run_on :
2197
- - windows-64-vs2017-test
2194
+ - ubuntu2004-large
2198
2195
tasks :
2199
2196
- name : atlas-data-lake-test
2200
2197
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ echo "Running Atlas Data Lake driver tests"
12
12
export MONGODB_URI=" mongodb://mhuser:pencil@localhost"
13
13
export ATLAS_DATA_LAKE_TESTS_ENABLED=true
14
14
15
- powershell.exe . \\ build.ps1 --target TestAtlasDataLake
15
+ ./ build.sh --target= TestAtlasDataLake
You can’t perform that action at this time.
0 commit comments