From fccf9af431f7daaf3e46d2f87e7b502bb7d6d92d Mon Sep 17 00:00:00 2001 From: Stefan Kobza Date: Tue, 29 Mar 2016 14:11:23 +0200 Subject: [PATCH] Make robot framework output-path parametrizable. csit-vpp-verify-virl job is blocked now, because output-path is not a variable in robot-framework macro. This patch changes that. Change-Id: I1c31342af6dfae66ce3e21e751470e476cc5be39 Signed-off-by: Stefan Kobza --- jjb/csit/csit-vpp-functional.yaml | 9 ++++++--- jjb/global-macros.yaml | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index dcedc68e3..9b147bad0 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -56,7 +56,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-functional-hw-tb2' @@ -103,7 +104,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-functional-nodepool' @@ -138,7 +140,8 @@ artifacts: 'report.html, log.html, output.xml' latest-only: false - - robot-report + - robot-report: + output-path: '' - job-template: name: 'csit-vpp-master-verify-weekly' diff --git a/jjb/global-macros.yaml b/jjb/global-macros.yaml index a1f106985..8e7878b5e 100644 --- a/jjb/global-macros.yaml +++ b/jjb/global-macros.yaml @@ -190,7 +190,7 @@ name: robot-report publishers: - robot: - output-path: '' + output-path: '{output-path}' other-files: '' ###### BUILDERS -- 2.16.6