@@ -141,20 +141,6 @@ functions:
141141 add_expansions_to_env : true
142142 args :
143143 - .evergreen/run-serverless-tests.sh
144- - command : s3.put
145- params :
146- aws_key : ${aws_key}
147- aws_secret : ${aws_secret}
148- local_file : src/connection-logs.txt
149- optional : true
150- # Upload the coverage report for all tasks in a single build to the same directory.
151- # TODO NODE-4707 - change upload directory to ${UPLOAD_BUCKET}
152- # This change will require changing the `download and merge coverage` func as well
153- remote_file : mongo-node-driver/${revision}/${version_id}/${build_variant}/${task_name}/connection-logs.txt
154- bucket : mciuploads
155- permissions : public-read
156- content_type : text/plain
157- display_name : " Connection Logs"
158144
159145 " start-load-balancer " :
160146 - command : shell.exec
@@ -1016,6 +1002,20 @@ task_groups:
10161002 - .evergreen/setup-serverless.sh
10171003
10181004 teardown_group :
1005+ - command : s3.put
1006+ params :
1007+ aws_key : ${aws_key}
1008+ aws_secret : ${aws_secret}
1009+ local_file : src/connection-logs.txt
1010+ optional : true
1011+ # Upload the coverage report for all tasks in a single build to the same directory.
1012+ # TODO NODE-4707 - change upload directory to ${UPLOAD_BUCKET}
1013+ # This change will require changing the `download and merge coverage` func as well
1014+ remote_file : mongo-node-driver/${revision}/${version_id}/${build_variant}/${task_name}/connection-logs.txt
1015+ bucket : mciuploads
1016+ permissions : public-read
1017+ content_type : text/plain
1018+ display_name : " Connection Logs"
10191019 - func : " upload test results"
10201020 - command : subprocess.exec
10211021 params :
0 commit comments