summaryrefslogtreecommitdiffstats
path: root/jjb/vpp
AgeCommit message (Collapse)AuthorFilesLines
2017-04-17Have Jenkins provide .packagecloud file for merge jobsEd Warnicke1-0/+4
Change-Id: I2eec5bcc3dade18ac9750a4c92dc6098defe2bab Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-04-17Configure VPP to publish to packagecloud.ioVanessa Rene Valderrama2-17/+9
Added a packagecloud_push script to push artifacts to the packagecloud.io repository Added the stream-parameter and packagecloud_push script to the VPP merge job to allow artifacts to be published to packagecloud repositories in addition to Nexus repositories Change-Id: I9076ee35a6d330579ba72aa19a455b3d7a22e7f5 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-27Try to push rpm/deb to package cloud in a single transactionEd Warnicke1-12/+3
Change-Id: I8086e4b615757ecc0b37c0bcd4eb020eba3a4c9f Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-23Add 1704 branch to vpp jobsEd Warnicke1-1/+6
Change-Id: I0ae6e8f99cc7eaedbc4fa7a6ffb5732d344df7ce Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-13Correct packagecloud centos repo subdirEd Warnicke1-1/+1
Change-Id: Id46591790292ca175588eb0c3aa4b22bffd7d82d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-11Merge "Fix centos repo"Thanh Ha1-1/+1
2017-03-11Fix centos repoEd Warnicke1-1/+1
Change-Id: Icf1485283fb46e9a2e5819432b13f962859ae2d4 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-11Fix autorespawning of packagecloud test jobsEd Warnicke1-1/+1
The vpp-test-packagecloud-* jobs all trigger off of gerrit comment test-packagecloud ... which means the Jenkins comments reporting on job progress trigger the rerunning of the job. Change-Id: Ie6e8987b39e162f8b11a1c7d6eef9866dcdaf25a Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Add packagecloud config fileVanessa Rene Valderrama1-0/+5
Adding packagecloud config file to /home/jenkins Change-Id: Iaac8be0da6512f7aa0ea18cd1f0cbcce67d5aea2 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-03-10Fix .staging in repo nameEd Warnicke1-1/+1
Change-Id: Iafd84cb7ff080141b1848220bb07780383404679 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Adding distinguishers for debian/centos releasesEd Warnicke1-3/+3
Change-Id: I0b04dcb4b12d69b83c71d96f22717e4d14bbca37 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-10Job to test packagecloudEd Warnicke2-0/+89
Change-Id: Iebf64ad14e30c710143276937793ec45c73d3e87 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-02Fix vpp merge jobsEd Warnicke1-5/+23
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 Warnicke1-15/+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 Warnicke1-5/+15
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-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-08Change groupID in pom.xmlTibor Frank1-2/+2
Change-Id: I5bdd045ae457232ee09b7aa09b9bd907495ec99a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-02-03Merge "Add make test-checkstyle"Vanessa Rene Valderrama2-0/+10
2017-01-26CSIT-513: Publish vpp make test docTibor Frank2-0/+189
Change-Id: I0094026a0ae433fdbd5ad0b308e73ef0ddb3c7ea Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-01-25Add make test-checkstyleKlement Sekera2-0/+10
Change-Id: I7d10101415fe73146a167b6890867365689115ca Signed-off-by: Klement Sekera <ksekera@cisco.com>
2016-12-21Enable log shipping on all vpp jobsVanessa Rene Valderrama1-0/+18
* Configure log shipping on all vpp jobs Change-Id: I883585783280ce87148e57d224ffcfc4dc5ff5f3 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-19Convert vpp to be Packer compliantVanessa Rene Valderrama1-4/+4
Transition jobs for vpp to be Packer compliant * Modifying vpp build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: I8f4a01d82917c34377b76ca3d3e875ce61720cc4 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Convert vpp to be Packer compliantVanessa Rene Valderrama1-11/+17
Transition jobs for vpp to be Packer compliant * Modifying vpp build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: I1b85371bb5bad151986892d4ac1ee4f7d8196a84 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-05Use make verify only after its working and not for CSIT builds.Ed Warnicke1-11/+14
This patch does the following: 1) Introduces a new PARAMATER called is-csit-vpp-job 2) Sets that PARAMETER to 'True' for csit-vpp-jobs 3) Changes the include-raw-vpp-build.sh so that: a) It uses make verify only if this is not a csit job *and* if the patch has as a parent a point from which make verify is known to work b) It uses the old build.sh if its building CSIT jobs or the patch is from before make verify. The result is, patches should verify or not on their own merit, not on the happenstance of coming before or after make verify, and we don't do the extra make verify work for jobs were CSIT just needs packages built. Note: This patch is a fixed version of https://gerrit.fd.io/r/#/c/4083/ and has been tested using the 'DRYRUN' env variable. Change-Id: Ie6f1e6ce2809e21ea025bccfaec703cd7519e20e Signed-off-by: Ed Warnicke <hagbard@gmail.com>
2016-12-05Revert "Use make verify only after its working and not for CSIT builds."Ed Warnicke1-14/+18
This reverts gerrit https://gerrit.fd.io/r/#/c/4083/ This reverts commit 12420b9347e5c92554b45f844dc31dd69d31beff. Change-Id: If92739ef507f079d5e45fa412924837f8b358c33 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-05Use make verify only after its working and not for CSIT builds.Ed Warnicke1-18/+14
This patch does the following: 1) Introduces a new PARAMATER called is-csit-vpp-job 2) Sets that PARAMETER to 'True' for csit-vpp-jobs 3) Changes the include-raw-vpp-build.sh so that: a) It uses make verify only if this is not a csit job *and* if the patch has as a parent a point from which make verify is known to work b) It uses the old build.sh if its building CSIT jobs or the patch is from before make verify. The result is, patches should verify or not on their own merit, not on the happenstance of coming before or after make verify, and we don't do the extra make verify work for jobs were CSIT just needs packages built. Change-Id: I1066c6a8087e639d81e9afab809f4a02b1f6b99c Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-05Merge "Revert "Put in check to make sure the patch is rebased late enough""Vanessa Rene Valderrama1-5/+0
2016-12-02Add a IS_CSIT_JOB parameter with the goal of having CSIT just build packagesEd Warnicke2-0/+5
Change-Id: Ie3892c5b5e90af1083889aa8166cee4e022873bc Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-02Revert "Put in check to make sure the patch is rebased late enough"Ed Warnicke1-5/+0
This reverts gerrit https://gerrit.fd.io/r/#/c/4061/ This reverts commit 9ee4a123ed5faebc5f795e2c88c8e1e5ea6947ac. Change-Id: I3bdeb6b0be6ea4013995b11ea626b03a04bb5069 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-01Merge "Put in check to make sure the patch is rebased late enough"Andrew Grimberg1-0/+5
2016-12-01Put in check to make sure the patch is rebased late enoughEd Warnicke1-0/+5
Change-Id: Ia32ad82a3d8ee91282b26f70b4728e252e7453fd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-01Merge "Add 1701 stream to vpp csit jobs as well"Vanessa Rene Valderrama1-0/+3
2016-11-30Add 1701 stream to vpp csit jobs as wellEd Warnicke1-0/+3
Change-Id: Ic24d30b58ed9320a60975b4e5efd9285072cab60 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-30Merge "Added 17.01 stream for vpp"Andrew Grimberg1-0/+3
2016-11-30Added 17.01 stream for vppEd Warnicke1-0/+3
Change-Id: I4c968cbd1fc53db0ca57de68fbe57b08fbb1e3ba Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-30Merge "Add UNATTENDED=yes to make verify for vpp"Thanh Ha1-1/+1
2016-11-30Add UNATTENDED=yes to make verify for vppEd Warnicke1-1/+1
Change-Id: Ic677efb56973b50d1701171153e7648ec6fbf46e Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-30Remove vpp-csit-verify-virl-1604-test-{stream} job.Dave Wallace1-54/+0
Change-Id: Ifa69341cab351652d38a66b13d7bb67d51c82caf Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
2016-11-29Migrate vpp-verify-* to using make verifyEd Warnicke5-313/+1
Also retires vpp-clang-* and vpp-lite-verify-* as they are now covered by make verify. Change-Id: I19967cd82b67029a7396bdba6907aa3d4d7da865 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Do not set CC env variable at this timeEd Warnicke2-3/+0
Change-Id: I8fd32cca7333a2fd3004096fd3dd516c571c468b Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Add a vpp-verify-{stream}-{os}-clang jobEd Warnicke3-1/+89
Fixed to have vpp clang job use make verify Change-Id: Ic59713a72af156fd9a32ac9f43e96c36b3ece6b6 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Revert "Add a vpp-verify-{stream}-{os}-clang job"Ed Warnicke2-53/+1
This reverts commit 61f46f6471fac2bdb09c6e9fb23eaceb4122a433. Change-Id: I85b5a1244feaeacded793c83191b5a21d8948dd7 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-11Add a vpp-verify-{stream}-{os}-clang jobEd Warnicke2-1/+53
Change-Id: Ic71029c36a2f3bab65e9bcd36a711b4d2b417577 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-09Fix timeout issue in vpp-csit-perf jobspmikus1-2/+2
Change-Id: Ie1e2b156d643960662a9bf233229e0a7fa71e2f9 Signed-off-by: pmikus <pmikus@cisco.com>
2016-10-24Don't forcibly hardcode maven locationAndrew Grimberg1-1/+1
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-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>