Merge "Add perfReport generation"
diff --git a/cvp-perf.groovy b/cvp-perf.groovy
index 0fb9085..d0c7156 100644
--- a/cvp-perf.groovy
+++ b/cvp-perf.groovy
@@ -42,6 +42,7 @@
validate.addFiles(saltMaster, TARGET_NODE, remote_artifacts_dir, artifacts_dir)
archiveArtifacts artifacts: "${artifacts_dir}/*"
junit "${artifacts_dir}/*.xml"
+ perfReport configType: 'PRT', graphType: 'PRT', sourceDataFiles: "${artifacts_dir}/docker-rally.xml"
}
} catch (Throwable e) {
// If there was an error or exception thrown, the build failed