summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
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-03For rpms its vpp-dpdk-devel not vpp-dpdk-devEd Warnicke1-1/+1
Change-Id: Ida214d01c72d2b4e8e34d3f87eb134b0dc0902fd 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-03Re-enable installation of vpp-dpkg-devEd Warnicke1-1/+1
Change-Id: I1dd5c9f51a0f228c977191de7b5432a6244124e3 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Temporarily disable vpp-dpkg-dev installEd Warnicke1-1/+1
Change-Id: I0880fbee7eae8dfda6764d855214f8c097cacf97 Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Forgot to negate a conditionalEd Warnicke1-1/+1
Change-Id: I6868c171f0738b0a820b12a66bf2a49e237e0abd Signed-off-by: Ed Warnicke <eaw@cisco.com>
2017-03-02Fix vpp merge jobsEd Warnicke2-5/+66
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 Warnicke2-59/+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 Warnicke2-5/+59
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-28Configure NSH_SFC JDKVanessa Rene Valderrama1-0/+5
Jenkins 2 moved the JDK configuration to a new Jenkins global configuration page under Manage Jenkins - Global Tool Configuration. This patch configures NSH_SFC jobs to run using a specified JDK as configuration via the Jenkins Global Configuration. Valid values are: - openjdk7-centos7 - openjdk8-centos8 - openjdk7-ubuntu1404 - openjdk8-ubuntu1404 - openjdk7-ubuntu1604 - openjdk8-ubuntu1604 This patch configures the following templates to run using JDK8: - 'nsh_sfc-verify-{stream}-{os}' - 'nsh_sfc-merge-{stream}-{os}' - 'nsh_sfc-integration-{stream}-{os}' - 'nsh_sfc-verify-docs-{stream}' - 'nsh_sfc-merge-docs-{stream}' The verify docs don't use the {os} parameter so the OS is hardcoded like the node names. Change-Id: I6475877e2a8b8241add7416d0c4fe15b71706429 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-24Modify CSIT nightly cronVanessa Rene Valderrama1-1/+1
The csit-vpp-verify-perf-master-nightly-all job is not running as scheduled. Jenkins cron syntax requires the days of the week to be represented in numbers as opposed to names. Sun = 0 Tue = 2 Thu = 4 Change-Id: I1a980541aab9e607b9fb7f232f128019e0c9dbb1 Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
2017-02-16Merge "Add packer verify and merge jobs"Vanessa Rene Valderrama3-0/+217
2017-02-16Merge "Correct path to package download script in hc2vpp-csit prebuilder"Vanessa Rene Valderrama1-2/+4
2017-02-16Add packer verify and merge jobsAnil Belur3-0/+217
- These jobs have been ported from ODL releng - Jobs are designed to build new images first of every month - Verify runs a packer validation on the templates and verifies the syntax of provision scripts - Merge job is designed to trigger a build only relevent to the change rather than building all images Change-Id: I882fdf9d60a49221e1d9f50809c5fda1d8ebf4fb Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2017-02-15Merge "Add missing sudo in TLDK verification job"Vanessa Rene Valderrama1-1/+1
2017-02-15Correct path to package download script in hc2vpp-csit prebuilderselias1-2/+4
Fix for issue overlooked in https://gerrit.fd.io/r/5093; while the directory change is correct, commands immediately following it have not been adjusted to account for it. Change-Id: I3da9b12bca164856a01fb8c3afefde3e549b7be6 Signed-off-by: selias <samelias@cisco.com>
2017-02-14Merge "Add hc2vpp-csit jobs on Ubuntu16.04"Vanessa Rene Valderrama4-7/+9
2017-02-14Merge "Skip checkstyle in hc2vpp-csit-verify job"Vanessa Rene Valderrama2-3/+4
2017-02-13Add hc2vpp-csit jobs on Ubuntu16.04selias4-7/+9
- add integration and verify job using Ubuntu16.04 - pass OS parameter to test scripts requires commit https://gerrit.fd.io/r/#/c/5037/ in CSIT Change-Id: Ia7be995c1c78db43503e34f7c0c040a63431eab1 Signed-off-by: selias <samelias@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-09Skip checkstyle in hc2vpp-csit-verify jobselias2-3/+4
Style is already verified in hc2vpp-verify. Also fix missing dir change in prebuild script. This should download VPP packages into ${WORKSPACE}/csit, where the csit bootstrap-hc2vpp-verify script expects them to be. Change-Id: I4471c711e188f920c890bb63594bb08b7810141e Signed-off-by: selias <samelias@cisco.com>
2017-02-09Add missing sudo in TLDK verification jobKarol Latecki1-1/+1
Sudo was missing and it was not possible to allocate hugepages Change-Id: Ie20aca6e1086cf4b2e24327b53960a7595cd3eef Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
2017-02-08Add support for Centos7.3-1611 to csit jobs.Thomas F Herbert1-22/+16
Remove operational branch creation from weekly verify job. Split vpp changes for Centos into separate commit. Do not add os param to perf jobs so as not to destroy perf trend history. JIRA: CSIT-356 Change-Id: If0121f01fa0767eae96e5f9f14ed4c56a97e7f7f Signed-off-by: Thomas F Herbert <therbert@redhat.com>
2017-02-08Change groupID in pom.xmlTibor Frank1-2/+2
Change-Id: I5bdd045ae457232ee09b7aa09b9bd907495ec99a Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-02-07Merge "Add jdk parameter to hc2vpp-csit-verify job"Vanessa Rene Valderrama1-0/+1
2017-02-03Merge "CSIT-476: NDR plots update"Vanessa Rene Valderrama1-0/+1866
2017-02-03Merge "Add make test-checkstyle"Vanessa Rene Valderrama2-0/+10
2017-02-03Add jdk parameter to hc2vpp-csit-verify jobselias1-0/+1
Building HC2VPP requires Java8, but ubuntu1404 slaves use Java7 by default. Change-Id: I6fa9db3df1379ce9c0d190f32b1bb0760b3605bc Signed-off-by: selias <samelias@cisco.com>
2017-02-03CSIT-476: NDR plots updateTibor Frank1-0/+1866
- Change the plots in jobs: - csit-vpp-verify-perf-master-nightly-all - csit-vpp-perf-{stream}-{type} Change-Id: Ic24a7c71e8e54ac4c4275f7450d69f9e1d537fbb Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-02-02Merge "CSIT-513: Publish vpp make test doc"Vanessa Rene Valderrama2-0/+189
2017-02-02Fix issues in hc2vpp-csit scriptsselias2-3/+5
Change-Id: I1e18db7ac551917f88f965069469fa1d8f81a513 Signed-off-by: selias <samelias@cisco.com>
2017-02-01Merge "Modify tldk jenkins job to enable unit tests"Vanessa Rene Valderrama3-0/+33
2017-02-01Merge "Csit-Honeycomb job for 17.01"Vanessa Rene Valderrama4-12/+42
2017-02-01Merge "Change scheduling of csit-vpp-verify-perf-master-nightly-all"Vanessa Rene Valderrama1-1/+1
2017-01-31Fix: CSIT report merge jobpmikus1-1/+1
Change-Id: I6de8c6d18438cb3ff6298be6da071e9088c3b2e1 Signed-off-by: pmikus <pmikus@cisco.com>
2017-01-31Fix: CSIT report generationpmikus1-2/+2
- Fix dir path Change-Id: I1a9fa0e796687d97b8660e704fbc19052655973a Signed-off-by: pmikus <pmikus@cisco.com>
2017-01-31Csit-Honeycomb job for 17.01selias4-12/+42
- relates to https://gerrit.fd.io/r/4933 Change-Id: I78e0a28d529b3308d0acd6a11a45ff49b24a8919 Signed-off-by: selias <samelias@cisco.com>
2017-01-27Change scheduling of csit-vpp-verify-perf-master-nightly-allTibor Frank1-1/+1
- Set it to run on Sun, Tue, Thu at 20:00 Change-Id: I0b6aebff13e110d2d746983e06c0b08c91278c14 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-01-26Merge "Add csit report merge job"Vanessa Rene Valderrama2-0/+140
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-25Disable artifact deployment for hc2vpp merge jobsMarek Gradzki1-4/+0
It is enough that integration jobs publish jars,debs and rpms. Commit reverts changes introduced by 4739,4740,4765. It should be checked if docs.fd.io are still published after this change. Change-Id: I37ef33243f78187f9dcead6777e1506ed0ec6f4c Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-01-25Add csit report merge jobpmikus2-0/+140
- Purpose of this job is to publish csit report generated in sphinx-doc Change-Id: I39267e0dd6f32554c999beed05faefe6f5bcebbd Signed-off-by: pmikus <pmikus@cisco.com>
2017-01-25Add make test-checkstyleKlement Sekera2-0/+10
Change-Id: I7d10101415fe73146a167b6890867365689115ca Signed-off-by: Klement Sekera <ksekera@cisco.com>
2017-01-24Revert "Enable only 1 merge job for a release"Marek Gradzki1-22/+1
This reverts commit 247134c09e5c42d5ad63d2e57e0561ec4ea14c46. due to number of issues it introduces. Issues were described in https://gerrit.fd.io/r/#/c/4793/ comments Change-Id: I0f9ea82d98bbf2242cf516eeedf91d4330fb2858 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2017-01-19Enable only 1 merge job for a releaseThanh Ha1-1/+22
Change-Id: Ie493df45ec67d92bbc6724ebe92f75b280bb571f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2017-01-19CSIT-474: CSIT documentation publishingTibor Frank1-1/+1
Change-Id: I894918843cb6b95533c6a83665504730ae0ccc94 Signed-off-by: Tibor Frank <tifrank@cisco.com>
2017-01-18Fix the path creation.Peter Mikus1-1/+1
Change-Id: I1d4162d39cbf003e855e296d5c4532cebf237d15 Signed-off-by: pmikus <pmikus@cisco.com>
2017-01-18Merge "CSIT-474: CSIT documentation publishing"Ed Warnicke1-4/+9