summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2018-10-09Fix TLDK lintingVanessa Rene Valderrama1-123/+123
Fixing TLDK linting Change-Id: I33160c741f52026bd30da40f3e8869127f1bd5bb Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-10-09Fix RPM_DPDK lintingVanessa Rene Valderrama1-110/+112
Fixing RPM_DPDK linting Change-Id: I93615eec68047469787eb20333b7b6cfd4ca40af Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-10-09Fix puppet-fdio lintingVanessa Rene Valderrama1-54/+54
Fixing puppet-fdio linting Change-Id: Ibcf0a85f98943d171e5a2cb481171641e8e7e49d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-10-09Fix NSH_SFC lintingVanessa Rene Valderrama1-417/+420
Fixing NSH_SFC linting Change-Id: I0a7ba5128cd31583d4654baec4fb373aada5ab4e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-10-09Correct path for email-ext publisherEric Ball1-1/+1
Change-Id: If13f683b63f30f4058a4f11594b53b986c0935b2 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-10-09Merge "Add CSIT-LIGATO daily job"Vanessa Rene Valderrama1-0/+69
2018-10-09Add CSIT rls1810 branchJan Gelety2-0/+9
Change-Id: Icdc40ad90c1da8d3a9ad1dd32e02bb8b1d406cec Signed-off-by: Jan Gelety <jgelety@cisco.com>
2018-10-09Add CSIT-LIGATO daily jobPeter Mikus1-0/+69
Change-Id: I481d7b368021569380141c80281eead15240ff94 Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-10-08Remove scm refspec from ci-management-merge-jjbEric Ball1-1/+1
Having the refspec on this job causes it to check out a single patch set, which does not necessarily contain all of the most recent changes (e.g. if two changes are in review at the same time, and get merged without being rebased first). Change-Id: I7cfa11bc5cf94ba64ad61afd8a961c81e0c81f01 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-10-05Merge "Changes for VPP 18.10 release"Vanessa Rene Valderrama3-3/+19
2018-10-05Merge "Bump ODL version to Fluorine for HC2VPP CSIT tests"Vanessa Rene Valderrama1-1/+1
2018-10-05Merge "Use os-release for opensuse info"Ed Warnicke2-8/+9
2018-10-05Changes for VPP 18.10 releaseMarco Varlese3-3/+19
Change-Id: Ifa59d69438544003f4ee4431d8e677aebe1f4ac6 Signed-off-by: Marco Varlese <marco.varlese@suse.com>
2018-10-02Bump ODL version to Fluorine for HC2VPP CSIT testsMichal Cmarada1-1/+1
Change-Id: I9dda58636c5e131d6529eff736e9d36e0564df0d Signed-off-by: Michal Cmarada <mcmarada@cisco.com>
2018-09-28Use os-release for opensuse infoEric Ball2-8/+9
Puppet, and therefore facter, are not officially supported on OpenSUSE, and currently not available for OpenSUSE 15. Using the os-release file to get the version info should be a viable alternative. Change-Id: Id4787d9b836a783792e5e5ae3b895e87b95f08cf Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-09-28Remove all logrotate callsEric Ball18-121/+119
These are deprecated, and were causing a warning from jjb. All logrotate calls have been replaced with build-discarder. Change-Id: Ic84be4c8b3500039e3a9c5a1ce7c8ce4d853614d Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-09-28Update ci-management submodules recursivelyEric Ball2-4/+22
To enable compatibility with global-jjb, the scm needs to update submodules recursively. Adding the param to the old scm would require changing every reference to that object, so a new scm was created. Change-Id: Ib514d06891f50a24bb2f38449b5b094db602f7e6 Signed-off-by: Eric Ball <eball@linuxfoundation.org>
2018-09-28Fix lint errorsVanessa Rene Valderrama1-155/+156
Fixing lint errors in preparation to convert ci-management jobs to global-jjb Change-Id: I530f347b463bdf1a8aa468170a998424a623066e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-09-27Merge "Fix VPP docs merge job timeouts"Vanessa Rene Valderrama1-5/+5
2018-09-27Merge "CSIT-1287: Configure Jenkins to send email"Vanessa Rene Valderrama1-1/+1
2018-09-27Change default executor for csit-perf-ligato jobPeter Mikus1-1/+1
Change-Id: I247618875582b6fa162b504208865ead561a1a6e Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-09-26Merge "CSIT-1318 Update Ligato jenkins jobs for all topologies"Vanessa Rene Valderrama1-9/+61
2018-09-26Merge "VPP: dev-contrib to ext-debs"Vanessa Rene Valderrama4-11/+11
2018-09-26CSIT-1318 Update Ligato jenkins jobs for all topologiesPeter Mikus1-9/+61
Change-Id: Icad59e3908a56dc8994f6b096e41cf2c7838562c Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-09-25Prepare repo for global-jjb v0.25.0Vanessa Rene Valderrama5-0/+4
Change-Id: Iac940bfc4aa250eca5df7366385392121924d62a Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-09-24Fix VPP docs merge job timeoutsVanessa Rene Valderrama1-5/+5
Modifying VPP docs merge jobs to concurrent: false to resolve build timeout errors Change-Id: I5368a8ba0f46667122be19e681f59ecb33747c88 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-09-21CSIT-1287: Configure Jenkins to send emailTibor Frank1-1/+1
Change-Id: I65080dfcdb3486ca089f5c818c3491a79b310474 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-09-20VPP: dev-contrib to ext-debsEd Kern4-11/+11
Sync to final naming on external dep packaging deps not debs Change-Id: I0e222f2e943be26bdd2959c1fd5e11d4c06f08b2 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-20VPP: docs breakoutEd Kern3-312/+538
In preperation for new sphinx based docs in pulling both docs and test-docs out of main vpp file. Adding in new sphinx-docs jobs for john to tinker with on sandbox Change-Id: Id8916f8ee9cff7c6617d14a676069f9777e8fdb7 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-19Merge "VPP: arm voting back on without test"Vanessa Rene Valderrama1-1/+1
2018-09-19VPP: install dpdk and contrib for nowEd Kern1-4/+4
Installing both dep packages for now Change-Id: Ib41dc85cc0e08992928f813a45cf04a00ee4fe79 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-19VPP: arm voting back on without testEd Kern1-1/+1
Voting back on with only build for now. Change-Id: I9afb5396b3387ded2a95bc3864821df219635cda Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-19Merge "VPP: replace dpdk-dev with dev-contrib"Vanessa Rene Valderrama4-6/+15
2018-09-19CSIT-1287: Configure Jenkins to send emailTibor Frank1-1/+2
Change-Id: I0fce6dffd9c67a7a8f399b0e83140b195261cbe4 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-09-18VPP: replace dpdk-dev with dev-contribEd Kern4-6/+15
VPP internal package renaming requires setup changes Change-Id: I24b5132a0b73be99e6ef1e93a17c743f399bc1a1 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-18CSIT-1287: Configure Jenkins to send emailTibor Frank1-0/+15
Change-Id: Id584857759793df3c34e111fc5d73f382fbc48b6 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2018-09-17Push packagecloud before nexus for OpenSuse too...Ed Warnicke1-6/+6
Change-Id: I0d947721307a7217e338540b616f5f918715fb1a Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-17Push to packagecloud before nexusEd Warnicke1-6/+6
Change-Id: I34fa33600644be2cbc2414ba7f5ab5a09564e766 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-16Make sure to install facter on OpenSuseEd Warnicke1-0/+5
Change-Id: I7fdd34157f2e37f32fec818a5a744f06c4c54437 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-15Missed adding on ${STREAM}, this adds it.Ed Warnicke1-0/+2
Change-Id: I8f7efb7d05a3f14835e300ec96779f016c6d5040 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-15Add ${STREAM} to all vpp jobsEd Warnicke2-0/+24
Change-Id: I93daa7add2718cdd3d82853a1f803189fced34e4 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-15Add packagecloud push for OpenSuse.Ed Warnicke1-0/+5
Change-Id: I401270ae9603393917823a0d9d0200fc63704f4d Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-14Also remove spurious apt repos...Ed Warnicke1-1/+8
Change-Id: I9b47c377c793e64ca1ac69c945f7399486083f21 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-14Remoe fdio-master.repo file for centos builds to avoidEd Warnicke1-0/+3
breakage on non-master branches Change-Id: Ib03647b27f74b03e5cb9a6ba3d736d3889b39672 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-14Switch over to using packagecloud.io as source of dpdk packagesEd Warnicke1-10/+2
Change-Id: Ifd1b2320c226fa725b361a37c5b918958e07a190 Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2018-09-13Merge "Moving config-file-provider to pre-builders"Ed Warnicke1-212/+212
2018-09-13Moving config-file-provider to pre-buildersVanessa Rene Valderrama1-212/+212
The project type maven ignores the builders section. This change to add the packagecloud files to the pre-builders section so the managed files are added properly. Change-Id: I8710247660705d365fd31c96da4846aa03af8160 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-09-12Configure script to look in home directoryVanessa Rene Valderrama1-1/+1
Configuring the script to look in the home directory for the packagecloud files to allow the script to work in the containers and the openstack environments Change-Id: Ibfad7111b87ed570d8cdca9b6243b0ab2e848483 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2018-09-10VPP: remove test from arm buildsEd Kern1-15/+7
Leaving make test in arm builds was still leading to test hangs until timeout. This removes the test portion so we still get images and build verification Change-Id: I9cefb9cdb76edc214e0fb680e28b4495323f8000 Signed-off-by: Ed Kern <ejk@cisco.com>
2018-09-07Merge "enhance build job to build all the stacks that are supported by DMM"Vanessa Rene Valderrama1-1/+1