summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2017-02-28Configure NSH_SFC JDKVanessa Rene Valderrama1-0/+5
Jenkins 2 moved the JDK configuration to a new Jenkins global configuration page under Manage Jenkins - Global Tool Configuration. This patch configures NSH_SFC jobs to run using a specified JDK as configuration via the Jenkins Global Configuration. Valid values are: - openjdk7-centos7 - openjdk8-centos8 - openjdk7-ubuntu1404 - openjdk8-ubuntu1404 - openjdk7-ubuntu1604 - openjdk8-ubuntu1604 This patch configures the following templates to run using JDK8: - 'nsh_sfc-verify-{stream}-{os}' - 'nsh_sfc-merge-{stream}-{os}' - 'nsh_sfc-integration-{stream}-{os}' - 'nsh_sfc-verify-docs-{stream}' - 'nsh_sfc-merge-docs-{stream}' The verify docs don't use the {os} parameter so the OS is hardcoded like the node names. Change-Id: I6475877e2a8b8241add7416d0c4fe15b71706429 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-24Modify CSIT nightly cronVanessa Rene Valderrama1-1/+1
The csit-vpp-verify-perf-master-nightly-all job is not running as scheduled. Jenkins cron syntax requires the days of the week to be represented in numbers as opposed to names. Sun = 0 Tue = 2 Thu = 4 Change-Id: I1a980541aab9e607b9fb7f232f128019e0c9dbb1 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-23Enable HugepagesVanessa Rene Valderrama1-0/+7
TLDK project requires Hugepages to be enabled. This change enables Hugepages and sets the size to 128. Change-Id: Ie582cdf5ab2c766da268c0a39ed47bc45f31058c Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-16Merge "Add packer verify and merge jobs"Vanessa Rene Valderrama3-0/+217
2017-02-16Merge "Update jenkins.ini.example with relevent defaults"Vanessa Rene Valderrama1-4/+3
2017-02-16Merge "Add hashicorp's packer 0.12.2 to basebuild"Vanessa Rene Valderrama1-0/+8
2017-02-16Merge "Correct path to package download script in hc2vpp-csit prebuilder"Vanessa Rene Valderrama1-2/+4
2017-02-16Add packer verify and merge jobsAnil Belur3-0/+217
- These jobs have been ported from ODL releng - Jobs are designed to build new images first of every month - Verify runs a packer validation on the templates and verifies the syntax of provision scripts - Merge job is designed to trigger a build only relevent to the change rather than building all images Change-Id: I882fdf9d60a49221e1d9f50809c5fda1d8ebf4fb Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2017-02-15Merge "Add missing sudo in TLDK verification job"Vanessa Rene Valderrama1-1/+1
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-15Add hashicorp's packer 0.12.2 to basebuildAnil Belur1-0/+8
Change-Id: I3bc41f53d5e36fab5fe475aac67f1406d12d4075 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2017-02-15Update jenkins.ini.example with relevent defaultsAnil Belur1-4/+3
* update url to point to sandbox * disable querying plugin info which default to true * remove default include paths Change-Id: I2ff654ca699fc654ce77598597a002bf710a6ce1 Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2017-02-14Also wait for apt-get update list lockRudy Grigar1-1/+1
Change-Id: I56c644e4862736271ac1c991d3a9d60bfbdf5505 Signed-off-by: Rudy Grigar <rgrigar@linuxfoundation.org>
2017-02-14Quotes required to avoid interpretationRudy Grigar1-1/+1
Change-Id: I8bbbf6e9d23841c58bd0acf4c4b36c9ef8baaa85 Signed-off-by: Rudy Grigar <rgrigar@linuxfoundation.org>
2017-02-14Merge "Additional fixes for dpkg lock issues"Vanessa Rene Valderrama1-0/+25
2017-02-14Merge "Add hc2vpp-csit jobs on Ubuntu16.04"Vanessa Rene Valderrama4-7/+9
2017-02-14Merge "Skip checkstyle in hc2vpp-csit-verify job"Vanessa Rene Valderrama2-3/+4
2017-02-13Additional fixes for dpkg lock issuesRudy Grigar1-0/+25
This adds a wrapper around apt-get to loop until the lock is available for dpkg operations. Change-Id: I85d3b1f1e6992a046d021a192997f307c7ca4785 Signed-off-by: Rudy Grigar <rgrigar@linuxfoundation.org>
2017-02-13Add dot separator for systemctl unitsAndrew Grimberg1-1/+1
Change-Id: Ide382ac6d6e7fe2b041aeca6222380183c8bbff1 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-13Bring in fail build and stomp on Ubuntu auto-upAndrew Grimberg2-28/+66
Bring in changes to fail the build if something does not properly install or has an error during the build. Also, forcibly disable and mask out the apt-daily service and timer on Ubuntu 16.04 and hopefully destroy any cron related to it for 14.04 Change-Id: I301d9c696c3d166ecece8060d415dd931d446335 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2017-02-13Disable auto updates on UbuntuVanessa Rene Valderrama3-39/+32
Modifying the disable auto updates on Ubuntu to use perl instead of sed because the sed -ine is creating new files ending in ne. Modifying where the apt-get upgrade and updates occur to resolve dpkg/locks which are causing VPP & NSH_SFC builds to fail. Change-Id: I5a81d72df7b758bd8287c54909386114c33ed730 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-13Add hc2vpp-csit jobs on Ubuntu16.04selias4-7/+9
- 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-10Fix base image spin up.Ryan F Day1-0/+4
Change-Id: I3dd626923af8a62f6a5a0870e33cb27af30b4f9b Signed-off-by: Ryan F Day <rday@linuxfoundation.org>
2017-02-10Change the nexus repository targetTibor Frank1-3/+3
The Nexus repository target is VPP. Modify your upload path From: nexus.fd.io/content/sites/site/io/fd/vpp_make_test/<version> To: nexus.fd.io/content/sites/site/io/fd/vpp/vpp_make_test/<version> Change-Id: I957aebe81fceb19035a03b29ba0572df67660973 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-02-09Skip checkstyle in hc2vpp-csit-verify jobselias2-3/+4
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-09Add missing sudo in TLDK verification jobKarol Latecki1-1/+1
Sudo was missing and it was not possible to allocate hugepages Change-Id: Ie20aca6e1086cf4b2e24327b53960a7595cd3eef Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2017-02-08Add support for Centos7.3-1611 to csit jobs.Thomas F Herbert1-22/+16
Remove operational branch creation from weekly verify job. Split vpp changes for Centos into separate commit. Do not add os param to perf jobs so as not to destroy perf trend history. JIRA: CSIT-356 Change-Id: If0121f01fa0767eae96e5f9f14ed4c56a97e7f7f Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2017-02-08Change groupID in pom.xmlTibor Frank1-2/+2
Change-Id: I5bdd045ae457232ee09b7aa09b9bd907495ec99a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-02-07Merge "Add jdk parameter to hc2vpp-csit-verify job"Vanessa Rene Valderrama1-0/+1
2017-02-06Add various packages to Packer imagesVanessa Rene Valderrama1-6/+18
Modifying Packer images to include various packages required by various FD.io projects. New images have been tested on the Jenkins sandbox. Change-Id: I236804da3cbf4ddf33812e7714e66250d55a1e60 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-03Merge "CSIT-476: NDR plots update"Vanessa Rene Valderrama1-0/+1866
2017-02-03Merge "Add make test-checkstyle"Vanessa Rene Valderrama2-0/+10