From 0efed96e4c4865f05280337885821403957ad1ec Mon Sep 17 00:00:00 2001 From: Boris Pavlovic Date: Mon, 8 Sep 2014 03:15:32 +0400 Subject: [PATCH] Set custom index.html to root of output of rally-dsvm jobs This will allow Rally team to maintain how looks this page: http://logs.openstack.org/84/119584/8/check/gate-rally-dsvm-rally/dc1480f/rally-plot/ Change-Id: I915a5531ceb84738d7ef0ebed2a3b2ecd19bed27 --- .../files/jenkins_job_builder/config/rally.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml index 4d797cb9fc..f97b77807a 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml @@ -21,7 +21,10 @@ source: 'rally-plot/**' keep-hierarchy: true copy-after-failure: true - + - target: 'logs/$LOG_PATH' + source: 'rally-plot/extra/index.html' + keep-heirarchy: false + copy-after-failure: true - builder: name: devstack-rally-gate