summaryrefslogtreecommitdiffstats
path: root/jjb/deb_dpdk
AgeCommit message (Collapse)AuthorFilesLines
2016-12-12Remove master branch at request of deb_dpdk committersEd Warnicke1-3/+0
Change-Id: I38131b9e62bb66ff51c993e1261bbe5a342f37d5 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-12Add support for deb_dpdk 16.11.x branchEd Warnicke1-0/+3
Change-Id: I533fad08bdc1c396743b4ed4e85dfea49cc0402b Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-10-24Merge "Various fixes to the deb_dpkg build script"Andrew Grimberg1-22/+28
2016-10-15Various fixes to the deb_dpkg build scriptC.J. Collier1-22/+28
* Use more accurate means of finding upstream original version * Remove options from dpkg-checkbuilddeps * Replace ~ with - in origin versions * Add message indicating which packages need to be included in respin * refactor checks for shasums of respin scripts Change-Id: Ie6f95f71cd37434882a93c3ad25d8444460ec74d Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-14Use fdio-infra-wrappers to simplify common wrapper useThanh Ha1-9/+0
- Move timestamps to fdio-infra-wrappers as every job is using it - Move ssh-credentials into fdio-infra-wrappers as every job is using it - Ensuer ALL jobs are using fdio-infra-wrappers (this should be policy!) FD.io has this convenient wrapper called fdio-infra-wrappers which is a simple macro to configure common wrapper functionality that all jobs should be configured with all jobs are already configuring it too so simplify job configuration and ensuring we don't have duplication everywhere. Less lines of code and more code reuse makes for easier maintenance :) Change-Id: Ia73b09dfc556f684c43853797231da84a9c517af Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-14Remove unnecessary ssh-credentials defaultsThanh Ha1-6/+6
ODL used to use a variable called {ssh-credentials} as a form of redirection in order to have a simple human readable word to represent a unique credentials id in Jenkins. Newer versions of Jenkins actually allows us to override the credentials-id UUID format and pass a human readable filename. Considering that FD.io has been using a human readable jenkins-gerrit-credentials credentials-id remove the unnecessary {ssh-credentials} id defaults from global-defaults and just access the credential directly. Change-Id: I7b59357dcacb2195646719709b3b623429deca91 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-12Add pristine-tar to package listC.J. Collier1-1/+2
* fetching package index first * also installing pristine-tar Change-Id: I2b5fc1ffbf4067907c73682220f7785c8bb74690 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-06* check out pristine tarball from gitC.J. Collier1-0/+12
* run lintian after debuild (do not fail on lintian errors) Change-Id: I6416637dfbf9fe0131d24b3a8fcb53ec54066d24 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-05Fix for missing devscripts for deb_dpdkEd Warnicke1-1/+1
Change-Id: I9cf3a3a400423da08f40467b471c8be9e667c742 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-09-20Support ubuntu1404's output of dpkg-checkbuilddeps for deb_dpdkEd Warnicke1-3/+3
Change-Id: I2c58f4cbecb734222fbb654c7089786a6bb23cf1 Signed-off-by: Ed Warnicke <eaw@cisco.com> Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-09-20Fix deb_dpdk use of apt-get to use sudo and -yEd Warnicke1-1/+1
Change-Id: I4e4fe75f7838361f5b57a333cf80f8e41444892e Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-09-20Add jobs for deb_dpdkEd Warnicke3-0/+219
Please make sure to create repos: fdio.deb_dpdk_1607.ubuntu.trusty.main fdio.deb_dpdk_1607.ubuntu.xenial.main For the merge job to publish to. Change-Id: I196c85912324c7dfe872d005bd898fa8b340fdca Signed-off-by: Ed Warnicke <eaw@cisco.com>