summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19Merge "CSIT-1419 Convert vpp-virl job to vpp-device"Vanessa Rene Valderrama5-132/+61
2019-02-19CSIT-1419 Convert vpp-virl job to vpp-devicePeter Mikus5-132/+61
Change-Id: Iaac6a6182904a7ab1595f7534f0afd64caab6256 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2019-02-19VPP: cover opensuse reporting differenceEd Kern2-0/+19
Cover opensuse leap-15 reporting as either opensuse or opensuse-leap Change-Id: I79c077ecff33e1473120a21b418a8af89b4a00d5 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-02-19Merge "fix jar deploy for jvpp merge jobs"Vanessa Rene Valderrama1-1/+1
2019-02-19Merge "Allocate sufficient shm for the number of cores."Ed Kern1-1/+4
2019-02-19Merge "Sweetcomb: container build detection"Vanessa Rene Valderrama1-0/+3
2019-02-19Allocate sufficient shm for the number of cores.Paul Vinciguerra1-1/+4
# for 4 cores: # framework.VppTestCase.MIN_REQ_SHM + (num_cores * framework.VppTestCase.SHM_PER_PROCESS) # 1073741824 == 1024M (1073741824 >> 20) Change-Id: Iac56d69a48df019426e6b914d085635c8cd4df74 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-02-19fix jar deploy for jvpp merge jobsMichal Cmarada1-1/+1
Jars are being built from the same source for ubuntu xenial and bionic. Same output jars are being generated for both, so skipping deploy for ubuntu/xenial. Change-Id: Ibb1e145205d927acac46fbb1dce2ffdfdf35e30f Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-19Fix opensuse packagecloud push failures.Paul Vinciguerra1-1/+4
For an example failure, see: https://jenkins.fd.io/job/vpp-merge-master-osleap15/2443/console Change-Id: I84a05512b1a7d5ef0e8fce963e3917f42929605e Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
2019-02-15JVPP-22: introducing jvpp merge jobMichal Cmarada4-0/+174
Change-Id: I77627860800bed6568c964d713596d9a0bd18fc7 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-15JVPP-22: introduce jvpp-verify jobMichal Cmarada3-0/+191
Change-Id: Ie762e087046224b458eda9184b741ce2707edccb Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-14Sweetcomb: container build detectionEd Kern1-0/+3
Always true line added to assist with build server device detection Change-Id: Ibe283c2a02ba88a588901c94a2b6bdbfc188b061 Signed-off-by: Ed Kern <ejk@cisco.com>
2019-02-14Merge "Configure Sonar for HICN"Vanessa Rene Valderrama1-0/+11
2019-02-14Configure packer installVanessa Rene Valderrama1-3/+59
Configuring packer to install based on distribution version Change-Id: I4696971de718ec246d1d1b08545644ca18016ba8 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-14Configure Sonar for HICNVanessa Rene Valderrama1-0/+11
Configuring Sonar for the HICN project Change-Id: I4dd4a8d91910808dc6ce51ab0897c32018338639 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-13Upgrade common-packerVanessa Rene Valderrama1-0/+0
Upgrading common-packer to v0.2.0 Change-Id: I487f76a43f083a3c5cafbd334019c0c8cc39eb10 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-13Merge "use build-package instead of build-scvpp and build-plugins"Ed Warnicke1-2/+1
2019-02-13Merge "change package search path"Ed Warnicke1-2/+2
2019-02-12Remove sonar configurationVanessa Rene Valderrama1-11/+0
Removing the sonar configuration for HICN. This project can't use the global-jjb sonar configuration because it's not a maven based job. Change-Id: Ibe6d5b046edb8e14c9d496792200dd1756f9c0de Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-12Merge "Fix the rpm_dpdk project view"Vanessa Rene Valderrama1-2/+2
2019-02-12Fix the rpm_dpdk project viewVanessa Rene Valderrama1-2/+2
Fixing the rpm+dpdk project view so the jobs appearly correctly in Jenkins Change-Id: I2f7e3047b9e96624cdc637b817762c83da08ed5d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-12Modify RPM_DPDK nodeVanessa Rene Valderrama1-3/+3
This node change will switch RPM_DPDK to use the new common-packer CentOS7 image and the new ci-environment. The switch to common-packer standardizes the project with other LF projects providing additional support and automation. The switch to the new ci-environment is to isolate the build minions for security reasons. Change-Id: Ia91b1635bfc992ec7db8032fab51f5de02465b88 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-12Merge "Configure the settings file"Thanh Ha (zxiiro)1-1/+1
2019-02-12Configure the settings fileVanessa Rene Valderrama1-1/+1
Configure the HICN settings file for Jenkins Change-Id: I3bc1bebb502e86f891bc8e68c353458da3f10958 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-12use build-package instead of build-scvpp and build-pluginsdrenfong.wang1-2/+1
Change-Id: Id131d519f0cd56b4d7f0bf554ffd27a6bf1db537 Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2019-02-12change package search pathdrenfong.wang1-2/+2
Change-Id: Ib50e99dd517c31c7baccf4e3bbc47119df53b93c Signed-off-by: drenfong.wang <drenfong.wang@intel.com>
2019-02-11Remove 1804 stream from hc2vpp/honeycombMichal Cmarada4-11/+0
Change-Id: Id2271b6ddd9d26048eebfd30cc6a7e1bef5428c8 Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2019-02-07Merge "Modify puppet-fdio node"Eric Ball1-2/+2
2019-02-07Merge "Modify TLDK node"Eric Ball1-4/+4
2019-02-07Merge "Modify HICN node"Eric Ball1-1/+1
2019-02-07Merge "Modify DMM node"Eric Ball1-4/+4
2019-02-07Push hicn artifacts to Nexus.Mauro Sardara1-0/+4
Change-Id: I3277a9994b3ca0488ad34e9182980b612b58f0e2 Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-02-07Modify puppet-fdio nodeVanessa Rene Valderrama1-2/+2
Modifying the puppet-fdio node to use the FDIOVEX instances while we determine why the FDIOVEX-CI environment instances aren't spinning up Change-Id: Iefbcef846c2ff294852e93bc6e5ccab781bcdc46 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-07Modify TLDK nodeVanessa Rene Valderrama1-4/+4
Modifying the TLDK node to use the FDIOVEX instances while we determine why the FDIOVEX-CI environment instances aren't spinning up Change-Id: Ie7266711d5695ea4fb4c5f71dcbaa2c7a5766157 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-07Modify DMM nodeVanessa Rene Valderrama1-4/+4
Modifying the DMM node to use the FDIOVEX instances while we determine why the FDIOVEX-CI environment instances aren't spinning up Change-Id: I0e4e2c4fd201f768153d0c9a2ce166fb9fc03a3b Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-07Modify HICN nodeVanessa Rene Valderrama1-1/+1
Modifying the HICN node to use the FDIOVEX instances while we determine why the FDIOVEX-CI environment instances aren't spinning up Change-Id: Ifde2b172ef4cc3c5d854de94e4d23c5a712aeddd Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-07Modify ci-mgmt nodeVanessa Rene Valderrama1-1/+1
Modifying the ci-mgmt node while we determine the root cause for the new ci environment instances not spinning up. Change-Id: I04471e654de663665bd5880c4d3f3b4fbefee8c5 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2019-02-07Merge "Set settings to hicn-settings."Vanessa Rene Valderrama1-2/+2
2019-02-06Set settings to hicn-settings.Mauro Sardara1-2/+2
Change-Id: I00cc5f42386aa8e16b8523c45371a9cdfa7379ef Signed-off-by: Mauro Sardara <msardara@cisco.com>
2019-02-06Merge "Configure VPP Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure honeycomb Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure CSIT Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure NSH_SFC Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure TLDK Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure DEB_DPDK Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure ci-management Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure RPM-DPDK Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure puppet-fdio Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure HC2VPP Jenkins view"Vanessa Rene Valderrama1-0/+6
2019-02-06Merge "Configure TREX Jenkins view"Vanessa Rene Valderrama1-0/+6