diff options
author | selias <samelias@cisco.com> | 2017-06-06 12:57:29 +0200 |
---|---|---|
committer | selias <samelias@cisco.com> | 2017-06-06 14:28:02 +0200 |
commit | fdd0e07eff1b3717266f047c85a29a6c21c55ca5 (patch) | |
tree | 5296be5c9db45652be72957861e40e9b9c0091dc /jjb/hc2vpp | |
parent | 97ca62b8792ef55455ffc1af804333fbbe3d44e2 (diff) |
Add CSIT verify jobs for Honeycomb tests
Add jobs that verify changes to CSIT code that tests Honeycomb/hc2vpp.
Rename jjb/hc2vpp/csit-hc2vpp.yaml to jjb/hc2vpp/hc2vpp-csit.yaml ,to
adhere to naming conventions and avoid duplicate filenames.
Honeycomb jobs after patch:
csit-hc2vpp-verify-* - verify CSIT commits
hc2vpp-csit-verify-* - verify HC2VPP commits
hc2vpp-csit-integration-* - check integration on VPP or HC2VPP merge
Change-Id: Ib4be7f3c1482cf6c9d1ac8147e18d8d94832bbe0
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'jjb/hc2vpp')
-rw-r--r-- | jjb/hc2vpp/hc2vpp-csit.yaml (renamed from jjb/hc2vpp/csit-hc2vpp.yaml) | 2 | ||||
-rw-r--r-- | jjb/hc2vpp/include-raw-hc2vpp-csit-perf.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/hc2vpp/csit-hc2vpp.yaml b/jjb/hc2vpp/hc2vpp-csit.yaml index cd619f667..de63b7099 100644 --- a/jjb/hc2vpp/csit-hc2vpp.yaml +++ b/jjb/hc2vpp/hc2vpp-csit.yaml @@ -1,5 +1,5 @@ - project: - name: csit-hc2vpp + name: hc2vpp-csit description: 'jenkins jobs to test Hc2vpp features.' jobs: - 'hc2vpp-csit-integration-{stream}-{os}' diff --git a/jjb/hc2vpp/include-raw-hc2vpp-csit-perf.sh b/jjb/hc2vpp/include-raw-hc2vpp-csit-perf.sh index 674d13bbc..266c9ede2 100644 --- a/jjb/hc2vpp/include-raw-hc2vpp-csit-perf.sh +++ b/jjb/hc2vpp/include-raw-hc2vpp-csit-perf.sh @@ -22,7 +22,7 @@ cd csit # execute csit bootstrap script if it exists if [ ! -e bootstrap-hc2vpp-perf.sh ] then - echo 'ERROR: No bootstrap-hc2vpp-integration.sh found' + echo 'ERROR: No bootstrap-hc2vpp-perf.sh found' exit 1 else # make sure that bootstrap.sh is executable |