@@ -657,7 +657,7 @@ functions:
657657 binary : bash
658658 args :
659659 - ${PROJECT_DIRECTORY}/.evergreen/install-mongodb-client-encryption.sh
660- build docker alpine image :
660+ build and test alpine FLE :
661661 - command : subprocess.exec
662662 type : test
663663 params :
@@ -668,7 +668,7 @@ functions:
668668 DRIVERS_TOOLS : ${DRIVERS_TOOLS}
669669 binary : bash
670670 args :
671- - etc /docker.sh
671+ - .evergreen /docker/apline .sh
672672tasks :
673673 - name : test-atlas-data-lake
674674 tags :
@@ -943,7 +943,7 @@ tasks:
943943 - func : bootstrap mongo-orchestration
944944 - func : bootstrap kms servers
945945 - func : assume secrets manager rule
946- - func : build docker alpine image
946+ - func : build and test alpine FLE
947947 - name : test-latest-server
948948 tags :
949949 - latest
@@ -4188,8 +4188,21 @@ task_groups:
41884188 setup_group_timeout_secs : 1800
41894189 tasks :
41904190 - test-search-index-helpers
4191+ pre :
4192+ - func : fetch source
4193+ - func : windows fix
4194+ - func : fix absolute paths
4195+ - func : make files executable
4196+ post :
4197+ - func : reset aws instance profile
4198+ - func : upload test results
4199+ - func : stop mongo-orchestration
4200+ - func : upload coverage report
4201+ - func : cleanup
4202+ ignore :
4203+ - ' *.md'
41914204buildvariants :
4192- - name : alpine FLE test
4205+ - name : Alpine FLE Tests
41934206 display_name : alpine FLE test
41944207 run_on : ubuntu2204-small
41954208 tasks :
@@ -4857,14 +4870,6 @@ buildvariants:
48574870 - run-custom-csfle-tests-rapid
48584871 - run-custom-csfle-tests-latest
48594872 - test-latest-driver-mongodb-client-encryption-6.0.0
4860- - name : rhel8-test-serverless
4861- display_name : Serverless Test
4862- run_on : rhel80-large
4863- expansions :
4864- NODE_LTS_VERSION : 16
4865- NPM_VERSION : 9
4866- tasks :
4867- - serverless_task_group
48684873 - name : rhel8-test-gcp-kms
48694874 display_name : GCP KMS Test
48704875 run_on : debian11-small
@@ -4944,16 +4949,3 @@ buildvariants:
49444949 run_on : rhel80-large
49454950 tasks :
49464951 - .resource-management
4947- pre :
4948- - func : fetch source
4949- - func : windows fix
4950- - func : fix absolute paths
4951- - func : make files executable
4952- post :
4953- - func : reset aws instance profile
4954- - func : upload test results
4955- - func : stop mongo-orchestration
4956- - func : upload coverage report
4957- - func : cleanup
4958- ignore :
4959- - ' *.md'
0 commit comments