From 08e976dac9034e7762bc28b5b9ba3b9dff41f27c Mon Sep 17 00:00:00 2001 From: pkomarov Date: Mon, 30 Sep 2019 15:00:43 +0300 Subject: [PATCH] collect junit xml results Change-Id: I380732a5f94023d99b946efdff8598ccfd7580ba --- infrared/tasks/report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infrared/tasks/report.yml b/infrared/tasks/report.yml index 81861d15c..d9dc541a6 100644 --- a/infrared/tasks/report.yml +++ b/infrared/tasks/report.yml @@ -11,4 +11,5 @@ loop: - tobiko.conf - tobiko.log - - tobiko_results.html \ No newline at end of file + - tobiko_results.html + - tobiko_results.xml \ No newline at end of file