Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions evergreen/evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,11 @@ functions:
- command: shell.exec
params:
script: |
DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull-mongohouse-image.sh
- command: shell.exec
params:
background: true
script: |
DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh

run-load-balancer:
- command: shell.exec
Expand Down Expand Up @@ -2194,7 +2191,7 @@ buildvariants:
- name: atlas-data-lake-test
display_name: "Atlas Data Lake Tests"
run_on:
- windows-64-vs2017-test
- ubuntu2004-large
tasks:
- name: atlas-data-lake-test

Expand Down
2 changes: 1 addition & 1 deletion evergreen/run-atlas-data-lake-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "Running Atlas Data Lake driver tests"
export MONGODB_URI="mongodb://mhuser:pencil@localhost"
export ATLAS_DATA_LAKE_TESTS_ENABLED=true

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