@@ -51,13 +51,15 @@ functions:
51
51
params :
52
52
script : |
53
53
${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
55
55
- command : shell.exec
56
56
params :
57
57
background : true
58
58
script : |
59
59
${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
61
63
bootstrap kms servers :
62
64
- command : subprocess.exec
63
65
params :
@@ -1033,6 +1035,14 @@ functions:
1033
1035
args :
1034
1036
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
1035
1037
tasks :
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
1036
1046
- name : test-serverless
1037
1047
tags :
1038
1048
- serverless
@@ -1700,11 +1710,6 @@ tasks:
1700
1710
commands :
1701
1711
- func : install dependencies
1702
1712
- 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
1708
1713
- name : test-5.0-load-balanced
1709
1714
tags :
1710
1715
- latest
@@ -4044,7 +4049,6 @@ buildvariants:
4044
4049
- test-3.6-sharded_cluster
4045
4050
- test-latest-server-v1-api
4046
4051
- test-atlas-connectivity
4047
- - test-atlas-data-lake
4048
4052
- test-5.0-load-balanced
4049
4053
- test-6.0-load-balanced
4050
4054
- test-latest-load-balanced
@@ -4096,7 +4100,6 @@ buildvariants:
4096
4100
- test-3.6-sharded_cluster
4097
4101
- test-latest-server-v1-api
4098
4102
- test-atlas-connectivity
4099
- - test-atlas-data-lake
4100
4103
- test-5.0-load-balanced
4101
4104
- test-6.0-load-balanced
4102
4105
- test-latest-load-balanced
@@ -4148,7 +4151,6 @@ buildvariants:
4148
4151
- test-3.6-sharded_cluster
4149
4152
- test-latest-server-v1-api
4150
4153
- test-atlas-connectivity
4151
- - test-atlas-data-lake
4152
4154
- test-5.0-load-balanced
4153
4155
- test-6.0-load-balanced
4154
4156
- test-latest-load-balanced
@@ -4199,7 +4201,6 @@ buildvariants:
4199
4201
- test-3.6-sharded_cluster
4200
4202
- test-latest-server-v1-api
4201
4203
- test-atlas-connectivity
4202
- - test-atlas-data-lake
4203
4204
- test-5.0-load-balanced
4204
4205
- test-6.0-load-balanced
4205
4206
- test-latest-load-balanced
@@ -4249,7 +4250,6 @@ buildvariants:
4249
4250
- test-3.6-replica_set
4250
4251
- test-3.6-sharded_cluster
4251
4252
- test-latest-server-v1-api
4252
- - test-atlas-data-lake
4253
4253
- test-socks5
4254
4254
- test-socks5-tls
4255
4255
- test-tls-support-latest
@@ -4292,7 +4292,6 @@ buildvariants:
4292
4292
- test-3.6-replica_set
4293
4293
- test-3.6-sharded_cluster
4294
4294
- test-latest-server-v1-api
4295
- - test-atlas-data-lake
4296
4295
- test-socks5
4297
4296
- test-socks5-tls
4298
4297
- test-tls-support-latest
@@ -4335,7 +4334,6 @@ buildvariants:
4335
4334
- test-3.6-replica_set
4336
4335
- test-3.6-sharded_cluster
4337
4336
- test-latest-server-v1-api
4338
- - test-atlas-data-lake
4339
4337
- test-socks5
4340
4338
- test-socks5-tls
4341
4339
- test-tls-support-latest
@@ -4477,6 +4475,13 @@ buildvariants:
4477
4475
aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset-no-peer-dependencies
4478
4476
- >-
4479
4477
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
4480
4485
- name : rhel8-custom-dependency-tests
4481
4486
display_name : Custom Dependency Version Test
4482
4487
run_on : rhel80-large
0 commit comments