summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07Adding debugging information and support for radio emulation packages.Mauro Sardara13-39/+220
Change-Id: Icb079abec6fc3b1a59c8764d0b122dca4ffe40a4 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-06Merge "Don't fail if apt-get update doesn't find a repository."Vanessa Rene Valderrama1-19/+48
2017-04-05Use hc2vpp/csit_test_branch file to determine CSIT branchselias1-4/+8
Change-Id: I273c5729eba87542c9cb315faebc02546afb0ae1 Signed-off-by: selias <samelias@cisco.com>
2017-04-05Don't fail if apt-get update doesn't find a repository.Mauro Sardara1-19/+48
Change-Id: I3e58d2a6e59135d1824f3c7f492ef4cea331ebee Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-04Merge "CSIT-perf plots update"Vanessa Rene Valderrama1-133/+68
2017-04-04Merge "Fix path of apt-get"Vanessa Rene Valderrama2-4/+4
2017-04-04Fix path of apt-getMauro Sardara2-4/+4
Change-Id: Ic5363b51eefc2bfa73ebb38f033eef8028ce0e3a Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-03Merge "Trigger daily build of CICN packages"Vanessa Rene Valderrama12-37/+338
2017-04-03Trigger daily build of CICN packagesMauro Sardara12-37/+338
Change-Id: If9653487e726a2cbe87d59958e1a3eff804c2f50 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-04-03CSIT-perf plots updatepmikus1-133/+68
- Add DPDK-perf plots - Remove obsolete NDR/PDR tests Change-Id: Id017b06acc0309f83280d5119b56f13065883df7 Signed-off-by: pmikus <pmikus@cisco.com>
2017-03-31Increase lock check verbosityC.J. Collier1-5/+7
* print FILE/USER/PID/ACCESS/COMMAND for each lock * use ${i} instead of ${WASLOCKED} to determine whether file lock was taken * add a 1s back-off if lock had been taken * use TERM=dumb to avoid tput noise when there is no tty * add /var/cache/apt/archives/lock to list of lock files Change-Id: Ib04f67892581a7bf33125d485fcc69044d3d1c5d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2017-03-31Merge "Correct lock check failures"Vanessa Rene Valderrama1-2/+10
2017-03-31Enable honeycomb/hc2vpp jobs for stable/1704Marek Gradzki3-0/+9
Change-Id: I35ff6882b89191add29d700704fd235ed5fc4d27 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-03-30Correct lock check failuresC.J. Collier1-2/+10
* fuser can take multiple filenames and return the lock status atomically - This eliminates a race condition we were experiencing * if the file was locked, run the lock check again. Otherwise, just run apt-get directly Change-Id: I00eb6e0fa6bdf223eadfcade05f4a4f00745750f Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2017-03-30Create new stream 1704 for nsh_sfc projectHongjun Ni1-0/+3
Change-Id: Ie1db5277b36d2d495611918a3bee84df7cdb175a Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
2017-03-28Reverse build trigger for cicn packagesMauro Sardara5-35/+56
Change-Id: I101d8b93308426fd9fe738cc98b8830b3419f98c Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-28Merge "First Jenkins Job Builder configuration for CICN"Vanessa Rene Valderrama13-0/+1021
2017-03-27Try to push rpm/deb to package cloud in a single transactionEd Warnicke1-12/+3
Change-Id: I8086e4b615757ecc0b37c0bcd4eb020eba3a4c9f Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-27Merge "Python API: Missing python-all package needed by .deb packaging."Ed Warnicke1-2/+3
2017-03-27First Jenkins Job Builder configuration for CICNMauro Sardara13-0/+1021
Change-Id: I797a5fa2e38c256d1d9ba8b4141d6e8987ceeb11 Signed-off-by: Mauro Sardara <msardara+fdio@cisco.com>
2017-03-23Remove fd.io.dev repo from basic_settings for minions.Ed Warnicke1-1/+1
This repo should never have been there, and is currently breaking jobs on stable/1704 because it has an ancient vpp-dpdk-dev package that precludes proper builds. Change-Id: Ifbaac5756372cfd2190781f8e123d850e7e6dc5b Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-23Add 1704 branch to vpp jobsEd Warnicke1-1/+6
Change-Id: I0ae6e8f99cc7eaedbc4fa7a6ffb5732d344df7ce Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-22Install pypcap package for CentOSVanessa Rene Valderrama1-0/+2
The pypcap package required a newer version of pip to install. This change upgrades the version of pip and installs the pypcap package which is required for CSIT jobs. Change-Id: Iaa23da629396225c27f0ecd3b64615fe105ce9e2 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-22Python API: Missing python-all package needed by .deb packaging.Ole Troan1-2/+3
Change-Id: I02f6d541e0171bc680119fa0da26fac2db76de73 Signed-off-by: Ole Troan <ot@cisco.com>
2017-03-21Disable CSIT functional tests for ubuntu14Marek Gradzki2-24/+2
Change-Id: I2f870d39a52c5c8b77dcd980ed017884d194007b Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-03-13Merge "Python: Add support for RPM Python macros."Ed Warnicke1-1/+1
2017-03-13Correct packagecloud centos repo subdirEd Warnicke1-1/+1
Change-Id: Id46591790292ca175588eb0c3aa4b22bffd7d82d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-11Python: Add support for RPM Python macros.Ole Troan1-1/+1
Change-Id: I3c43199a081bee515b7103a1f2a5db3b84e2500c Signed-off-by: Ole Troan <ot@cisco.com>
2017-03-11Merge "Fix centos repo"Thanh Ha1-1/+1
2017-03-11Fix centos repoEd Warnicke1-1/+1
Change-Id: Icf1485283fb46e9a2e5819432b13f962859ae2d4 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-11Fix autorespawning of packagecloud test jobsEd Warnicke1-1/+1
The vpp-test-packagecloud-* jobs all trigger off of gerrit comment test-packagecloud ... which means the Jenkins comments reporting on job progress trigger the rerunning of the job. Change-Id: Ie6e8987b39e162f8b11a1c7d6eef9866dcdaf25a Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Add packagecloud config fileVanessa Rene Valderrama1-0/+5
Adding packagecloud config file to /home/jenkins Change-Id: Iaac8be0da6512f7aa0ea18cd1f0cbcce67d5aea2 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-10Merge "Fix .staging in repo name"Vanessa Rene Valderrama1-1/+1
2017-03-10Fix .staging in repo nameEd Warnicke1-1/+1
Change-Id: Iafd84cb7ff080141b1848220bb07780383404679 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Merge "Adding distinguishers for debian/centos releases"Vanessa Rene Valderrama1-3/+3
2017-03-10Adding distinguishers for debian/centos releasesEd Warnicke1-3/+3
Change-Id: I0b04dcb4b12d69b83c71d96f22717e4d14bbca37 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Merge "Job to test packagecloud"Vanessa Rene Valderrama2-0/+89
2017-03-10Job to test packagecloudEd Warnicke2-0/+89
Change-Id: Iebf64ad14e30c710143276937793ec45c73d3e87 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-09Install packagecloudVanessa Rene Valderrama1-0/+3
Updating images to install packagecloud for FD.io to use packagecloud as an alternative to Nexus for staging repos because Nexus does not create package metadata for yum/apt staging repos which is required for testing. Change-Id: I2396b78f5f8b1c72c569e8c230c28ee720b33936 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-08Python API: Add dependencies on CFFI / libffi.Ole Troan1-1/+1
Change-Id: Id0a87ef7599f49d6d553bb1199f0f19518ba7c82 Signed-off-by: Ole Troan <ot@cisco.com>
2017-03-03For rpms its vpp-dpdk-devel not vpp-dpdk-devEd Warnicke1-1/+1
Change-Id: Ida214d01c72d2b4e8e34d3f87eb134b0dc0902fd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-03Capture dpdk packages for vpp buildsEd Warnicke1-2/+2
Change-Id: I113308a2224aefbf9809e58b4f87e1fc3618fcaf Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-03Re-enable installation of vpp-dpkg-devEd Warnicke1-1/+1
Change-Id: I1dd5c9f51a0f228c977191de7b5432a6244124e3 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Temporarily disable vpp-dpkg-dev installEd Warnicke1-1/+1
Change-Id: I0880fbee7eae8dfda6764d855214f8c097cacf97 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Forgot to negate a conditionalEd Warnicke1-1/+1
Change-Id: I6868c171f0738b0a820b12a66bf2a49e237e0abd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Fix vpp merge jobsEd Warnicke2-5/+66
This patch switches to installing the vpp-dpkg-dev whenever possible rather than building it. This means no duplicative pushing of vpp-dpkg-dev, which should fix the merge jobs. It also should mean faster vpp builds since we generally won't need to build DPDK either. Change-Id: I602fb09a847bb4b0d54c5844dc4c79a27393580d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-01Revert "Fix vpp merge jobs"Ed Warnicke2-59/+5
This reverts gerrit: https://gerrit.fd.io/r/#/c/5575/ This reverts commit 149bea0a7637967d625995ed0ee10c8575009e7a. Change-Id: I7e11c9aa44ffa93afb03665c502b3ac01f0863b2 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-01Fix vpp merge jobsEd Warnicke2-5/+59
This patch switches to installing the vpp-dpkg-dev whenever possible rather than building it. This means no duplicative pushing of vpp-dpkg-dev, which should fix the merge jobs. It also should mean faster vpp builds since we generally won't need to build DPDK either. Change-Id: I8a892b053989d0c95e0605e8dc54a6b7a205dc0c Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-02-28Merge "Add CentOS packages"Andrew Grimberg1-12/+22
2017-02-28Add CentOS packagesVanessa Rene Valderrama1-12/+22
TLDK and CSIT teams requested additional packages be added to the CentOS image. TLDK - scapy CSIT - libffi-devel CSIT request was due to errors when upgrading cryptography. I added python-cffi & libxml2 as well. Change-Id: I04c2f4f4fcd390a1d5b2877b5ec99894bd65a98e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>