From 8ec47c388cf4a35649dffbff341270dbe0fc6295 Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Wed, 13 Dec 2023 13:43:59 -0800 Subject: [PATCH] CSHARP-4837: Pull mongohouse image from ADL ECR repo --- evergreen/evergreen.yml | 9 +++------ evergreen/run-atlas-data-lake-test.sh | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/evergreen/evergreen.yml b/evergreen/evergreen.yml index 586c76bfc8c..22364f30e27 100644 --- a/evergreen/evergreen.yml +++ b/evergreen/evergreen.yml @@ -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 @@ -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 diff --git a/evergreen/run-atlas-data-lake-test.sh b/evergreen/run-atlas-data-lake-test.sh index fdd8ae0472c..7aabe67e019 100755 --- a/evergreen/run-atlas-data-lake-test.sh +++ b/evergreen/run-atlas-data-lake-test.sh @@ -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