File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
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}" ${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
162
165
- command : shell.exec
163
166
params :
164
- background : true
165
167
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
167
172
168
173
" create serverless instance " :
169
174
- command : shell.exec
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ buildvariants:
21
21
- " .sharded .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
22
22
- " .loadbalanced .local !.csfle !.3.6 !.4.0 !.4.2 !.4.4 !.5.0"
23
23
- " .serverless"
24
- - " test-atlas-data-lake"
25
24
- name : test-debian92-php82-local
26
25
tags : ["test", "debian", "x64"]
27
26
display_name : " Test: Debian 9.2, PHP 8.2"
@@ -156,3 +155,18 @@ buildvariants:
156
155
name : " build-php-8.2"
157
156
tasks :
158
157
- " 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"
You can’t perform that action at this time.
0 commit comments