diff --git a/jenkins/jobs/horizon.yaml b/jenkins/jobs/horizon.yaml index b0375825ef..423d17531c 100644 --- a/jenkins/jobs/horizon.yaml +++ b/jenkins/jobs/horizon.yaml @@ -56,6 +56,7 @@ - devstack-logs - console-log - publish-screenshots + - publish-test-reports - publisher: name: publish-screenshots @@ -67,6 +68,17 @@ source: 'integration_tests_screenshots/**' copy-after-failure: true +- publisher: + name: publish-test-reports + publishers: + - scp: + site: 'static.openstack.org' + files: + - target: 'logs/$LOG_PATH/test_reports' + source: 'test_reports/**' + keep-hierarchy: true + copy-after-failure: true + - job: name: gate-horizon-selenium-headless node: ubuntu-trusty