@@ -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 :
@@ -970,6 +972,14 @@ functions:
970
972
args :
971
973
- ${PROJECT_DIRECTORY}/.evergreen/run-benchmarks.sh
972
974
tasks :
975
+ - name : test-atlas-data-lake
976
+ tags :
977
+ - datalake
978
+ - mongohouse
979
+ commands :
980
+ - func : install dependencies
981
+ - func : bootstrap mongohoused
982
+ - func : run data lake tests
973
983
- name : test-serverless
974
984
tags :
975
985
- serverless
@@ -1454,11 +1464,6 @@ tasks:
1454
1464
commands :
1455
1465
- func : install dependencies
1456
1466
- func : run atlas tests
1457
- - name : test-atlas-data-lake
1458
- commands :
1459
- - func : install dependencies
1460
- - func : bootstrap mongohoused
1461
- - func : run data lake tests
1462
1467
- name : test-5.0-load-balanced
1463
1468
tags :
1464
1469
- latest
@@ -3515,7 +3520,6 @@ buildvariants:
3515
3520
- test-3.6-sharded_cluster
3516
3521
- test-latest-server-v1-api
3517
3522
- test-atlas-connectivity
3518
- - test-atlas-data-lake
3519
3523
- test-5.0-load-balanced
3520
3524
- test-6.0-load-balanced
3521
3525
- test-latest-load-balanced
@@ -3567,7 +3571,6 @@ buildvariants:
3567
3571
- test-3.6-sharded_cluster
3568
3572
- test-latest-server-v1-api
3569
3573
- test-atlas-connectivity
3570
- - test-atlas-data-lake
3571
3574
- test-5.0-load-balanced
3572
3575
- test-6.0-load-balanced
3573
3576
- test-latest-load-balanced
@@ -3619,7 +3622,6 @@ buildvariants:
3619
3622
- test-3.6-sharded_cluster
3620
3623
- test-latest-server-v1-api
3621
3624
- test-atlas-connectivity
3622
- - test-atlas-data-lake
3623
3625
- test-5.0-load-balanced
3624
3626
- test-6.0-load-balanced
3625
3627
- test-latest-load-balanced
@@ -3669,7 +3671,6 @@ buildvariants:
3669
3671
- test-3.6-sharded_cluster
3670
3672
- test-latest-server-v1-api
3671
3673
- test-atlas-connectivity
3672
- - test-atlas-data-lake
3673
3674
- test-5.0-load-balanced
3674
3675
- test-6.0-load-balanced
3675
3676
- test-latest-load-balanced
@@ -3718,7 +3719,6 @@ buildvariants:
3718
3719
- test-3.6-sharded_cluster
3719
3720
- test-latest-server-v1-api
3720
3721
- test-atlas-connectivity
3721
- - test-atlas-data-lake
3722
3722
- test-5.0-load-balanced
3723
3723
- test-6.0-load-balanced
3724
3724
- test-latest-load-balanced
@@ -3768,7 +3768,6 @@ buildvariants:
3768
3768
- test-3.6-sharded_cluster
3769
3769
- test-latest-server-v1-api
3770
3770
- test-atlas-connectivity
3771
- - test-atlas-data-lake
3772
3771
- test-5.0-load-balanced
3773
3772
- test-6.0-load-balanced
3774
3773
- test-latest-load-balanced
@@ -3814,7 +3813,6 @@ buildvariants:
3814
3813
- test-3.6-replica_set
3815
3814
- test-3.6-sharded_cluster
3816
3815
- test-latest-server-v1-api
3817
- - test-atlas-data-lake
3818
3816
- test-socks5
3819
3817
- test-socks5-tls
3820
3818
- test-zstd-compression
@@ -3859,7 +3857,6 @@ buildvariants:
3859
3857
- test-3.6-replica_set
3860
3858
- test-3.6-sharded_cluster
3861
3859
- test-latest-server-v1-api
3862
- - test-atlas-data-lake
3863
3860
- test-socks5
3864
3861
- test-socks5-tls
3865
3862
- test-tls-support-latest
@@ -3902,7 +3899,6 @@ buildvariants:
3902
3899
- test-3.6-replica_set
3903
3900
- test-3.6-sharded_cluster
3904
3901
- test-latest-server-v1-api
3905
- - test-atlas-data-lake
3906
3902
- test-socks5
3907
3903
- test-socks5-tls
3908
3904
- test-tls-support-latest
@@ -3945,7 +3941,6 @@ buildvariants:
3945
3941
- test-3.6-replica_set
3946
3942
- test-3.6-sharded_cluster
3947
3943
- test-latest-server-v1-api
3948
- - test-atlas-data-lake
3949
3944
- test-socks5
3950
3945
- test-socks5-tls
3951
3946
- test-zstd-compression
@@ -4073,6 +4068,13 @@ buildvariants:
4073
4068
- run-custom-csfle-tests-5.0-pinned-commit
4074
4069
- run-custom-csfle-tests-rapid-pinned-commit
4075
4070
- run-custom-csfle-tests-latest-pinned-commit
4071
+ - name : ubuntu2204-test-atlas-data-lake
4072
+ display_name : Atlas Data Lake Tests
4073
+ run_on : ubuntu2204-large
4074
+ expansions :
4075
+ NODE_LTS_VERSION : 20
4076
+ tasks :
4077
+ - test-atlas-data-lake
4076
4078
- name : rhel8-test-serverless
4077
4079
display_name : Serverless Test
4078
4080
run_on : rhel80-large
0 commit comments