From 77c0b545b889d6d6ca6b6f02dcd2efdcbbf72b8c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Wed, 8 Nov 2023 13:22:32 -0600 Subject: [PATCH] GODRIVER-3401 Pull mongohouse image from ADL ECR repo (#1458) (cherry picked from commit 0a826e6efd4b362d59be309e2cd9e6f70ddcc5c0) --- .evergreen/config.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 0d4a1ab1a7..253d31a095 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -211,16 +211,15 @@ functions: ${PREPARE_SHELL} cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake - DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh build-mongohouse-local.sh + DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash pull-mongohouse-image.sh - command: shell.exec params: shell: "bash" - background: true script: | ${PREPARE_SHELL} cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake - DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh run-mongohouse-local.sh + DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash run-mongohouse-image.sh bootstrap-mongo-orchestration: - command: shell.exec @@ -2552,7 +2551,7 @@ buildvariants: tags: ["pullrequest"] display_name: "Atlas Data Lake Test" run_on: - - rhel8.7-large + - ubuntu2004-large expansions: GO_DIST: "/opt/golang/go1.20" tasks: