diff options
author | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-03-04 12:54:54 -0500 |
---|---|---|
committer | Thanh Ha <thanh.ha@linuxfoundation.org> | 2016-03-04 12:54:55 -0500 |
commit | 8f6fc00fdf89c640decdd86a2f21d0bccd59f1df (patch) | |
tree | c97765b76bfa92fde149001ae38ba0b8a5b5db49 | |
parent | e6bbe28c3f03f7a7d0d4fefd53136f7fbd537487 (diff) |
Fix csit-vpp-functional-hw-tb2 job
Regular JJB "- job:" sections do not parse variables. This patch changes
it to use a "- job-template:" section which do parse variables.
Change-Id: Idd1753f9596ec67a9cf86096ff0416db4c07407e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
-rw-r--r-- | jjb/csit/csit-vpp-functional.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/csit/csit-vpp-functional.yaml b/jjb/csit/csit-vpp-functional.yaml index b0ac18602..23b59b056 100644 --- a/jjb/csit/csit-vpp-functional.yaml +++ b/jjb/csit/csit-vpp-functional.yaml @@ -3,6 +3,7 @@ description: 'Run VPP functional tests on VIRL.' jobs: + - 'csit-vpp-functional-hw-tb2' - 'csit-vpp-functional-virl' project: 'csit' @@ -44,7 +45,7 @@ - robot-report -- job: +- job-template: name: 'csit-vpp-functional-hw-tb2' project-type: freestyle |