Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: Iafd84cb7ff080141b1848220bb07780383404679
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I0b04dcb4b12d69b83c71d96f22717e4d14bbca37
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Iebf64ad14e30c710143276937793ec45c73d3e87
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: Ida214d01c72d2b4e8e34d3f87eb134b0dc0902fd
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I113308a2224aefbf9809e58b4f87e1fc3618fcaf
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I1dd5c9f51a0f228c977191de7b5432a6244124e3
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I0880fbee7eae8dfda6764d855214f8c097cacf97
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
Change-Id: I6868c171f0738b0a820b12a66bf2a49e237e0abd
Signed-off-by: Ed Warnicke <eaw@cisco.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
|
|
|
|
- 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>
|
|
|
|
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>
|
|
|
|
|
|
- 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>
|
|
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>
|
|
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>
|
|
Sudo was missing and it was not possible to allocate hugepages
Change-Id: Ie20aca6e1086cf4b2e24327b53960a7595cd3eef
Signed-off-by: Karol Latecki <karolx.latecki@intel.com>
|
|
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>
|
|
Change-Id: I5bdd045ae457232ee09b7aa09b9bd907495ec99a
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
|
|
|
|
|
|
Building HC2VPP requires Java8, but ubuntu1404 slaves use Java7 by default.
Change-Id: I6fa9db3df1379ce9c0d190f32b1bb0760b3605bc
Signed-off-by: selias <samelias@cisco.com>
|
|
- 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>
|
|
|
|
Change-Id: I1e18db7ac551917f88f965069469fa1d8f81a513
Signed-off-by: selias <samelias@cisco.com>
|
|
|
|
|
|
|
|
Change-Id: I6de8c6d18438cb3ff6298be6da071e9088c3b2e1
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
- Fix dir path
Change-Id: I1a9fa0e796687d97b8660e704fbc19052655973a
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
- relates to https://gerrit.fd.io/r/4933
Change-Id: I78e0a28d529b3308d0acd6a11a45ff49b24a8919
Signed-off-by: selias <samelias@cisco.com>
|
|
- Set it to run on Sun, Tue, Thu at 20:00
Change-Id: I0b6aebff13e110d2d746983e06c0b08c91278c14
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
|
|
Change-Id: I0094026a0ae433fdbd5ad0b308e73ef0ddb3c7ea
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
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>
|
|
- Purpose of this job is to publish csit report generated in sphinx-doc
Change-Id: I39267e0dd6f32554c999beed05faefe6f5bcebbd
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
Change-Id: I7d10101415fe73146a167b6890867365689115ca
Signed-off-by: Klement Sekera <ksekera@cisco.com>
|
|
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>
|
|
Change-Id: Ie493df45ec67d92bbc6724ebe92f75b280bb571f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
|
|
Change-Id: I894918843cb6b95533c6a83665504730ae0ccc94
Signed-off-by: Tibor Frank <tifrank@cisco.com>
|
|
Change-Id: I1d4162d39cbf003e855e296d5c4532cebf237d15
Signed-off-by: pmikus <pmikus@cisco.com>
|
|
|