diff options
author | Stefan Kobza <skobza@cisco.com> | 2016-03-29 14:11:23 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-03-29 14:11:23 +0200 |
commit | fccf9af431f7daaf3e46d2f87e7b502bb7d6d92d (patch) | |
tree | 6e60c859ff7992543b77410babbeb0e670e71af0 /jjb | |
parent | 4c4babae8a17df468ca4899f3c3f02506a13aa69 (diff) |
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 <skobza@cisco.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 9 | ||||
-rw-r--r-- | 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 |