File tree 2 files changed +23
-3
lines changed
2 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -158,12 +158,17 @@ functions:
158
158
- command : shell.exec
159
159
params :
160
160
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
162
165
- command : shell.exec
163
166
params :
164
- background : true
165
167
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
167
172
168
173
" create serverless instance " :
169
174
- command : shell.exec
Original file line number Diff line number Diff line change @@ -156,3 +156,18 @@ buildvariants:
156
156
name : " build-php-8.2"
157
157
tasks :
158
158
- " 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"
You can’t perform that action at this time.
0 commit comments