@@ -59,13 +59,15 @@ functions:
59
59
params :
60
60
script : |
61
61
${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
63
63
- command : shell.exec
64
64
params :
65
65
background : true
66
66
script : |
67
67
${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
69
71
bootstrap kms servers :
70
72
- command : subprocess.exec
71
73
params :
@@ -1031,6 +1033,14 @@ functions:
1031
1033
args :
1032
1034
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
1033
1035
tasks :
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
1034
1044
- name : test-serverless
1035
1045
tags :
1036
1046
- serverless
@@ -1683,11 +1693,6 @@ tasks:
1683
1693
commands :
1684
1694
- func : install dependencies
1685
1695
- 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
1691
1696
- name : test-5.0-load-balanced
1692
1697
tags :
1693
1698
- latest
@@ -3945,7 +3950,6 @@ buildvariants:
3945
3950
- test-3.6-sharded_cluster
3946
3951
- test-latest-server-v1-api
3947
3952
- test-atlas-connectivity
3948
- - test-atlas-data-lake
3949
3953
- test-5.0-load-balanced
3950
3954
- test-6.0-load-balanced
3951
3955
- test-latest-load-balanced
@@ -3998,7 +4002,6 @@ buildvariants:
3998
4002
- test-3.6-sharded_cluster
3999
4003
- test-latest-server-v1-api
4000
4004
- test-atlas-connectivity
4001
- - test-atlas-data-lake
4002
4005
- test-5.0-load-balanced
4003
4006
- test-6.0-load-balanced
4004
4007
- test-latest-load-balanced
@@ -4049,7 +4052,6 @@ buildvariants:
4049
4052
- test-3.6-sharded_cluster
4050
4053
- test-latest-server-v1-api
4051
4054
- test-atlas-connectivity
4052
- - test-atlas-data-lake
4053
4055
- test-5.0-load-balanced
4054
4056
- test-6.0-load-balanced
4055
4057
- test-latest-load-balanced
@@ -4100,7 +4102,6 @@ buildvariants:
4100
4102
- test-3.6-sharded_cluster
4101
4103
- test-latest-server-v1-api
4102
4104
- test-atlas-connectivity
4103
- - test-atlas-data-lake
4104
4105
- test-5.0-load-balanced
4105
4106
- test-6.0-load-balanced
4106
4107
- test-latest-load-balanced
@@ -4150,7 +4151,6 @@ buildvariants:
4150
4151
- test-3.6-sharded_cluster
4151
4152
- test-latest-server-v1-api
4152
4153
- test-atlas-connectivity
4153
- - test-atlas-data-lake
4154
4154
- test-5.0-load-balanced
4155
4155
- test-6.0-load-balanced
4156
4156
- test-latest-load-balanced
@@ -4199,7 +4199,6 @@ buildvariants:
4199
4199
- test-3.6-replica_set
4200
4200
- test-3.6-sharded_cluster
4201
4201
- test-latest-server-v1-api
4202
- - test-atlas-data-lake
4203
4202
- test-socks5
4204
4203
- test-socks5-tls
4205
4204
- test-tls-support-latest
@@ -4242,7 +4241,6 @@ buildvariants:
4242
4241
- test-3.6-replica_set
4243
4242
- test-3.6-sharded_cluster
4244
4243
- test-latest-server-v1-api
4245
- - test-atlas-data-lake
4246
4244
- test-socks5
4247
4245
- test-socks5-tls
4248
4246
- test-tls-support-latest
@@ -4285,7 +4283,6 @@ buildvariants:
4285
4283
- test-3.6-replica_set
4286
4284
- test-3.6-sharded_cluster
4287
4285
- test-latest-server-v1-api
4288
- - test-atlas-data-lake
4289
4286
- test-socks5
4290
4287
- test-socks5-tls
4291
4288
- test-tls-support-latest
@@ -4427,6 +4424,13 @@ buildvariants:
4427
4424
aws-4.4-auth-test-run-aws-auth-test-AssumeRoleWithWebIdentity-with-AWS_ROLE_SESSION_NAME-unset-no-peer-dependencies
4428
4425
- >-
4429
4426
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
4430
4434
- name : rhel8-custom-dependency-tests
4431
4435
display_name : Custom Dependency Version Test
4432
4436
run_on : rhel80-large
0 commit comments