Skip to content

Commit

Permalink
GODRIVER-3401 [master] Pull mongohouse image from ADL ECR repo (#1462)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 8, 2023
1 parent d1a66ce commit 06dc4aa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 06dc4aa

Please sign in to comment.