@@ -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
@@ -3208,8 +3208,21 @@ task_groups:
32083208 setup_group_timeout_secs : 1800
32093209 tasks :
32103210 - test-search-index-helpers
3211+ pre :
3212+ - func : fetch source
3213+ - func : windows fix
3214+ - func : fix absolute paths
3215+ - func : make files executable
3216+ post :
3217+ - func : reset aws instance profile
3218+ - func : upload test results
3219+ - func : stop mongo-orchestration
3220+ - func : upload coverage report
3221+ - func : cleanup
3222+ ignore :
3223+ - ' *.md'
32113224buildvariants :
3212- - name : alpine FLE test
3225+ - name : Alpine FLE Tests
32133226 display_name : alpine FLE test
32143227 run_on : ubuntu2204-small
32153228 tasks :
@@ -3807,14 +3820,6 @@ buildvariants:
38073820 - run-custom-csfle-tests-rapid
38083821 - run-custom-csfle-tests-latest
38093822 - test-latest-driver-mongodb-client-encryption-6.0.0
3810- - name : rhel8-test-serverless
3811- display_name : Serverless Test
3812- run_on : rhel80-large
3813- expansions :
3814- NODE_LTS_VERSION : 16
3815- NPM_VERSION : 9
3816- tasks :
3817- - serverless_task_group
38183823 - name : rhel8-test-gcp-kms
38193824 display_name : GCP KMS Test
38203825 run_on : debian11-small
@@ -3894,16 +3899,3 @@ buildvariants:
38943899 run_on : rhel80-large
38953900 tasks :
38963901 - .resource-management
3897- pre :
3898- - func : fetch source
3899- - func : windows fix
3900- - func : fix absolute paths
3901- - func : make files executable
3902- post :
3903- - func : reset aws instance profile
3904- - func : upload test results
3905- - func : stop mongo-orchestration
3906- - func : upload coverage report
3907- - func : cleanup
3908- ignore :
3909- - ' *.md'
0 commit comments