Skip to content

Commit

Permalink
CSHARP-4837: Pull mongohouse image from ADL ECR repo (#1235)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanych-sun committed Dec 14, 2023
1 parent 5b14ae2 commit 136ee95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
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

0 comments on commit 136ee95

Please sign in to comment.