@@ -600,9 +600,7 @@ functions:
600600 # compression tests.
601601 aws s3 cp --recursive s3://mciuploads/mongo-node-driver/${revision}/${version_id}/ \
602602 coverage/ \
603- --exclude "results.*.json" \
604- --exclude "*rhel80-large*" \
605- --include "*fermiun"
603+ --exclude "results.*.json"
606604
607605 # npx does not recognize the dependency so install it directly.
608606 npm install @istanbuljs/nyc-config-typescript
@@ -2926,6 +2924,7 @@ task_groups:
29262924 binary : bash
29272925 args :
29282926 - ${DRIVERS_TOOLS}/.evergreen/csfle/gcpkms/teardown.sh
2927+ - func : upload coverage report
29292928 tasks :
29302929 - test-gcpkms-task
29312930 - name : test_azurekms_task_group
@@ -2950,6 +2949,7 @@ task_groups:
29502949 binary : bash
29512950 args :
29522951 - ${DRIVERS_TOOLS}/.evergreen/csfle/azurekms/teardown.sh
2952+ - func : upload coverage report
29532953 tasks :
29542954 - test-azurekms-task
29552955 - name : testk8soidc_task_group_eks
@@ -2963,7 +2963,8 @@ task_groups:
29632963 binary : bash
29642964 args :
29652965 - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2966- teardown_task :
2966+ teardown_group :
2967+ - func : upload coverage report
29672968 - command : subprocess.exec
29682969 params :
29692970 binary : bash
@@ -2984,7 +2985,8 @@ task_groups:
29842985 binary : bash
29852986 args :
29862987 - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
2987- teardown_task :
2988+ teardown_group :
2989+ - func : upload coverage report
29882990 - command : subprocess.exec
29892991 params :
29902992 binary : bash
@@ -3005,7 +3007,8 @@ task_groups:
30053007 binary : bash
30063008 args :
30073009 - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/k8s/setup.sh
3008- teardown_task :
3010+ teardown_group :
3011+ - func : upload coverage report
30093012 - command : subprocess.exec
30103013 params :
30113014 binary : bash
@@ -3032,6 +3035,8 @@ task_groups:
30323035 MONGODB_VERSION : ' 8.0'
30333036 args :
30343037 - ${DRIVERS_TOOLS}/.evergreen/auth_oidc/setup.sh
3038+ teardown_task :
3039+ - func : upload coverage report
30353040 setup_group_can_fail_task : true
30363041 setup_group_timeout_secs : 1800
30373042 tasks :
@@ -3047,13 +3052,14 @@ task_groups:
30473052 ${PREPARE_SHELL}
30483053 export AZUREOIDC_VMNAME_PREFIX="NODE_DRIVER"
30493054 $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/setup.sh
3050- teardown_task :
3055+ teardown_group :
30513056 - command : shell.exec
30523057 params :
30533058 shell : bash
30543059 script : |-
30553060 ${PREPARE_SHELL}
30563061 $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/teardown.sh
3062+ - func : upload coverage report
30573063 setup_group_can_fail_task : true
30583064 setup_group_timeout_secs : 1800
30593065 tasks :
@@ -3069,13 +3075,14 @@ task_groups:
30693075 ${PREPARE_SHELL}
30703076 export GCPOIDC_VMNAME_PREFIX="NODE_DRIVER"
30713077 $DRIVERS_TOOLS/.evergreen/auth_oidc/gcp/setup.sh
3072- teardown_task :
3078+ teardown_group :
30733079 - command : shell.exec
30743080 params :
30753081 shell : bash
30763082 script : |-
30773083 ${PREPARE_SHELL}
30783084 $DRIVERS_TOOLS/.evergreen/auth_oidc/gcp/teardown.sh
3085+ - func : upload coverage report
30793086 setup_group_can_fail_task : true
30803087 setup_group_timeout_secs : 1800
30813088 tasks :
@@ -3097,13 +3104,14 @@ task_groups:
30973104 - command : expansions.update
30983105 params :
30993106 file : src/atlas-expansion.yml
3100- teardown_task :
3107+ teardown_group :
31013108 - command : subprocess.exec
31023109 params :
31033110 working_dir : src
31043111 binary : bash
31053112 args :
31063113 - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
3114+ - func : upload coverage report
31073115 setup_group_can_fail_task : true
31083116 setup_group_timeout_secs : 1800
31093117 tasks :
@@ -3123,13 +3131,14 @@ task_groups:
31233131 - command : expansions.update
31243132 params :
31253133 file : src/atlas-expansion.yml
3126- teardown_task :
3134+ teardown_group :
31273135 - command : subprocess.exec
31283136 params :
31293137 working_dir : src
31303138 binary : bash
31313139 args :
31323140 - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
3141+ - func : upload coverage report
31333142 setup_group_can_fail_task : true
31343143 setup_group_timeout_secs : 1800
31353144 tasks :
0 commit comments