@@ -59,13 +59,15 @@ functions:
5959 params :
6060 script : |
6161 ${PREPARE_SHELL}
62- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/build -mongohouse-local .sh
62+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/pull -mongohouse-image .sh
6363 - command : shell.exec
6464 params :
6565 background : true
6666 script : |
6767 ${PREPARE_SHELL}
68- DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-local.sh
68+ DRIVERS_TOOLS="${DRIVERS_TOOLS}" bash ${DRIVERS_TOOLS}/.evergreen/atlas_data_lake/run-mongohouse-image.sh
69+ sleep 1
70+ docker ps
6971 bootstrap kms servers :
7072 - command : subprocess.exec
7173 params :
@@ -1031,6 +1033,14 @@ functions:
10311033 args :
10321034 - ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
10331035tasks :
1036+ - name : test-atlas-data-lake
1037+ tags :
1038+ - datalake
1039+ - mongohouse
1040+ commands :
1041+ - func : install dependencies
1042+ - func : bootstrap mongohoused
1043+ - func : run data lake tests
10341044 - name : test-serverless
10351045 tags :
10361046 - serverless
@@ -1683,11 +1693,6 @@ tasks:
16831693 commands :
16841694 - func : install dependencies
16851695 - func : run atlas tests
1686- - name : test-atlas-data-lake
1687- commands :
1688- - func : install dependencies
1689- - func : bootstrap mongohoused
1690- - func : run data lake tests
16911696 - name : test-5.0-load-balanced
16921697 tags :
16931698 - latest
@@ -3945,7 +3950,6 @@ buildvariants:
39453950 - test-3.6-sharded_cluster
39463951 - test-latest-server-v1-api
39473952 - test-atlas-connectivity
3948- - test-atlas-data-lake
39493953 - test-5.0-load-balanced
39503954 - test-6.0-load-balanced
39513955 - test-latest-load-balanced
@@ -3998,7 +4002,6 @@ buildvariants:
39984002 - test-3.6-sharded_cluster
39994003 - test-latest-server-v1-api
40004004 - test-atlas-connectivity
4001- - test-atlas-data-lake
40024005 - test-5.0-load-balanced
40034006 - test-6.0-load-balanced
40044007 - test-latest-load-balanced
@@ -4049,7 +4052,6 @@ buildvariants:
40494052 - test-3.6-sharded_cluster
40504053 - test-latest-server-v1-api
40514054 - test-atlas-connectivity
4052- - test-atlas-data-lake
40534055 - test-5.0-load-balanced
40544056 - test-6.0-load-balanced
40554057 - test-latest-load-balanced
@@ -4100,7 +4102,6 @@ buildvariants:
41004102 - test-3.6-sharded_cluster
41014103 - test-latest-server-v1-api
41024104 - test-atlas-connectivity
4103- - test-atlas-data-lake
41044105 - test-5.0-load-balanced
41054106 - test-6.0-load-balanced
41064107 - test-latest-load-balanced
@@ -4150,7 +4151,6 @@ buildvariants:
41504151 - test-3.6-sharded_cluster
41514152 - test-latest-server-v1-api
41524153 - test-atlas-connectivity
4153- - test-atlas-data-lake
41544154 - test-5.0-load-balanced
41554155 - test-6.0-load-balanced
41564156 - test-latest-load-balanced
@@ -4199,7 +4199,6 @@ buildvariants:
41994199 - test-3.6-replica_set
42004200 - test-3.6-sharded_cluster
42014201 - test-latest-server-v1-api
4202- - test-atlas-data-lake
42034202 - test-socks5
42044203 - test-socks5-tls
42054204 - test-tls-support-latest
@@ -4242,7 +4241,6 @@ buildvariants:
42424241 - test-3.6-replica_set
42434242 - test-3.6-sharded_cluster
42444243 - test-latest-server-v1-api
4245- - test-atlas-data-lake
42464244 - test-socks5
42474245 - test-socks5-tls
42484246 - test-tls-support-latest
@@ -4285,7 +4283,6 @@ buildvariants:
42854283 - test-3.6-replica_set
42864284 - test-3.6-sharded_cluster
42874285 - test-latest-server-v1-api
4288- - test-atlas-data-lake
42894286 - test-socks5
42904287 - test-socks5-tls
42914288 - test-tls-support-latest
@@ -4427,6 +4424,13 @@ buildvariants:
44274424 aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset-no-peer-dependencies
44284425 - >-
44294426 aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-set-no-peer-dependencies
4427+ - name : ubuntu2204-test-atlas-data-lake
4428+ display_name : Atlas Data Lake Tests
4429+ run_on : ubuntu2204-large
4430+ expansions :
4431+ NODE_LTS_VERSION : 20
4432+ tasks :
4433+ - test-atlas-data-lake
44304434 - name : rhel8-custom-dependency-tests
44314435 display_name : Custom Dependency Version Test
44324436 run_on : rhel80-large
0 commit comments