@@ -130,6 +130,9 @@ post:
130130 visibility: signed
131131 content_type: application/x-gzip
132132 optional: true
133+ - command: attach.xunit_results
134+ params:
135+ file: src/.logs/*.xml
133136
134137
135138# Functions are any command that can be run.
@@ -264,6 +267,7 @@ functions:
264267 MONGOSH_RUN_ONLY_IN_PACKAGE: ${mongosh_run_only_in_package}
265268 AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
266269 AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
270+ TASK_NAME: ${task_name}
267271 - command: s3.put
268272 params:
269273 aws_key: ${aws_key}
@@ -517,7 +521,7 @@ functions:
517521 AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
518522 AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
519523 DISABLE_OPENSSL_SHARED_CONFIG_FOR_BUNDLED_OPENSSL: ${disable_openssl_shared_config_for_bundled_openssl}
520- E2E_TASK_NAME : ${task_name}
524+ TASK_NAME : ${task_name}
521525
522526 ###
523527 # PACKAGING AND UPLOADING
@@ -1124,6 +1128,7 @@ tasks:
11241128 mongosh_skip_node_version_check: "<% out(skipNodeVersionCheck) %>"
11251129 mongosh_test_id: "<% out(id) %>"
11261130 mongosh_run_only_in_package: "<% out(packageName) %>"
1131+ task_name: ${task_name}
11271132 <% } %>
11281133
11291134 ###
@@ -1141,6 +1146,7 @@ tasks:
11411146 - func: test_vscode
11421147 vars:
11431148 node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1149+ task_name: ${task_name}
11441150 - name: test_connectivity
11451151 tags: ["extra-integration-test"]
11461152 depends_on:
@@ -1154,6 +1160,7 @@ tasks:
11541160 - func: test_connectivity
11551161 vars:
11561162 node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1163+ task_name: ${task_name}
11571164 - name: test_apistrict
11581165 tags: ["extra-integration-test"]
11591166 depends_on:
@@ -1169,6 +1176,7 @@ tasks:
11691176 node_js_version: "<% out(NODE_JS_VERSION_20) %>"
11701177 mongosh_server_test_version: "latest-alpha-enterprise"
11711178 mongosh_test_force_api_strict: "1"
1179+ task_name: ${task_name}
11721180 - name: compile_artifact
11731181 tags: ["compile-artifact"]
11741182 depends_on:
@@ -1273,6 +1281,7 @@ tasks:
12731281 node_js_version: "<% out(NODE_JS_VERSION_20) %>"
12741282 test_mongosh_executable: dist/mongosh
12751283 kerberos_jumphost_dockerfile: "Dockerfile.<% out(dockerFile) %>"
1284+ task_name: ${task_name}
12761285 <% } } %>
12771286
12781287 ###
@@ -1406,6 +1415,7 @@ tasks:
14061415 vars:
14071416 node_js_version: "<% out(NODE_JS_VERSION_20) %>"
14081417 dockerfile: <% out(dockerfile) %>
1418+ task_name: ${task_name}
14091419 <% }; break;
14101420 // We don't have docker for platforms other than x64, so for those we just
14111421 // extract the archives locally.
0 commit comments