Parse LAVA Test Results into CSV
LAVA test results for each config combination
are reported in a CSV file.
Change-Id: I57835f361693d10ae726ed39e4140dad11ab8b2f
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
diff --git a/jenkins/ci.jpl b/jenkins/ci.jpl
index a93edde..fc93d40 100644
--- a/jenkins/ci.jpl
+++ b/jenkins/ci.jpl
@@ -573,6 +573,7 @@
--artifacts-path lava_artifacts --lava-timeout 7200 \
""", returnStdout: true).trim()
archiveArtifacts artifacts: 'test_summary.*', allowEmptyArchive: true
+ archiveArtifacts artifacts: 'test_results.csv', allowEmptyArchive: true
print(output)
g = new Gerrit()
def (boot_result, boot_output) = getResult(output, 'BOOT_RESULT: ')