summaryrefslogtreecommitdiffstats
path: root/jjb/hc2vpp/include-raw-hc2vpp-csit-verify-prebuild.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-03-08add jvpp commit id parameter supportMichal Cmarada1-1/+8
Change-Id: Id46b5c0fff6486e2a7f2778395f360d7b0c7f7ea Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-06fix include-raw-hc2vpp-csit-verify-prebuild scriptMichal Cmarada1-2/+8
- fix typo - preserve support for older branches Change-Id: I916a17430d8be6b9a8ba876cf5c6c6faf9fa76ae Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-03-01HC2VPP-372: Update hc2vpp integration and hc2vpp/csit jobsMichal Cmarada1-10/+7
- add support for ubuntu bionic - update jobs to support package cloud download script (csit patch: https://gerrit.fd.io/r/#/c/17779/) - cleanup Change-Id: I60d8af98c98612ff82ca782274d317a1726cfc7e Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2018-04-24HC2VPP: allow to run hc2vpp-csit-verify using specified CSIT patchMarek Gradzki1-0/+13
Trigers hc2vpp-csit-verify with specified CSIT commit when gerrit comment contains: verify-csit csit=<csit-commit-id> Branch defined in csit-test-branch is used (no changes made). Change-Id: I4d422ac8c68b19b397388c880a71605868578e65 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-11-03fix prebuild script in hc2vpp-csit-verify jobsselias1-0/+2
Apply fix from https://gerrit.fd.io/r/9138 also to ODL job. Remove honeycomb directory after HC build is done. Change-Id: Ie25fd08427653dcaefc41263af89320ff8a4bb01 Signed-off-by: selias <samelias@cisco.com>
2017-10-31Fix prebuild script in hc2vpp-csit-verify jobselias1-2/+2
Fixes issues introduced in https://gerrit.fd.io/r/9080 - remove "set -u" which prohibits using "if" conditions with unbound variables, such as the optional "hc_commit_id" - pass settings argument to Honeycomb Maven build Change-Id: I1e92e1e646c0e39a1ef574fced8cf4cf3246cf8a Signed-off-by: selias <samelias@cisco.com>
2017-10-30CSIT-797 Add honeycomb parameter to hc2vpp-csit-verify jobselias1-6/+37
Changes to Honeycomb and HC2VPP sometimes depend on each other and so must be tested together. Change-Id: Ia84e36071783931ae03db76c19507f5cf30e3115 Signed-off-by: selias <samelias@cisco.com>
2017-06-29Update hc2vpp-csit-verify prebuild scriptselias1-2/+2
Due to CSIT change https://gerrit.fd.io/r/7221 Change-Id: I89b6d0a963171eb848f84fd80810ec8b7d365bbb Signed-off-by: selias <samelias@cisco.com>
2017-02-15Correct path to package download script in hc2vpp-csit prebuilderselias1-2/+4
Fix for issue overlooked in https://gerrit.fd.io/r/5093; while the directory change is correct, commands immediately following it have not been adjusted to account for it. Change-Id: I3da9b12bca164856a01fb8c3afefde3e549b7be6 Signed-off-by: selias <samelias@cisco.com>
2017-02-13Add hc2vpp-csit jobs on Ubuntu16.04selias1-2/+2
- add integration and verify job using Ubuntu16.04 - pass OS parameter to test scripts requires commit https://gerrit.fd.io/r/#/c/5037/ in CSIT Change-Id: Ia7be995c1c78db43503e34f7c0c040a63431eab1 Signed-off-by: selias <samelias@cisco.com>
2017-02-09Skip checkstyle in hc2vpp-csit-verify jobselias1-1/+3
Style is already verified in hc2vpp-verify. Also fix missing dir change in prebuild script. This should download VPP packages into ${WORKSPACE}/csit, where the csit bootstrap-hc2vpp-verify script expects them to be. Change-Id: I4471c711e188f920c890bb63594bb08b7810141e Signed-off-by: selias <samelias@cisco.com>
2017-02-02Fix issues in hc2vpp-csit scriptsselias1-2/+3
Change-Id: I1e18db7ac551917f88f965069469fa1d8f81a513 Signed-off-by: selias <samelias@cisco.com>
2017-01-31Csit-Honeycomb job for 17.01selias1-5/+15
- relates to https://gerrit.fd.io/r/4933 Change-Id: I78e0a28d529b3308d0acd6a11a45ff49b24a8919 Signed-off-by: selias <samelias@cisco.com>
2016-12-13CSIT-484: Fix issues in csit-hc2vpp jobsselias1-1/+6
Use workspace/csit directory for artifacts, to mirror the way csit-vpp jobs archive artifacts. Don't look for honeycomb.log in /var/log, it is copied from virl to workspace/csit directiry. Modify trigger for hc2vpp-csit-verify, so that the trigger is not a part of the job's name. Change-Id: Ie1e66e9c7b017045c2be6c976189297c27e6aa96 Signed-off-by: selias <samelias@cisco.com>
2016-12-08CSIT-484: New csit-hc2vpp job setselias1-0/+13
Removes obsolete csit-hc2vpp job and adds 2 new jobs: - hc2vpp-csit-integration - runs on master after hc2vpp-integration succeeds - hc2vpp-csit-verify - can be run manually on commits to hc2vpp project Related csit change - https://gerrit.fd.io/r/4170 Change-Id: I0552c593e7080351e1d53c4b0b0d5a7aeb21089d Signed-off-by: selias <samelias@cisco.com>