summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Enabled CCACHE_DIR to persist between jobsEd Warnicke1-0/+7
Change-Id: I7d7fc9c8c0dd561e4abbab481ccf4f879763e2e6 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-02-02Turn off archiving for vpp verify and merge jobEd Warnicke1-6/+0
Change-Id: If94f2c76740c8250a403557f0ceab0f17df4ddf7 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-02-01Add V=0 to make command line;TAG=vpp_debug -> TAG=vppEd Warnicke1-1/+1
Change-Id: I4235334db36609be45b1e31e80659d5cda1827da Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-01-08Update vpp maven deploymentAndrew Grimberg1-3/+3
Update the vpp maven deployment script to use the correct repo and namespace Change-Id: If3da11885ea674131cc1fe5fd91d3ccaca8f5a83 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-16Enable concurrent verifies for vppAndrew Grimberg1-0/+1
Make sure that the verify job for vpp allows for concurrent runs Change-Id: Ifb88cdba872150c2d7c67b7651728123b8ab2c25 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-10Make the script fail build if mvn deploy failsAndrew Grimberg1-1/+1
The script wasn't picking up a failed mvn deploy failure. This changes it so that we need an definite exit code of 0 to not fail the build. Change-Id: I094bf1e149f779061223496a0b2bc347a3705b5b Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-10Update the deployment repo and also detect failureAndrew Grimberg1-2/+8
A failed upload was not being detected and causing the job to fail. This fixes it so that if the maven upload fails we'll fail the build. Also, at Ed's request there is now a .dev repo for the regular merge time deb files so we need to push there and not to .release Change-Id: I08e01979c35c248f6e0fcc6c3b166f2148a9b9f0 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-10Do not double up the _amd64 for maven push scriptAndrew Grimberg1-1/+1
Change-Id: If6f686d44442a42e98e4d5d783a4c2d869c98023 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-10Fix up push script repoId selector and classificationsAndrew Grimberg1-5/+5
The settings files use a - separator for the repoIDs so we need to make sure that we're concatenating against a - instead of . Additionally we're tightening up the version classification of the pushed objects. This may not be 100% still but it should be better than what we were attempting previously. Change-Id: I726f9d87c3441357701ad79b7357a337c6636a42 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-09ENV var test for MAVEN_SELECTOR was invertedAndrew Grimberg1-1/+1
The script should be detecting on a null ENV var, not a non-null variable. In other words, the test was inverted. Change-Id: If5ee68301300ec363e171f99798c06daa1428ede Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-09Push artifactsAndrew Grimberg2-0/+90
Update to support pushing jar and deb artifacts Change-Id: I38552564e2dbf6dddfaca4a7a21cd800619829c2 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2015-12-09archive artifacts for vppEd Warnicke1-0/+8
Change-Id: I323ea617b3dc40c81f93e00b08777622d9889d6d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-09Change back to building install-debEd Warnicke1-1/+1
Change-Id: Iea348a42c289fc654c52fcddff0f05f5b01d5d71 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08Fix for make targetEd Warnicke1-1/+1
Change-Id: Ifeb5e21203f034f479b662e20649a3d990e2741f Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08Fixes for vpp JJB and vagrant fileEd Warnicke1-1/+1
Change-Id: Iffc3076ffa2c69913fa3473d9debbe753d680883 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2015-12-08Initial commit of vpp JJB JobsEd Warnicke2-0/+92
Change-Id: I0ee210ac926bf5ffc7a5efa72b7e044e04fb6fa0 Signed-off-by: Ed Warnicke <eaw@cisco.com>