@@ -51,13 +51,15 @@ functions:
5151 params :
5252 script : |
5353 ${PREPARE_SHELL}
54- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build -mongohouse-local .sh
54+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull -mongohouse-image .sh
5555 - command : shell.exec
5656 params :
5757 background : true
5858 script : |
5959 ${PREPARE_SHELL}
60- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
60+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
61+ sleep 1
62+ docker ps
6163 bootstrap kms servers :
6264 - command : subprocess.exec
6365 params :
@@ -1033,6 +1035,14 @@ functions:
10331035 args :
10341036 - ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
10351037tasks :
1038+ - name : test-atlas-data-lake
1039+ tags :
1040+ - datalake
1041+ - mongohouse
1042+ commands :
1043+ - func : install dependencies
1044+ - func : bootstrap mongohoused
1045+ - func : run data lake tests
10361046 - name : test-serverless
10371047 tags :
10381048 - serverless
@@ -1700,11 +1710,6 @@ tasks:
17001710 commands :
17011711 - func : install dependencies
17021712 - func : run atlas tests
1703- - name : test-atlas-data-lake
1704- commands :
1705- - func : install dependencies
1706- - func : bootstrap mongohoused
1707- - func : run data lake tests
17081713 - name : test-5.0-load-balanced
17091714 tags :
17101715 - latest
@@ -4044,7 +4049,6 @@ buildvariants:
40444049 - test-3.6-sharded_cluster
40454050 - test-latest-server-v1-api
40464051 - test-atlas-connectivity
4047- - test-atlas-data-lake
40484052 - test-5.0-load-balanced
40494053 - test-6.0-load-balanced
40504054 - test-latest-load-balanced
@@ -4096,7 +4100,6 @@ buildvariants:
40964100 - test-3.6-sharded_cluster
40974101 - test-latest-server-v1-api
40984102 - test-atlas-connectivity
4099- - test-atlas-data-lake
41004103 - test-5.0-load-balanced
41014104 - test-6.0-load-balanced
41024105 - test-latest-load-balanced
@@ -4148,7 +4151,6 @@ buildvariants:
41484151 - test-3.6-sharded_cluster
41494152 - test-latest-server-v1-api
41504153 - test-atlas-connectivity
4151- - test-atlas-data-lake
41524154 - test-5.0-load-balanced
41534155 - test-6.0-load-balanced
41544156 - test-latest-load-balanced
@@ -4199,7 +4201,6 @@ buildvariants:
41994201 - test-3.6-sharded_cluster
42004202 - test-latest-server-v1-api
42014203 - test-atlas-connectivity
4202- - test-atlas-data-lake
42034204 - test-5.0-load-balanced
42044205 - test-6.0-load-balanced
42054206 - test-latest-load-balanced
@@ -4249,7 +4250,6 @@ buildvariants:
42494250 - test-3.6-replica_set
42504251 - test-3.6-sharded_cluster
42514252 - test-latest-server-v1-api
4252- - test-atlas-data-lake
42534253 - test-socks5
42544254 - test-socks5-tls
42554255 - test-tls-support-latest
@@ -4292,7 +4292,6 @@ buildvariants:
42924292 - test-3.6-replica_set
42934293 - test-3.6-sharded_cluster
42944294 - test-latest-server-v1-api
4295- - test-atlas-data-lake
42964295 - test-socks5
42974296 - test-socks5-tls
42984297 - test-tls-support-latest
@@ -4335,7 +4334,6 @@ buildvariants:
43354334 - test-3.6-replica_set
43364335 - test-3.6-sharded_cluster
43374336 - test-latest-server-v1-api
4338- - test-atlas-data-lake
43394337 - test-socks5
43404338 - test-socks5-tls
43414339 - test-tls-support-latest
@@ -4477,6 +4475,13 @@ buildvariants:
44774475 aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset-no-peer-dependencies
44784476 - >-
44794477 aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-set-no-peer-dependencies
4478+ - name : ubuntu2204-test-atlas-data-lake
4479+ display_name : Atlas Data Lake Tests
4480+ run_on : ubuntu2204-large
4481+ expansions :
4482+ NODE_LTS_VERSION : 20
4483+ tasks :
4484+ - test-atlas-data-lake
44804485 - name : rhel8-custom-dependency-tests
44814486 display_name : Custom Dependency Version Test
44824487 run_on : rhel80-large
0 commit comments