@@ -657,6 +657,18 @@ functions:
657657 binary : bash
658658 args :
659659 - ${PROJECT_DIRECTORY}/.evergreen/install-mongodb-client-encryption.sh
660+ build docker alpine image :
661+ - command : subprocess.exec
662+ type : test
663+ params :
664+ working_dir : src
665+ env :
666+ INSTALL_DIR : mongodb-client-encryption
667+ PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
668+ DRIVERS_TOOLS : ${DRIVERS_TOOLS}
669+ binary : bash
670+ args :
671+ - etc/docker.sh
660672tasks :
661673 - name : test-atlas-data-lake
662674 tags :
@@ -1627,6 +1639,25 @@ tasks:
16271639 - func : install dependencies
16281640 - func : bootstrap mongo-orchestration
16291641 - func : run-compression-tests
1642+ - name : test-alpine-fle
1643+ tags :
1644+ - alpine-fle
1645+ commands :
1646+ - command : expansions.update
1647+ type : setup
1648+ params :
1649+ updates :
1650+ - {key: VERSION, value: latest}
1651+ - {key: TOPOLOGY, value: replica_set}
1652+ - {key: AUTH, value: auth}
1653+ - {key: CLIENT_ENCRYPTION, value: 'true'}
1654+ - {key: TEST_CSFLE, value: 'true'}
1655+ - {key: MONGODB_BINARIES, value: '${PROJECT_DIRECTORY}/mongodb/bin'}
1656+ - func : install dependencies
1657+ - func : bootstrap mongo-orchestration
1658+ - func : bootstrap kms servers
1659+ - func : assume secrets manager rule
1660+ - func : build docker alpine image
16301661 - name : test-tls-support-latest
16311662 tags :
16321663 - tls-support
@@ -4224,6 +4255,7 @@ buildvariants:
42244255 - test-snappy-compression
42254256 - test-zstd-1.x-compression
42264257 - test-zstd-2.x-compression
4258+ - test-alpine-fle
42274259 - test-tls-support-latest
42284260 - test-tls-support-8.0
42294261 - test-tls-support-7.0
@@ -4284,6 +4316,7 @@ buildvariants:
42844316 - test-snappy-compression
42854317 - test-zstd-1.x-compression
42864318 - test-zstd-2.x-compression
4319+ - test-alpine-fle
42874320 - test-tls-support-latest
42884321 - test-tls-support-8.0
42894322 - test-tls-support-7.0
@@ -4344,6 +4377,7 @@ buildvariants:
43444377 - test-snappy-compression
43454378 - test-zstd-1.x-compression
43464379 - test-zstd-2.x-compression
4380+ - test-alpine-fle
43474381 - test-tls-support-latest
43484382 - test-tls-support-8.0
43494383 - test-tls-support-7.0
@@ -4404,6 +4438,7 @@ buildvariants:
44044438 - test-snappy-compression
44054439 - test-zstd-1.x-compression
44064440 - test-zstd-2.x-compression
4441+ - test-alpine-fle
44074442 - test-tls-support-latest
44084443 - test-tls-support-8.0
44094444 - test-tls-support-7.0
@@ -4461,6 +4496,7 @@ buildvariants:
44614496 - test-snappy-compression
44624497 - test-zstd-1.x-compression
44634498 - test-zstd-2.x-compression
4499+ - test-alpine-fle
44644500 - test-tls-support-latest
44654501 - test-tls-support-8.0
44664502 - test-tls-support-7.0
@@ -4510,6 +4546,7 @@ buildvariants:
45104546 - test-snappy-compression
45114547 - test-zstd-1.x-compression
45124548 - test-zstd-2.x-compression
4549+ - test-alpine-fle
45134550 - test-tls-support-latest
45144551 - test-tls-support-8.0
45154552 - test-tls-support-7.0
@@ -4559,6 +4596,7 @@ buildvariants:
45594596 - test-snappy-compression
45604597 - test-zstd-1.x-compression
45614598 - test-zstd-2.x-compression
4599+ - test-alpine-fle
45624600 - test-tls-support-latest
45634601 - test-tls-support-8.0
45644602 - test-tls-support-7.0
@@ -4608,6 +4646,7 @@ buildvariants:
46084646 - test-snappy-compression
46094647 - test-zstd-1.x-compression
46104648 - test-zstd-2.x-compression
4649+ - test-alpine-fle
46114650 - test-tls-support-latest
46124651 - test-tls-support-8.0
46134652 - test-tls-support-7.0
@@ -4657,6 +4696,7 @@ buildvariants:
46574696 - test-snappy-compression
46584697 - test-zstd-1.x-compression
46594698 - test-zstd-2.x-compression
4699+ - test-alpine-fle
46604700 - test-tls-support-latest
46614701 - test-tls-support-8.0
46624702 - test-tls-support-7.0
@@ -4834,6 +4874,14 @@ buildvariants:
48344874 - run-custom-csfle-tests-rapid
48354875 - run-custom-csfle-tests-latest
48364876 - test-latest-driver-mongodb-client-encryption-6.0.0
4877+ - name : rhel8-test-serverless
4878+ display_name : Serverless Test
4879+ run_on : rhel80-large
4880+ expansions :
4881+ NODE_LTS_VERSION : 16
4882+ NPM_VERSION : 9
4883+ tasks :
4884+ - serverless_task_group
48374885 - name : rhel8-test-gcp-kms
48384886 display_name : GCP KMS Test
48394887 run_on : debian11-small
@@ -4913,3 +4961,8 @@ buildvariants:
49134961 run_on : rhel80-large
49144962 tasks :
49154963 - .resource-management
4964+ - name : alpine FLE test
4965+ display_name : alpine FLE test
4966+ run_on : ubuntu2204-small
4967+ tasks :
4968+ - .alpine-fle
0 commit comments