@@ -130,6 +130,9 @@ post:
130
130
visibility: signed
131
131
content_type: application/x-gzip
132
132
optional: true
133
+ - command: attach.xunit_results
134
+ params:
135
+ file: src/.logs/*.xml
133
136
134
137
135
138
# Functions are any command that can be run.
@@ -264,6 +267,7 @@ functions:
264
267
MONGOSH_RUN_ONLY_IN_PACKAGE: ${mongosh_run_only_in_package}
265
268
AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
266
269
AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
270
+ TASK_NAME: ${task_name}
267
271
- command: s3.put
268
272
params:
269
273
aws_key: ${aws_key}
@@ -517,7 +521,7 @@ functions:
517
521
AWS_AUTH_IAM_ACCESS_KEY_ID: ${devtools_ci_aws_key}
518
522
AWS_AUTH_IAM_SECRET_ACCESS_KEY: ${devtools_ci_aws_secret}
519
523
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}
521
525
522
526
###
523
527
# PACKAGING AND UPLOADING
@@ -1124,6 +1128,7 @@ tasks:
1124
1128
mongosh_skip_node_version_check: "<% out(skipNodeVersionCheck) %>"
1125
1129
mongosh_test_id: "<% out(id) %>"
1126
1130
mongosh_run_only_in_package: "<% out(packageName) %>"
1131
+ task_name: ${task_name}
1127
1132
<% } %>
1128
1133
1129
1134
###
@@ -1141,6 +1146,7 @@ tasks:
1141
1146
- func: test_vscode
1142
1147
vars:
1143
1148
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1149
+ task_name: ${task_name}
1144
1150
- name: test_connectivity
1145
1151
tags: ["extra-integration-test"]
1146
1152
depends_on:
@@ -1154,6 +1160,7 @@ tasks:
1154
1160
- func: test_connectivity
1155
1161
vars:
1156
1162
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1163
+ task_name: ${task_name}
1157
1164
- name: test_apistrict
1158
1165
tags: ["extra-integration-test"]
1159
1166
depends_on:
@@ -1169,6 +1176,7 @@ tasks:
1169
1176
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1170
1177
mongosh_server_test_version: "latest-alpha-enterprise"
1171
1178
mongosh_test_force_api_strict: "1"
1179
+ task_name: ${task_name}
1172
1180
- name: compile_artifact
1173
1181
tags: ["compile-artifact"]
1174
1182
depends_on:
@@ -1273,6 +1281,7 @@ tasks:
1273
1281
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1274
1282
test_mongosh_executable: dist/mongosh
1275
1283
kerberos_jumphost_dockerfile: "Dockerfile.<% out(dockerFile) %>"
1284
+ task_name: ${task_name}
1276
1285
<% } } %>
1277
1286
1278
1287
###
@@ -1406,6 +1415,7 @@ tasks:
1406
1415
vars:
1407
1416
node_js_version: "<% out(NODE_JS_VERSION_20) %>"
1408
1417
dockerfile: <% out(dockerfile) %>
1418
+ task_name: ${task_name}
1409
1419
<% }; break;
1410
1420
// We don't have docker for platforms other than x64, so for those we just
1411
1421
// extract the archives locally.
0 commit comments