summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2016-08-12Merge "Remove GIT_BASE parameter from slave parameters"Aric Gardner1-148/+0
2016-08-12Merge "Apex: remove extra os-nosdn-fdio from daily"Tim Rozet1-30/+0
2016-08-12Apex: remove extra os-nosdn-fdio from dailyTim Rozet1-30/+0
Change-Id: Ie05fd867f734e30395b7ebc4184c36d17be97918 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-12add test suite Parser to Functest CI jobSerenaFeng1-0/+1
JIRA: FUNCTEST-412 Change-Id: Ic23f5629e00d4adec62f6021bfd859f439e12825 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-08-12Merge "Fix Yardstick connection issue on virtual env"Fatih Degirmenci1-0/+5
2016-08-11Merge "Use GS_BASE_PROXY URL to download"Fatih Degirmenci2-1/+6
2016-08-11Merge "armband build.sh: Use caching, same as Fuel build"Fatih Degirmenci1-2/+39
2016-08-11Fix Yardstick connection issue on virtual envMichal Skalski1-0/+5
Libvirt creates iptables rules for NAT network which reject inbound connections which not originate from host. Use the same appraoch as for functest and add iptables rule which allow connections from yardstick container to libvirt vm. JIRA: FUEL-166 Change-Id: I43840bd15cb3ff3fc0f8306ff43c83aabfa9b06f Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-08-11Use GS_BASE_PROXY URL to downloadJulien2-1/+6
For artifcats.opnfv.org is actually domain googleusercontent.com, and the website is blocked randomly. For labs in area where google.com/googleuserconent.com can not be accessed, use the proxy website. Update proxy wrong URL from build.opnfv.org/artifacts/$PROJECT to build.opnfv.org/artifacts.opnfv.org/$PROJECT Change-Id: Iabdbe18937197c79a7d0e31cb0f31f2805a3f35b Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2016-08-11armband build.sh: Use caching, same as Fuel buildAlexandru Avadanii1-2/+39
Minor refresh/update of the ISO build script, enabling caching and passing REVSTATE & other args to build.sh in the same way Fuel@OPNFV does. Change-Id: I79a84f1fdc4fa086df6e00485c5d22960400bbaf Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-08-11enabling apex mock-detached deploy stateDan Radez1-0/+7
Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-11Merge "CI Integration for KVMforNFV"Fatih Degirmenci1-1/+8
2016-08-11Merge "arm-pod1: Connected triggers to the new scenarios"Fatih Degirmenci1-4/+52
2016-08-11CI Integration for KVMforNFVswatisharma1-1/+8
This patch contains the script for triggering kvmfornfv cyclictest scripts. Co-Authored-By: Gundarapu Reddy <reddyx.gundarapu@intel.com> Signed-off-by: Swati Sharma <swatix.sharma@intel.com>
2016-08-11Merge "[compass] Stagger the time of daily CI"meimei1-16/+16
2016-08-11arm-pod1: Connected triggers to the new scenariosPaul Vaduva1-4/+52
Change-Id: I5bd68df8d0ee12944f8f89638da816f82421481a Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-08-11scheduling CI for lxd jobs as functest supports lxd nowNarinder Gupta1-5/+5
Change-Id: I87e58ba9d56be1d09dceab5b1066f04a1e5f5d79 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-11[compass] Stagger the time of daily CImeimei1-16/+16
Change-Id: Ib85bebcad312cf5f1374bde01851537ba5c751f0 Signed-off-by: meimei <meimei@huawei.com>
2016-08-11[multisite] should specify the scenario involved "multisite"meimei1-0/+3
Change-Id: I71f810238a4ad93cf89fee84a683a3a0ee8b95dc Signed-off-by: meimei <meimei@huawei.com>
2016-08-10Remove GIT_BASE parameter from slave parametersFatih Degirmenci1-148/+0
All the slaves can clone repos from OPNFV Gerrit via https. As a result of this, the previously introduced GIT_BASE parameter can now be removed from slave-params.yml file to keep it clean and tidy and prevent questions. See the build history of the below job for clone testing on all the slaves labelled with opnfv-sysinfo. https://build.opnfv.org/ci/job/repo_clone_test/ This change can only be submitted once the GIT_BASE env var on OPNFV Jenkins Global Configuration is switched to https. If any job fails on a slave due to issues with the cloning, it needs to be fixed immediately. Change-Id: I9620b9a6a9abed3696f1c917aa392a720f5b1cb0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-10arm-pod1: Updated triggers for arm-pod1 scenariosPaul Vaduva1-2/+17
Change-Id: Ib23c9a46ee7e57d7e86e0620855e0bf740fbf3a4 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-08-09Revert "enabling apex mock-detached deploy state"Tim Rozet1-6/+0
This reverts commit 1d617af8d19f5c2715d21aa6a7ad969ca193ebc1. Change-Id: I208b8daa34ed78440364a18876a498d8e0614c95 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-09enabling apex mock-detached deploy stateDan Radez1-0/+6
Change-Id: Ic7b8875aff7588b8e55fe245124461ce9c5f6332 Signed-off-by: Dan Radez <dradez@redhat.com>
2016-08-09Enable ovs scenario for ha baremetalBilly O'Mahony1-1/+1
JIRA: OVSNFV-34 Change-Id: I2ef756d2fac2cb7ffbcc64c549c1580785b8bb24 Signed-off-by: Billy O'Mahony <billy.o.mahony@intel.com>
2016-08-09Add ZTE-POD3 in CIJulien3-0/+107
Add ZTE-POD3 to support whole procedure of CI, including: deployment, yardstick and funectest. Currently it supports os-nosdn-kvm-ha scenario at the initial step JIRA: PHAROS-247 Change-Id: I70dde8765696ee08339e7cada2428f8461b5f3a2 Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-08-09Add BRIDGE parameter when deploy FuelJulien2-1/+5
Currently BRIDGE is hardcode with 'pxebr'. If the lab uses another bridge name, it can be use supported in releng. This parameter is supported in Fuel project already. JIRA: RELENG-134 Change-Id: Ie1df46a247eaebb1814506d555f73d03a1e5566e Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
2016-08-08rename the maas installation script.Narinder Gupta1-1/+1
Change-Id: I0296579255492f68782216d0f4ae5fc7682f2109 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-08Merge "kvmfornfv: Create daily job and enable artifact upload"Fatih Degirmenci3-19/+65
2016-08-08[compass] deploy moon with ha modemeimei1-6/+6
Change-Id: Ia040c85ad26317d087895b9a50d26cc456a0605b Signed-off-by: meimei <meimei@huawei.com>
2016-08-05kvmfornfv: Create daily job and enable artifact uploadFatih Degirmenci3-19/+65
Change-Id: I75b9bb58b3413514b1e3fea63185e210f56de95a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-04kvmfornfv: Fix artifact upload location for the changes under reviewFatih Degirmenci2-5/+4
Change-Id: Ieb6b30b86290ac0662914ad8a0dff356675737f9 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-04Apex: Adds fdio, ipv6 scenarios/jobsTim Rozet2-2/+120
Changes include: - Adds nosdn-fdio scenario and daily - Adds odl_l2-fdio scenario and daily - Adds nosdn ipv6 deploy job to daily (no tests) Change-Id: Ibd82f4cbda405b3e99c338df863b9a361da2d779 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-03fuel: Create and enable jobs for noha scenariosFatih Degirmenci1-12/+127
Change-Id: I9606adf43f23040a01963b142eee8bb3cadf1224 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-02Merge "qtip: Create job for zte-pod2 and override fuel IP"Fatih Degirmenci2-1/+23
2016-08-02kvmfornfv: Skip cloning repo for the parent jobFatih Degirmenci1-6/+0
The parent job does nothing but triggering the downstream jobs so it is wasteful to clone the repo for this job. Change-Id: Ib346db5434a3db9e69bbbdfc4fc33f75a8acdffa Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-02kvmfornfv: Fix the project type for kvmfornfv-verify jobsFatih Degirmenci1-0/+2
Change-Id: I1bb14ea3f2f162e79c7a40e8339f9230c1bdb6ad Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-02qtip: Create job for zte-pod2 and override fuel IPFatih Degirmenci2-1/+23
Change-Id: I0a9684ca93667924f34cbbd44c3e8e5111ebd8e8 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-01kvmfornfv: Improve patch verification jobsFatih Degirmenci5-6/+190
This change - changes the kvmfornfv-verify job to multijob so job abortion works when a new patch for the same change arrives - creates 2 phase jobs for patchset verification, build and test - enables artifact upload and download Change-Id: I9de85e2f223e83e2256aaba831b88b0a879962b5 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-07-29add trivial fix to trigger jjb updateRyota MIBU1-20/+20
Change-Id: I88733b01136e553181e3fbe17c84842b3a707f4f Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-29fix builder-mergeRyota MIBU1-1/+1
Current builder-merge job does not update all jenkins job definitions, since '-r' option is missing while executing 'jenkins-jobs update'. https://build.opnfv.org/ci/job/builder-merge/1469/console Change-Id: Ifc0de0edb6383a0f525ec94f4222f0f48f2b3ce8 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-29fix opnfv-docs (file-paths)Ryota MIBU1-8/+8
Change-Id: Ib0462e33381d1a1a454a845f1e8fd7dfe3a3e7d1 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-29fix opnfv-docs jjbRyota MIBU1-14/+8
Change-Id: I919b7ba04e573f0b386407681ab46f012359d19e Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-28fix opnfv-docs job trigger (verify)Ryota MIBU1-2/+2
All opnfv-docs jobs are not run, except yardstick, after [1] merged. This patch fixes the bug in the verify job definition. [1] https://gerrit.opnfv.org/gerrit/#/c/17479/ Change-Id: I9c0ac67d31f712d44030649aaec38b1c22fa3f67 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-28fix opnfv-docs job triggerRyota MIBU1-2/+2
All opnfv-docs jobs are not run, except yardstick, after [1] merged. This patch fixes bug in the job definition. [1] https://gerrit.opnfv.org/gerrit/#/c/17479/ Change-Id: I75c1fac52a5a87a659fe0417f5da046b73a53b20 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-07-27Set schedule for fuel-os-nosdn-kvm-ha scenarioMichal Skalski1-1/+1
Change-Id: Ic912f5209c769f4aaeff36fc6517918599964c89 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-07-26Merge "Apex: adds ODL SFC to daily"Tim Rozet1-0/+30
2016-07-26Apex: adds ODL SFC to dailyTim Rozet1-0/+30
Change-Id: I993c459d012bddbcd4db041ada17aa9133d0bbf4 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-07-26Pin Flake8 to 2.6.2 for python lintingTrevor Bramwell1-1/+1
A new version of flake8 recently came out that dropped support for python 2.6 and introduced regressions. Change-Id: I6b91d6feced4d24f71897b66dfb9faeae64ad611 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2016-07-26Merge "Mount a local image store directory to qtip container."Aric Gardner1-1/+3
2016-07-26[Functest] Increase daily job timeout to 180jose.lausuch1-1/+1
Some installer/scenarios take too long to execute the tests and the job times out.. Although this is not the best solution, we can let the installer teams run the tests to see why it takes too long sometimes) Change-Id: I37cc393c65408741c5f0ecb9cc12ad6297c31d6d Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>