Skip to content

Commit 01a8a44

Browse files
authored
PHPLIB-1304: Pull mongohouse image from ECR repo (#1202)
1 parent 97e4e4b commit 01a8a44

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

.evergreen/config/functions.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,17 @@ functions:
158158
- command: shell.exec
159159
params:
160160
script: |
161-
VARIANT=${VARIANT} DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build-mongohouse-local.sh
161+
cd ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake
162+
163+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
164+
bash pull-mongohouse-image.sh
162165
- command: shell.exec
163166
params:
164-
background: true
165167
script: |
166-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" sh ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
168+
cd ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake
169+
170+
DRIVERS_TOOLS="${DRIVERS_TOOLS}" \
171+
bash run-mongohouse-image.sh
167172
168173
"create serverless instance":
169174
- command: shell.exec

.evergreen/config/test-variants.yml

+15
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,18 @@ buildvariants:
156156
name: "build-php-8.2"
157157
tasks:
158158
- "run-benchmark"
159+
160+
# Run Atlas Data Lake Tests on Ubuntu
161+
- name: test-ubuntu2204-php82-local
162+
tags: ["test", "ubuntu", "x64"]
163+
display_name: "Test: Ubuntu 22.04 x64, PHP 8.2"
164+
run_on: ubuntu2204-small
165+
expansions:
166+
FETCH_BUILD_VARIANT: "build-ubuntu2204"
167+
FETCH_BUILD_TASK: "build-php-8.2"
168+
PHP_VERSION: "8.2"
169+
depends_on:
170+
- variant: "build-ubuntu2204"
171+
name: "build-php-8.2"
172+
tasks:
173+
- "test-atlas-data-lake"

0 commit comments

Comments
 (0)