summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-11-11Add a vpp-verify-{stream}-{os}-clang jobEd Warnicke3-1/+61
Change-Id: Ic71029c36a2f3bab65e9bcd36a711b4d2b417577 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-10Merge "Add jjb for puppet-fdio"Ed Warnicke3-0/+110
2016-11-10Add Honeycomb benchmark daily jobMaros Marsalek1-0/+65
Change-Id: I44daa38007e4c5a4a7281b5034448f635726ac4c Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
2016-11-09Add jjb for puppet-fdioFeng Pan3-0/+110
Change-Id: Iec23c6494fb71540f6b71728170f2c0fe313d912 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-09Merge "Fix timeout issue in vpp-csit-perf jobs"Ed Warnicke1-2/+2
2016-11-09Merge "CSIT-454: Add missing git-scm to csit-honeycomb job"Ed Warnicke1-0/+5
2016-11-09Fix timeout issue in vpp-csit-perf jobspmikus1-2/+2
Change-Id: Ie1e2b156d643960662a9bf233229e0a7fa71e2f9 Signed-off-by: pmikus <pmikus@cisco.com>
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-03Make sure that null checks against $MVN are correctAndrew Grimberg1-1/+1
Checking to see if a string is not null doesn't work well when the string isn't quoted. Change-Id: I62457be5a2e4135dfe47dafc8ec742b13b0a8016 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-11-02Fix base directory.Thomas F Herbert1-1/+1
Change-Id: Ia44fd44b51a63e4972757f685d96933bf08aa19c Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2016-11-02CSIT-454: Add missing git-scm to csit-honeycomb jobselias1-0/+5
Missing in the original change (https://gerrit.fd.io/r/1822) Change-Id: I36682dfbb5d331e573c9b2f7145378a23e571a1d Signed-off-by: selias <samelias@cisco.com>
2016-10-28Make dynamic Maven work on Ubuntu 14.04Vanessa Rene Valderrama1-1/+2
The command realpath is not installed on Ubuntu 14.04 by default. It is causing an extraneous path check which if the path doesn't exist the build would fail anyway. Change-Id: If38eb993ed5a9e3517fe6b85f8eb5bce49b6bbce Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-10-28Address change of MVN pathC.J. Collier1-1/+6
* set ${MAVEN_HOME} to different value depending on whether ${MVN} is set Change-Id: I456ff57f31b4f04be5cb7aa6a3edc1d76ee56a19 Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-25Add dependencies for tldk jjbKarol Latecki3-0/+29
tldk needs googletest to compile and run its unit test application Change-Id: I73b666114dbcde88fc8a25daf14dfdf3c1661fc5 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-10-24Add parameter to allow options for mvn executableVanessa Rene Valderrama1-0/+9
Some jobs are hard coding the maven path. This change allows a for a variable or hard coded path Change-Id: I583abbdeec277f8eafc8c368e93a23cbebb79b73 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-10-24Don't forcibly hardcode maven locationAndrew Grimberg2-2/+2
It's bad form to hard code the path to maven in any of the build scripts. Doing so makes it difficult to switch back to using the dynamically installed maven system which makes the builds more flexible. Change-Id: Ide4e595c9e9f561bb404c2491e528b3129e2ecca Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-10-24Merge "Various fixes to the deb_dpkg build script"Andrew Grimberg1-22/+28
2016-10-21Grant Jenkins sudo rights on build minionsAndrew Grimberg1-0/+5
While it would be nice to not need sudo rights for Jenkins on the build minions, it is unfortunately needed in many cases. Change-Id: Ia7b78008d9f828b222f1f530ec52db340152b29a Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
2016-10-21Merge "Use ubuntu1604 nodes for csit jenkins jobs"C.J. Collier1-6/+6
2016-10-20Adding new wrapper to allow no-activity timeoutsVanessa Rene Valderrama2-16/+17
Adding fdio-infra-wrappers-non-activity-timeout wrapper to allow additional configuration timeout options. Configured CSIT timeouts using the new wrapper. Change-Id: I40b3288b788f1acc2c5682adb0b544af85d75335 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-10-20Merge "No-activity timeout for csit-perf jobs"Ed Warnicke2-1/+15
2016-10-19CSIT-56: Automated run of Honeycomb testsTibor Frank1-8/+17
- Update 'csit-honeycomb-functional-{stream}-{os}' job to the latest changes. Change-Id: I904423a4f55c11007aa7ba1a0268642a103ab699 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-10-19Use ubuntu1604 nodes for csit jenkins jobsJan Gelety1-6/+6
- set node to verify-ubuntu1604 for all csit jenkins jobs Change-Id: I08a9083295473eae44ff4f7ec76febf435860f13 Signed-off-by: Jan Gelety <jgelety@cisco.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-18Merge "Initial commit of support for rpm_dpdk project. Fix script name and ↵Ed Warnicke3-0/+223
removed Maven Definition missing required for Centos 7 builds."
2016-10-18Update VPP CSIT verify jobs to 1604Dave Wallace1-1/+1
Change-Id: I60d238d70f079a84130d26ae9f3b8a0a637820d3 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-10-17Use manual trigger for vpp-csit-verify-virl-1604-test-{stream}Dave Wallace1-5/+4
Change-Id: If56b8bd54f5980397fcee125fa3b6107451c068b Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-10-17job-template fixes for vpp-csit-verify-virl-1604-test-{stream}Dave Wallace1-17/+6
Change-Id: I201d1b9c2a0884eb4d6c8063aa5287de271780bb Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-10-17Add csit functional test to vpp-csit-verify-virl-1604-test-{stream}Dave Wallace1-0/+3
Change-Id: I4a401dd8b9a7772bb971982b667747eff5042a4b Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
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>
2016-10-17Merge "Fix probe job to use ubuntu1604"Thanh Ha1-2/+2
2016-10-17Fix probe job to use ubuntu1604Ed Warnicke1-2/+2
Change-Id: I7b27c20b4ecf98d92bf3b5dfe8a49bbaabf37496 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-10-17Fix vpp-csit-verify-virl-1604-test due to 3412Thanh Ha1-5/+1
Need to update vpp job to make use of changes from Change 3412. Change-Id: I3946667d3eee87e0c9a7b7c7a84242de8eaa3319 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-17Merge "Remove jjb-update.sh script"Ed Warnicke2-12/+4
2016-10-17Merge "Use fdio-infra-wrappers to simplify common wrapper use"Ed Warnicke11-128/+27
2016-10-17Merge "Remove unnecessary ssh-credentials defaults"Ed Warnicke11-78/+75
2016-10-17Merge "Remove the need for mvn33 defaults"Ed Warnicke5-18/+16
2016-10-17Probe job to check for csit 1604Ed Warnicke1-0/+67
Change-Id: Ibaa54365c7bf96138650bc76a9b4eb11155c2f86 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-10-17Revert "Update VPP CSIT verify jobs to 1604"Peter Mikus1-1/+1
This reverts commit 9e8303d5eee34cf0cae19502a195c252f8d696b2. Change-Id: I14d3820d882bd2f077b52155e24de81a2e9d8a9a Signed-off-by: pmikus <pmikus@cisco.com>
2016-10-17No-activity timeout for csit-perf jobsMiroslav Miklus2-1/+15
Absolute timeout is not an option for csit perf jobs, but we can declare perf job as dead if there is no console output for some time. Change-Id: If075c2be8a139c859f80bc55e64e9dac291ac9f8 Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
2016-10-17Update VPP CSIT verify jobs to 1604pmikus1-1/+1
Change-Id: I2d9c1eb9a098d01fca4eed66c1077eec39231568 Signed-off-by: pmikus <pmikus@cisco.com>
2016-10-15Various fixes to the deb_dpkg build scriptC.J. Collier1-22/+28
* Use more accurate means of finding upstream original version * Remove options from dpkg-checkbuilddeps * Replace ~ with - in origin versions * Add message indicating which packages need to be included in respin * refactor checks for shasums of respin scripts Change-Id: Ie6f95f71cd37434882a93c3ad25d8444460ec74d Signed-off-by: C.J. Collier <cjcollier@linuxfoundation.org>
2016-10-14Merge "Enable ubuntu16 build for HC"Thanh Ha2-2/+16
2016-10-14Explicitly set JDK as openjdk8 for honeycomb jobsMarek Gradzki1-0/+3
Change-Id: I309ee62b065589e61a815e8f05e9cfc33742cc73 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-10-14Remove jjb-update.sh scriptThanh Ha2-12/+4
The jjb-update.sh script was used by ODL when they had a custom abstraction layer ontop of JJB for further customizing job templates. This is no longer used in ODL and FD.io never had any custom JJB scripting layer to begin with so this script is actually an unnecessary additional process being run, remove it. Also improve the merge job to print out python library versions and jenkins-jobs version for troubleshooting. Change-Id: I2e174747601c3ea31b1f5912ac56815bd73b3ae2 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-14Use fdio-infra-wrappers to simplify common wrapper useThanh Ha11-128/+27
- Move timestamps to fdio-infra-wrappers as every job is using it - Move ssh-credentials into fdio-infra-wrappers as every job is using it - Ensuer ALL jobs are using fdio-infra-wrappers (this should be policy!) FD.io has this convenient wrapper called fdio-infra-wrappers which is a simple macro to configure common wrapper functionality that all jobs should be configured with all jobs are already configuring it too so simplify job configuration and ensuring we don't have duplication everywhere. Less lines of code and more code reuse makes for easier maintenance :) Change-Id: Ia73b09dfc556f684c43853797231da84a9c517af Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-14Remove unnecessary ssh-credentials defaultsThanh Ha11-78/+75
ODL used to use a variable called {ssh-credentials} as a form of redirection in order to have a simple human readable word to represent a unique credentials id in Jenkins. Newer versions of Jenkins actually allows us to override the credentials-id UUID format and pass a human readable filename. Considering that FD.io has been using a human readable jenkins-gerrit-credentials credentials-id remove the unnecessary {ssh-credentials} id defaults from global-defaults and just access the credential directly. Change-Id: I7b59357dcacb2195646719709b3b623429deca91 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-10-14Remove the need for mvn33 defaultsThanh Ha5-18/+16
Instead of indirectly calling {mvn33} in jjb and redirecting it to Maven_3.3.9 in Jenkins. Simply name Maven in Jenkins mvn33 and then jobs can call mvn33 directly without the need for the defaults redirection. The new mvn33 profile has already been created in fd.io Jenkins. Change-Id: I792509ab2d80546a532930f1f579afb69bfc670c Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>