summaryrefslogtreecommitdiffstats
path: root/jjb/rpm_dpdk
AgeCommit message (Collapse)AuthorFilesLines
2019-07-12Add INFO.yaml verify jobVanessa Rene Valderrama1-0/+9
Info YAML Verify job validates that INFO.yaml file changes are kept isolated from other file changes. Verifies INFO.yaml files follow the schema defined in global-jjb/info-schema. Change-Id: I4f6805313653b8edc0c8d3c514db80e64fdc5297 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-06Configure RPM-DPDK Jenkins viewVanessa Rene Valderrama1-0/+6
Manage RPM-DPDK views with JJB view-templates Change-Id: Ibf2c4d9aafe35ff13b03973c229ad23e0ecb9f08 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-09-28Remove all logrotate callsEric Ball1-4/+3
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>
2016-12-21Enable log shipping on all rpm_dpdk jobsVanessa Rene Valderrama1-0/+11
* Configure log shipping on all rpm_dpdk jobs Change-Id: I7f33432f9246a37027357d8bc8279bd1484a3c55 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-19Convert rpm_dpdk to be Packer compliantVanessa Rene Valderrama1-0/+9
Transition jobs for rpm_dpdk to be Packer compliant * Modifying rpm_dpdk build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: I96cef20562a6896e3c5337cc4e6ff8865117ea9d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-19Convert rpm_dpdk to be Packer compliantVanessa Rene Valderrama1-3/+3
Transition jobs for rpm_dpdk to be Packer compliant * Modifying rpm_dpdk build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: Ie1484e996d25a44e73da89c24667e3b05f731e78 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-11-07Fix so scripts see push function.Thomas F Herbert1-1/+1
JIRA: VPP-498 Change-Id: I9f9ea4eed60f64f6b39d3a93b23d29fe3900d1bd Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-11-06Need push_rpm function for rpm_dpdk project.Thomas F Herbert1-0/+1
The push_rpm function must be included to find and push rpms created by rpm_dpdk to artifactory. JIRA: VPP-498 Change-Id: I91d9a81705032ee4715d2cdd296190c3ec021c00 Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-11-02Fix base directory.Thomas F Herbert1-1/+1
Change-Id: Ia44fd44b51a63e4972757f685d96933bf08aa19c Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-10-18Remove references to ccache.Thomas F Herbert1-7/+0
Change-Id: Ie3578599ec8493efb748fcf3602ed4fde22e77dc Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-10-18Correct failing JJB processingC.J. Collier1-12/+3
* use literal gerrit credentials * remove wrappers which are defined in a template Change-Id: Icc827b4435be7a401705f4089821358d6912d937 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-17Initial commit of support for rpm_dpdk project.Thomas F Herbert3-0/+223
Fix script name and removed Maven Definition missing required for Centos 7 builds. Change-Id: I6b7f4fab9c1b2d634e5576cd21977f0455a18cd1 Signed-off-by: Thomas F Herbert <therbert@redhat.com>