Save rally reports in job artifacts
Change-Id: I8bc09c638516b829a1872164f637973b5bdc026f
diff --git a/cloud-deploy-pipeline.groovy b/cloud-deploy-pipeline.groovy
index 6683910..d1faac2 100644
--- a/cloud-deploy-pipeline.groovy
+++ b/cloud-deploy-pipeline.groovy
@@ -397,6 +397,10 @@
stage('Copy Tempest results to config node') {
test.copyTempestResults(saltMaster, TEST_TEMPEST_TARGET)
}
+
+ stage('Archive rally artifacts') {
+ test.archiveRallyArtifacts(saltMaster, TEST_TEMPEST_TARGET)
+ }
}
if (common.checkContains('STACK_INSTALL', 'finalize')) {