Skip to content

Commit 7545908

Browse files
committed
Test MX_REPORT_SUFFIX with os-arch
1 parent e3d60ba commit 7545908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/python-gate.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
environment+: {
342342
TAGGED_UNITTEST_PARTIAL: "%d/%d" % [i, num],
343343
RETAGGER_BATCH_NO: i,
344-
MX_REPORT_SUFFIX: "_batch_%d" % [i],
344+
MX_REPORT_SUFFIX: "_batch_%d_%s-%s" % [i, self.os, self.arch],
345345
},
346346
variations+::["batch" + i]
347347
}),

0 commit comments

Comments
 (0)