Skip to content

Commit 4d16141

Browse files
committed
PHPLIB-1304: Pull mongohouse image from ECR repo
1 parent 7727491 commit 4d16141

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

.evergreen/config/functions.yml

Lines changed: 8 additions & 3 deletions
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}" ${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+
pull-mongohouse-image.sh
162165
- command: shell.exec
163166
params:
164-
background: true
165167
script: |
166-
DRIVERS_TOOLS="${DRIVERS_TOOLS}" ${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+
run-mongohouse-image.sh
167172
168173
"create serverless instance":
169174
- command: shell.exec

.evergreen/config/test-variants.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ buildvariants:
2121
- ".sharded .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2222
- ".loadbalanced .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
2323
- ".serverless"
24-
- "test-atlas-data-lake"
2524
- name: test-debian92-php82-local
2625
tags: ["test", "debian", "x64"]
2726
display_name: "Test: Debian 9.2, PHP 8.2"
@@ -156,3 +155,18 @@ buildvariants:
156155
name: "build-php-8.2"
157156
tasks:
158157
- "run-benchmark"
158+
159+
# Run Atlas Data Lake Tests on Ubuntu
160+
- name: test-ubuntu2204-php82-local
161+
tags: ["test", "ubuntu", "x64"]
162+
display_name: "Test: Ubuntu 22.04 x64, PHP 8.2"
163+
run_on: ubuntu2204-small
164+
expansions:
165+
FETCH_BUILD_VARIANT: "build-ubuntu2204"
166+
FETCH_BUILD_TASK: "build-php-8.2"
167+
PHP_VERSION: "8.2"
168+
depends_on:
169+
- variant: "build-ubuntu2204"
170+
name: "build-php-8.2"
171+
tasks:
172+
- "test-atlas-data-lake"

0 commit comments

Comments
 (0)