summaryrefslogtreecommitdiffstats
path: root/jjb/vswitchperf
AgeCommit message (Collapse)AuthorFilesLines
2016-08-22Create project jobs for colorado branchFatih Degirmenci1-1/+9
Daily jobs for Colorado branch for installer and test projects have not been created yet and it needs to be done via separate patches. Change-Id: I34517e89dfc502ce5741733e01bf8425d513df02 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-06-30Add Project Option to Throttle PropertyTrevor Bramwell1-0/+2
This is a required field for JJB > 1.4 Change-Id: Ifb6f5d4b3a28f2d85f546151ca9aca4a4061f3ef Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-06-15Tie all verify/merge/build to opnfv-build-ubuntuFatih Degirmenci1-2/+2
We reconfigured centos build server now and it is important to know which jobs require centos and which ones ubuntu. The machines with ubuntu were labelled with opnfv-build previously, preventing us from keeping track of which projects require what OS. This tries to solve that. Change-Id: I1fb2912ec49f5bc2781853e500508d9992d59fbb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-12Update deprecated pollscm usageThanh Ha1-1/+2
The syntax "pollscm: '@midnight'" is deprecated and should be updated to using the new syntax: - pollscm: cron: '@midnight' Change-Id: Id11d301dfee4d183ee40f2342528c4258f36034f Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2016-01-07Enable verify and merge jobs for stable/brahmaputra branchFatih Degirmenci1-5/+4
Change-Id: I5f811a0db6c1725e02b3bfd51d8c7c21b12633a2 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-05Vsperf CI: Fix setting of Python3 environmentRadek Zetik1-3/+1
The patch contains new calling of 'scl' utility. The 'bash' must have been replaced by direct calling. JIRA: VSPERF-156 Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com>
2015-12-22CI: Modify jjb in releng to use vsperf build script for the nightly buildRadek Zetik1-8/+0
This patch removes calling of scl and vsperf from 'verify' and 'merge' jobs. The reason is that both jobs are started on 'opnfv-build' and environment on all boards is not set to run the vsperf. JIRA: VSPERF-156 Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
2015-12-19CI: Modify jjb in releng to use vsperf build script for the nightly buildRadek Zetik1-1/+13
This patch adds calling of the build-vsperf.sh script which starts defined testcases for vsperf project. The script is called for all defined VSPERF jobs with particular options: build-vsperf.sh daily build-vsperf.sh merge build-vsperf.sh verify It brings the placeholder for basic testing after change in repo. JIRA: VSPERF-156 Change-Id: I6d97fa6131ca396f9225c52a4dff6f42a3a139fa Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com>
2015-12-17Update vswitch perf jjb to use pod-params fileFatih Degirmenci1-45/+22
Change-Id: I6de36f867ed87479b15eeec06d107398c6db5bef Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-07jjb: use default logrotate setting in all projectsRyota MIBU1-6/+0
Many projects have own logrotate definitions copied from the template. This patch make sure all projects to use the default logrotate setting, so that the infra admin can configure the values easily. This patch also fixes the logrotate rule for artifacts to keep them in the same duration as console logs exist. Note, this won't effect the hold time of artifacts in artifact.opnfv.org . Change-Id: I708a675c7e87e5f830ee36009f0c6913c003b2ed Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: add default logrotate to releng-defaults.yamlRyota MIBU1-12/+0
Change-Id: I373d24be32e154b25d685df47e6d06ad352877c4 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-01jjb: move project-style to releng-defaults.yamlRyota MIBU1-2/+0
Change-Id: Iced99bd62a8a246984e67dc28be7d4dca149e22b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-27jjb: move ssh wrappers to releng-defaults.yamlRyota MIBU1-12/+0
Change-Id: I8c26ca0e0cc8d5e6a57c9cb05be663f84f2293d2 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-11-27Move vswitchperf jobs to build server pool and enable concurrent buildsFatih Degirmenci1-22/+25
This change also renames the jobs after branch name. Change-Id: I14f4877f57f9f48fab737e21ee24a12e41d8de8c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-10-18Do not run verify or merge jobs if changes are made to docs/**Aric Gardner1-0/+6
Note: This requires that devs know not to change code and docs in the same patchset Change-Id: I16d5917f01b76fefe385a974194c73754da1428a Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-10-14vswitchperf: add make clobber to all the jobsMaryam Tahhan1-0/+2
Add another build directive to the vswitchperf jobs to resolve the failing commit gate issues. JIRA: Change-Id: I61770fca6f9f85593b02f33d1583645e6a990363 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2015-10-13vswitchperf: add make clobberMaryam Tahhan1-0/+1
Add another build directive to the vswitchperf job to resolve the failing commit gate issues. JIRA: Change-Id: If4c66d449ba78d6ce66a6b468575edf41b03cdbe Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
2015-04-08Fix {branch} parameter not foundThanh Ha1-2/+2
JIRA: 0000 Change-Id: I784e48c181bc2c1fda7d52539e8775a253d0b128 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-03-26Tired, left in genesis as the project nameAric Gardner1-3/+3
Change-Id: I63cdb2e5d01053afc58969c97e784b2aa6dc269d JIRA: 0000 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-26Need to clone from http from ericsson serverAric Gardner1-0/+9
Change-Id: I6b434161417af675e50f5aba5e7adadc03e5906d JIRA: OCTO-1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-26Back to ericsson nodeAric Gardner1-3/+3
Change-Id: Ieb4cee18440ec9e64c8ebe3a913d25e3c7e24412 JIRA: OCTO-1 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-26Fix GIT_BASE for genesis and move vswitchperf to fuel nodeFatih Degirmenci1-1/+1
JIRA: OCTO-11 Change-Id: I96ab8259966a42be41c7192e768b88fbec8f90ba Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-03-23Move vswitchperf-verify job to Ericsson serverFatih Degirmenci2-1/+1
JIRA: Change-Id: Ic1bdb92ecc8f8bf69d5b71370353f640ef84ccd1 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-03-23Move vswitchperf jobs to fuel node (Debian7 with docker)Aric Gardner1-0/+3
Change-Id: I347ba8dbb96b849c95e487b28902c8028b949fee JIRA: 31 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-16JIRA: VSPERF-29 - Add build elements for JenkinsGene Snider1-12/+10
This change adds 'make' and 'make sanity' targets for the src build. This is dependent on a related change in vswitchperf that adds the sanity target. Change-Id: Ie021c40d9f349eb9cbd4ff813bbb28bfbdafb2df Signed-off-by: Gene Snider <eugene.snider@huawei.com>
2015-03-06Add merge and verify jobs for all projects that lack said jobsAric Gardner1-1/+120
Change-Id: Ib85d6e162d2ebb37d0df60738c16d678ebc5326e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2015-03-01Remove unnecessary CFG filesThanh Ha1-3/+0
These files are used by templates from opendaylight/releng/builder's python scripts to generate JJB files automatically. Those scripts don't appear to exist here. Change-Id: I410188ea09221fbd5294121b6ebc15731e6bc794 Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
2015-02-18Inital commit for jenkins job builderAric Gardner3-0/+69
Change-Id: I8c50158e55a6ddb46fd1f74dbc81e668402e089f Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>