@@ -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 :
@@ -1030,6 +1032,14 @@ functions:
1030
1032
args :
1031
1033
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
1032
1034
tasks :
1035
+ - name : test-atlas-data-lake
1036
+ tags :
1037
+ - datalake
1038
+ - mongohouse
1039
+ commands :
1040
+ - func : install dependencies
1041
+ - func : bootstrap mongohoused
1042
+ - func : run data lake tests
1033
1043
- name : test-serverless
1034
1044
tags :
1035
1045
- serverless
@@ -1682,11 +1692,6 @@ tasks:
1682
1692
commands :
1683
1693
- func : install dependencies
1684
1694
- func : run atlas tests
1685
- - name : test-atlas-data-lake
1686
- commands :
1687
- - func : install dependencies
1688
- - func : bootstrap mongohoused
1689
- - func : run data lake tests
1690
1695
- name : test-5.0-load-balanced
1691
1696
tags :
1692
1697
- latest
@@ -3944,7 +3949,6 @@ buildvariants:
3944
3949
- test-3.6-sharded_cluster
3945
3950
- test-latest-server-v1-api
3946
3951
- test-atlas-connectivity
3947
- - test-atlas-data-lake
3948
3952
- test-5.0-load-balanced
3949
3953
- test-6.0-load-balanced
3950
3954
- test-latest-load-balanced
@@ -3997,7 +4001,6 @@ buildvariants:
3997
4001
- test-3.6-sharded_cluster
3998
4002
- test-latest-server-v1-api
3999
4003
- test-atlas-connectivity
4000
- - test-atlas-data-lake
4001
4004
- test-5.0-load-balanced
4002
4005
- test-6.0-load-balanced
4003
4006
- test-latest-load-balanced
@@ -4048,7 +4051,6 @@ buildvariants:
4048
4051
- test-3.6-sharded_cluster
4049
4052
- test-latest-server-v1-api
4050
4053
- test-atlas-connectivity
4051
- - test-atlas-data-lake
4052
4054
- test-5.0-load-balanced
4053
4055
- test-6.0-load-balanced
4054
4056
- test-latest-load-balanced
@@ -4099,7 +4101,6 @@ buildvariants:
4099
4101
- test-3.6-sharded_cluster
4100
4102
- test-latest-server-v1-api
4101
4103
- test-atlas-connectivity
4102
- - test-atlas-data-lake
4103
4104
- test-5.0-load-balanced
4104
4105
- test-6.0-load-balanced
4105
4106
- test-latest-load-balanced
@@ -4149,7 +4150,6 @@ buildvariants:
4149
4150
- test-3.6-sharded_cluster
4150
4151
- test-latest-server-v1-api
4151
4152
- test-atlas-connectivity
4152
- - test-atlas-data-lake
4153
4153
- test-5.0-load-balanced
4154
4154
- test-6.0-load-balanced
4155
4155
- test-latest-load-balanced
@@ -4198,7 +4198,6 @@ buildvariants:
4198
4198
- test-3.6-replica_set
4199
4199
- test-3.6-sharded_cluster
4200
4200
- test-latest-server-v1-api
4201
- - test-atlas-data-lake
4202
4201
- test-socks5
4203
4202
- test-socks5-tls
4204
4203
- test-tls-support-latest
@@ -4241,7 +4240,6 @@ buildvariants:
4241
4240
- test-3.6-replica_set
4242
4241
- test-3.6-sharded_cluster
4243
4242
- test-latest-server-v1-api
4244
- - test-atlas-data-lake
4245
4243
- test-socks5
4246
4244
- test-socks5-tls
4247
4245
- test-tls-support-latest
@@ -4284,7 +4282,6 @@ buildvariants:
4284
4282
- test-3.6-replica_set
4285
4283
- test-3.6-sharded_cluster
4286
4284
- test-latest-server-v1-api
4287
- - test-atlas-data-lake
4288
4285
- test-socks5
4289
4286
- test-socks5-tls
4290
4287
- 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