From 55e9003edc5854c1e3366e5ca9b3f462eb569571 Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Thu, 3 Jul 2014 23:23:46 +0300 Subject: [PATCH] Publish generated html tests results Rally integrated tests are done as usual unittests which runs cli commands by various python helper methods. Results are generated by subunit2html script. Change-Id: I81d6ebcdb5c57236d7644aefdc58635a48c7edcc --- .../files/jenkins_job_builder/config/rally.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 852765e07d..bbb310b79e 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml @@ -23,6 +23,16 @@ copy-after-failure: true +- publisher: + name: rally-subunit + publishers: + - scp: + site: 'static.openstack.org' + files: + - target: 'logs/$LOG_PATH/results.html' + source: 'testr_results.html' + + - builder: name: devstack-rally-gate builders: @@ -126,6 +136,7 @@ publishers: - devstack-logs - console-log + - rally-subunit - job-group: