@@ -42,6 +42,10 @@ steps:
4242 - ' *-mazerunner.log'
4343 - ' clear_cache.log'
4444 - maze_output/metrics.csv
45+ test-collector#v1.10.2:
46+ files : " reports/TEST-*.xml"
47+ format : " junit"
48+ branch : " ^main|next$$"
4549 commands :
4650 - features/scripts/run-macos-ci-tests.sh release
4751
@@ -80,6 +84,10 @@ steps:
8084 - ' *-mazerunner.log'
8185 - ' clear_cache.log'
8286 - maze_output/metrics.csv
87+ test-collector#v1.10.2:
88+ files : " reports/TEST-*.xml"
89+ format : " junit"
90+ branch : " ^main|next$$"
8391 commands :
8492 - features/scripts/run-macos-ci-tests.sh release
8593
@@ -122,6 +130,10 @@ steps:
122130 - ' *-mazerunner.log'
123131 - ' clear_cache.log'
124132 - maze_output/metrics.csv
133+ test-collector#v1.10.2:
134+ files : " reports/TEST-*.xml"
135+ format : " junit"
136+ branch : " ^main|next$$"
125137 commands :
126138 - features/scripts/run-windows-ci-tests.sh release
127139
@@ -164,6 +176,10 @@ steps:
164176 - ' *-mazerunner.log'
165177 - ' clear_cache.log'
166178 - maze_output/metrics.csv
179+ test-collector#v1.10.2:
180+ files : " reports/TEST-*.xml"
181+ format : " junit"
182+ branch : " ^main|next$$"
167183 commands :
168184 - features/scripts/run-windows-ci-tests.sh release
169185
@@ -212,6 +228,10 @@ steps:
212228 - ' --no-tunnel'
213229 - ' --aws-public-ip'
214230 - ' --fail-fast'
231+ test-collector#v1.10.2:
232+ files : " reports/TEST-*.xml"
233+ format : " junit"
234+ branch : " ^main|next$$"
215235 concurrency : 25
216236 concurrency_group : bitbar
217237 concurrency_method : eager
@@ -261,6 +281,10 @@ steps:
261281 - ' --no-tunnel'
262282 - ' --aws-public-ip'
263283 - ' --fail-fast'
284+ test-collector#v1.10.2:
285+ files : " reports/TEST-*.xml"
286+ format : " junit"
287+ branch : " ^main|next$$"
264288 concurrency : 25
265289 concurrency_group : bitbar
266290 concurrency_method : eager
@@ -332,6 +356,10 @@ steps:
332356 - ' --no-tunnel'
333357 - ' --aws-public-ip'
334358 - ' --fail-fast'
359+ test-collector#v1.10.2:
360+ files : " reports/TEST-*.xml"
361+ format : " junit"
362+ branch : " ^main|next$$"
335363 concurrency : 25
336364 concurrency_group : bitbar
337365 concurrency_method : eager
@@ -403,6 +431,10 @@ steps:
403431 - ' --no-tunnel'
404432 - ' --aws-public-ip'
405433 - ' --fail-fast'
434+ test-collector#v1.10.2:
435+ files : " reports/TEST-*.xml"
436+ format : " junit"
437+ branch : " ^main|next$$"
406438 concurrency : 25
407439 concurrency_group : bitbar
408440 concurrency_method : eager
@@ -445,6 +477,10 @@ steps:
445477 - ' *-mazerunner.log'
446478 - ' clear_cache.log'
447479 - maze_output/metrics.csv
480+ test-collector#v1.10.2:
481+ files : " reports/TEST-*.xml"
482+ format : " junit"
483+ branch : " ^main|next$$"
448484 commands :
449485 - features/scripts/run-webgl-ci-tests.sh dev
450486
@@ -525,6 +561,10 @@ steps:
525561 - ' *-mazerunner.log'
526562 - ' clear_cache.log'
527563 - maze_output/metrics.csv
564+ test-collector#v1.10.2:
565+ files : " reports/TEST-*.xml"
566+ format : " junit"
567+ branch : " ^main|next$$"
528568 commands :
529569 - features/scripts/run-macos-ci-tests.sh dev
530570
@@ -573,6 +613,10 @@ steps:
573613 - ' --no-tunnel'
574614 - ' --aws-public-ip'
575615 - ' --fail-fast'
616+ test-collector#v1.10.2:
617+ files : " reports/TEST-*.xml"
618+ format : " junit"
619+ branch : " ^main|next$$"
576620 concurrency : 25
577621 concurrency_group : bitbar
578622 concurrency_method : eager
@@ -643,6 +687,10 @@ steps:
643687 - ' --no-tunnel'
644688 - ' --aws-public-ip'
645689 - ' --fail-fast'
690+ test-collector#v1.10.2:
691+ files : " reports/TEST-*.xml"
692+ format : " junit"
693+ branch : " ^main|next$$"
646694 concurrency : 25
647695 concurrency_group : bitbar
648696 concurrency_method : eager
0 commit comments