Skip to content

Commit 0a826e6

Browse files
authored
GODRIVER-3401 Pull mongohouse image from ADL ECR repo (#1458)
1 parent fd1ca35 commit 0a826e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.evergreen/config.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -211,16 +211,15 @@ functions:
211211
${PREPARE_SHELL}
212212
213213
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
214-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh build-mongohouse-local.sh
214+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash pull-mongohouse-image.sh
215215
- command: shell.exec
216216
params:
217217
shell: "bash"
218-
background: true
219218
script: |
220219
${PREPARE_SHELL}
221220
222221
cd $DRIVERS_TOOLS/.evergreen/atlas_data_lake
223-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh run-mongohouse-local.sh
222+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash run-mongohouse-image.sh
224223
225224
bootstrap-mongo-orchestration:
226225
- command: shell.exec
@@ -2558,7 +2557,7 @@ buildvariants:
25582557
tags: ["pullrequest"]
25592558
display_name: "Atlas Data Lake Test"
25602559
run_on:
2561-
- rhel8.7-large
2560+
- ubuntu2004-large
25622561
expansions:
25632562
GO_DIST: "/opt/golang/go1.20"
25642563
tasks:

0 commit comments

Comments
 (0)