summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-16Convert nsh_sfc to be Packer compliantVanessa Rene Valderrama1-10/+37
Transition jobs for nsh_sfc to be Packer compliant * Modifying nsh_sfc build minions to use the new node naming standard * Temporarily using mvn33-new during cutover Change-Id: Iacb178f37eb726e033183a2cc48f0ac4b46dd448 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Revert "Add dependencies for tldk jjb"Vanessa Rene Valderrama3-29/+0
This reverts commit 486588e7a8095791b81a4ac8bd0062e2297a61ee. Reverting change because it's currently broken in production and will block the Packer cut-over from Vagrant Change-Id: I5e9da2ceeb6c79148ad1af18563cbf3ccb5a612d Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Convert Vagrant to PackerVanessa Rene Valderrama12-0/+522
This converts all of the in use Vagrant definitions to Packer and allows us to build images and allow automated testing of images. Change-Id: Ic87cce4aa674146952efad325a42b095086426d0 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2016-12-16Merge "CSIT-474: CSIT documentation auto generation"Vanessa Rene Valderrama2-0/+193
2016-12-16Merge "HONEYCOMB-288: include score error in benchmark plot"Vanessa Rene Valderrama1-1/+1
2016-12-16HONEYCOMB-288: include score error in benchmark plotMarek Gradzki1-1/+1
Change-Id: I5b6085b0c675e66b14f5956f6526e68364a86da8 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-12-14CSIT-484: Fix trigger in csit-hc2vpp jobselias1-1/+1
Did not seem to work as regexp nor literally. Change-Id: I39f53cb494932af0a3d07abefcd346d30443dce5 Signed-off-by: selias <samelias@cisco.com>
2016-12-13CSIT-484: Fix issues in csit-hc2vpp jobsselias3-9/+14
Use workspace/csit directory for artifacts, to mirror the way csit-vpp jobs archive artifacts. Don't look for honeycomb.log in /var/log, it is copied from virl to workspace/csit directiry. Modify trigger for hc2vpp-csit-verify, so that the trigger is not a part of the job's name. Change-Id: Ie1e66e9c7b017045c2be6c976189297c27e6aa96 Signed-off-by: selias <samelias@cisco.com>
2016-12-12Merge "CSIT-484: New csit-hc2vpp job set"Vanessa Rene Valderrama6-88/+225
2016-12-12Remove master branch at request of deb_dpdk committersEd Warnicke1-3/+0
Change-Id: I38131b9e62bb66ff51c993e1261bbe5a342f37d5 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-12Add support for deb_dpdk 16.11.x branchEd Warnicke1-0/+3
Change-Id: I533fad08bdc1c396743b4ed4e85dfea49cc0402b Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-12-09CSIT-474: CSIT documentation auto generationTibor Frank2-0/+193
- add jenkins jobs (verify and merge) to generate and upload CSIT documentation Change-Id: I5c1268dbf93767ef2ff9653ac24ea246cc4349c0 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2016-12-08CSIT-484: New csit-hc2vpp job setselias6-88/+225
Removes obsolete csit-hc2vpp job and adds 2 new jobs: - hc2vpp-csit-integration - runs on master after hc2vpp-integration succeeds - hc2vpp-csit-verify - can be run manually on commits to hc2vpp project Related csit change - https://gerrit.fd.io/r/4170 Change-Id: I0552c593e7080351e1d53c4b0b0d5a7aeb21089d Signed-off-by: selias <samelias@cisco.com>
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-05Merge "Remove references to karaf in hc2vpp and honeycomb jobs"Ed Warnicke2-6/+6
2016-12-02Add a IS_CSIT_JOB parameter with the goal of having CSIT just build packagesEd Warnicke3-0/+13
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-12-01Remove references to karaf in hc2vpp and honeycomb jobsMarek Gradzki2-6/+6
Karaf is neither used in honeycomb nor in hc2vpp Change-Id: I9f85f3391e5dd76b5d1e4b32d020da0ba3bf1b29 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
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-30Merge "Migrate vpp-verify-* to using make verify"Vanessa Rene Valderrama5-313/+1
2016-11-29Merge "Update to trex job to build from trex repo"Vanessa Rene Valderrama2-48/+66
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-28Merge "Update tldk jbb builders"Andrew Grimberg1-0/+4
2016-11-28Update to trex job to build from trex repoEd Warnicke2-48/+66
Change-Id: I2a619c74d1318447f6e64e0fbc6e9b46889b146d Signed-off-by: Ed Warnicke <eaw@cisco.com>
2016-11-24HON-1 override docs folder to fix deploy urlMarek Gradzki1-1/+1
Change-Id: I51cc53ebd478cfdd4895c8caed760ab16191bd1f Signed-off-by: Maros Marsalek <maros.mars@gmail.com> Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2016-11-24Update csit-honeycomb-functional job to hc2vppMaros Marsalek2-6/+6
Change-Id: I8061ac1d21a0683f490c46265a1196adc33bb36f Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
2016-11-24Fix scm section of honeycomb's benchmark daily jobMaros Marsalek1-3/+2
Change-Id: I3508a9528574d82ac813282aa2e03fc492503f5c Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
2016-11-22Update tldk jbb buildersKarol Latecki1-0/+4
Builders for one of the jobs were not correctly updated in last commit Change-Id: I217f87b5b6b50a9ba330e7f5c9de5740bf7e2301 Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2016-11-21puppet-fdio: move most test logic into repoFeng Pan1-60/+5
Change-Id: I3ff8d1f1b19d201b8af088afaba05ca7e4ec81a0 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-21puppet-fdio: check for public key fileFeng Pan1-1/+5
Change-Id: I9738c51ea4a473658145979d98d8dd16979aee41 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-21puppet-fdio: add check for existance of ssh key before generating new oneFeng Pan1-2/+3
Change-Id: I69fca1d480e2f89e059f29aeef681ae63e9796d3 Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-21Merge "puppet-fdio: reformat jjb and add beaker tests"Ed Warnicke3-60/+111
2016-11-18puppet-fdio: reformat jjb and add beaker testsFeng Pan3-60/+111
Change-Id: I4c98cdf9957a59284b63563e3a83a0db8dbd566c Signed-off-by: Feng Pan <fpan@redhat.com>
2016-11-16Cleanup honeycomb jjb after split to hc2vppMaros Marsalek2-191/+17
Change-Id: Ia974b445b506bd9259756ab5cb7663839d071c98 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
2016-11-16Hc2vpp jjbMaros Marsalek2-0/+319
Change-Id: I09e5986dfe91df7aea874ea7cd5d9c3d2b4edf23 Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
2016-11-15Merge "Add dependencies for tldk jjb"Andrew Grimberg3-0/+29
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 Warnicke4-1/+97
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 Warnicke3-61/+1
This reverts commit 61f46f6471fac2bdb09c6e9fb23eaceb4122a433. Change-Id: I85b5a1244feaeacded793c83191b5a21d8948dd7 Signed-off-by: Ed Warnicke <eaw@cisco.com>