diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-11-21 11:59:33 +0100 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-11-24 09:57:46 +0100 |
commit | 9967ca6ec1dadbaf5b5ed4f0fb963210fbaabe0f (patch) | |
tree | e1ad887cd7ec5446d673bf858276032269850c38 | |
parent | 8b90cd8e00dc1e4604b7de1fdfb9d6f3bf0638a1 (diff) |
Update csit-honeycomb-functional job to hc2vpp
Change-Id: I8061ac1d21a0683f490c46265a1196adc33bb36f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
-rw-r--r-- | jjb/csit/csit-vpp-honeycomb.yaml | 12 | ||||
-rw-r--r-- | jjb/csit/include-raw-csit-hc2vpp-functional-virl.sh (renamed from jjb/csit/include-raw-csit-honeycomb-functional-virl.sh) | 0 |
2 files changed, 6 insertions, 6 deletions
diff --git a/jjb/csit/csit-vpp-honeycomb.yaml b/jjb/csit/csit-vpp-honeycomb.yaml index 5aeee0cfb..715d2ddc3 100644 --- a/jjb/csit/csit-vpp-honeycomb.yaml +++ b/jjb/csit/csit-vpp-honeycomb.yaml @@ -1,8 +1,8 @@ - project: - name: csit-honeycomb - description: 'CSIT jenkins jobs to test Honeycomb features.' + name: csit-hc2vpp + description: 'CSIT jenkins jobs to test Hc2vpp features.' jobs: - - 'csit-honeycomb-functional-{stream}-{os}' + - 'csit-hc2vpp-functional-{stream}-{os}' project: 'csit' branch: 'master' branch-id: 'master' @@ -18,7 +18,7 @@ - ubuntu1404 - job-template: - name: 'csit-honeycomb-functional-{stream}-{os}' + name: 'csit-hc2vpp-functional-{stream}-{os}' project-type: freestyle node: verify @@ -49,7 +49,7 @@ triggers: - reverse: - jobs: 'honeycomb-integration-{stream}-{os}' + jobs: 'hc2vpp-integration-{stream}-{os}' result: 'success' prebuilders: @@ -58,7 +58,7 @@ builders: - shell: - !include-raw-escape: include-raw-csit-honeycomb-functional-virl.sh + !include-raw-escape: include-raw-csit-hc2vpp-functional-virl.sh postbuilders: - shell: | diff --git a/jjb/csit/include-raw-csit-honeycomb-functional-virl.sh b/jjb/csit/include-raw-csit-hc2vpp-functional-virl.sh index 8c2fa9765..8c2fa9765 100644 --- a/jjb/csit/include-raw-csit-honeycomb-functional-virl.sh +++ b/jjb/csit/include-raw-csit-hc2vpp-functional-virl.sh |