summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-02-20Apex: Removes nosdn from verifyTim Rozet1-15/+0
Since we now have gate jobs in order to verify functionality specific to a scenario, we can eliminate running 2 pre-gate verify deploys with nosdn and odl_l3. The consensus from Apex team is that we gain little validation with nosdn in comparison to odl_l3, so we can remove nosdn and then trigger it as a specific gate job if we need to validate its functionality. Change-Id: I23367ad746cedd8b091aa4ffaf53249fef3c0eee Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-20Apex: Enables FDIO/VPP in daily jobTim Rozet2-14/+71
Change-Id: I6c06ecd40b5c2d57ca8f62fd52fe78267b4a8735 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-20Initial add of Models job fileAimee Ukasick1-0/+67
JIRA: MODELS-47 Created models.yml based on copper.yml. Added shellcheck. Change-Id: Ic7e451780ad271e66e47c49cc087748267c11b33 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-20Merge "Initial add of VES job file"Aric Gardner1-0/+68
2017-02-20Merge "KVMFORNFV : Enabling triggers for Kvmfornfv NO-HA scenarios."Fatih Degirmenci1-2/+44
2017-02-19joid: Create jobs for cengn-pod1Fatih Degirmenci2-0/+89
Change-Id: Ia8c43dabd5306cf6443bea910798ce7730089a5e Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-02-17We are already in the repo dirAric Gardner1-1/+1
fix cd line Change-Id: Idc82ef5082788cf8aaeea711cef5ffb80fb9649d Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-17Need to have these under submoduleAric Gardner1-2/+2
increase timeout and ask for shallow clone Change-Id: I93848c17b4f0d71271fe8bfa30bca6b8a0f509ba Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-17Shallow clone and increate timeout for rtd verifyAric Gardner1-0/+2
Change-Id: I45dc0ef41e88cd8be593ae14b28702a6aed147f9 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-17APEX: Change virtual ram for ovs-dpdk and vpp scenarios to 14GFeng Pan1-0/+3
Change-Id: I997202032fd868802166fb84aa0f77b27abf28cd Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-17Use securedlab for daisy configurationJulien5-34/+62
pass configuration path, lab and pod info JIRA:DAISY-40 Change-Id: I0f5dc1427cc33478bdecb8cf9c5f493b90993b7e Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-17Removed call to change directoriesAimee Ukasick1-1/+0
JIRA: COPPER-33 Removed call to change directory to $WORKSPACE/ci since this will cause an error (no tests dir in $WORKSPACE/ci). Change-Id: If0c5ca0765f86114625e1659b946bcb92f40231b Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-17Install virtualenvShubhamRathi1-5/+3
This patch installs virtualenv in the slave machine. Change-Id: Ib9dc27f30b135d6ba5a587df7825ad2e9cfbaf11 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-17KVMFORNFV : Enabling triggers for Kvmfornfv NO-HA scenarios.Navya1-2/+44
This patch includes implementation of jobs and triggers for kvmfornfv os-nosdn-kvm_ovs_dpdk-noha and os-nosdn-kvm_ovs_dpdk_bar-noha scenarios. Change-Id: I1e0afd460f42a69b4618b73d032cd4e899e9cb54 Signed-off-by: Navya Bathula <navyax.bathula@intel.com>
2017-02-17Merge "Add CI job for traffic stress test in POSCA testsuite"mei mei4-57/+184
2017-02-16Add reverify alongside recheckAric Gardner1-0/+2
for gerrit-trigger-patchset-created used by: docs-verify-rtd-master Change-Id: Iedd6bb129d5dc94da9972b380f24ee4489beb5fc Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-02-16Add CI job for traffic stress test in POSCA testsuiteyuyang4-57/+184
JIRA: RELENG-191 JIRA: BOTTLENECK-131 POSCA testsuite in Bottlenecks current have 2 stress testcases. This pathch is to add CI process for these traffic stress test. Changes: 1. Add posca stress traffic 2. Add posca stress dataplane 3. Cleanup env & run suite script refactoring 4. Call sh script process added Change-Id: I788bd91bca895bf01fd59802f1641747175c80ee Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-02-16Removed -u flag from pip installShubhamRathi1-1/+1
Change-Id: Iffd95b14ee2e1f427ebaa3e579027238957bedc5 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Install virtualenvShubhamRathi1-2/+5
Installing virtualenv in doc shell Change-Id: I3a77f09d7b2921064e1d599cd2e59c0140d71995 Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Bug fix to doc jobs.ShubhamRathi1-5/+3
Change-Id: I65b78a6772288f22db6cd0e0bcd2b10661acc02d Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-16Fix bugs for new doc jobsShubhamRathi2-9/+24
Added new macro and changed parameters in docs-rtd.yml Change-Id: Ibb3306853e241674099ae0227719af6dc1280d1f Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-15Merge "New doc jobs on lf-build1"Aric Gardner2-0/+97
2017-02-15Merge "Apex,Functest: Updates env detection"Tim Rozet1-16/+18
2017-02-15Apex,Functest: Updates env detectionTim Rozet1-16/+18
If Apex installer VM doesn't exist (such as in snapshot deployments) and the credentials file is already provided, then can continue functest. This patch adds that functionality and removes detection for the "instack" installer VM which is deprecated. Change-Id: I4267aebbcf0582529f38d451a7e8ba30f71c132a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-15Merge "[doctor] fix log cleaner and exclude joid testing"Ryota Mibu2-4/+4
2017-02-15[doctor] fix log cleaner and exclude joid testingRyota MIBU2-4/+4
Change-Id: Ibf5a23efa8948eb8da693d302e5a8b0a984e3237 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-02-15Merge "Update emailbox"Serena Feng1-1/+1
2017-02-14Initial add of VES job fileAimee Ukasick1-0/+68
JIRA: VES-10 Created ves.yml based on copper.yml. Added shellcheck. Change-Id: I15541416b7678e2ddab2bd3afabb36fb21afb497 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
2017-02-15New doc jobs on lf-build1ShubhamRathi2-0/+97
New doc jobs have been configured to run on build slaves (lf1-build1) since git version on master does not support submodules. Verify patch has been made non-voting. Change-Id: I05224f42156202450b7f5eb36c2ce23f14deff2c Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
2017-02-14Merge "APEX: Add fdio specific network settings file to virtual deployments"Tim Rozet1-0/+2
2017-02-14CSIT: Modifies functest installer var to be apexTim Rozet1-1/+1
Functest fails to execute the tempest smoke suite unless the installer provided is apex. Change-Id: Ic4b726479f15dca87fd2e2e2f62a080637a774a3 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13APEX: Add fdio specific network settings file to virtual deploymentsFeng Pan1-0/+2
Change-Id: I9bbcd1b801d10b6fab6b32b33372260ac2e65cae Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-13CSIT: updates csit functest to use tempest smoke serialTim Rozet1-1/+1
Puts this in-line with what is tested on the snapshot promote so we have apples to apples comparison of results. Change-Id: I4f333b0a675eed23bb9107c32a59bcf92f461d3b Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13CSIT: Fixes bug with routes and compute nodesTim Rozet1-10/+14
Change-Id: I2b5625ce9458ff4438ffc556bb08c4d6a6ace03d Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13CSIT: adds route fix for functestTim Rozet1-0/+6
Change-Id: I3dae88e8af728bbcef0f0d4be27478cf7b8e06fc Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13Merge "Add lint to releng repo"Jose Lausuch1-1/+1
2017-02-13CSIT: Fixes credential file passingTim Rozet2-2/+3
Change-Id: I1605452d5ad4e61915e537677fc291f911dfb6e8 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13Merge "[APEX][GLUON] Add to gluon to apex-daily"Tim Rozet1-0/+30
2017-02-13CSIT: Fixes path for overcloudrcTim Rozet1-1/+1
The path was being literally passed to the ENV variable in Jenkins with quotes, which doesn't work. Removing quotes. Change-Id: I0d637d898cbc3c40b26e39b8301feb964de3c57f Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13CSIT: fixes for functestTim Rozet2-2/+3
Since we have no 'installer' for CSIT snapshot deployments, we need to indicate to functest where the RC credentials are. This patch adds that, as well as modifying the IP configured for the host br-external bridge to be the GW IP for the external neutron network. This will allow floating IPs to work with the Functest container. Change-Id: Ie594de8cb2d7837abfad612b9ba49b0c02e7b2be Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-13[APEX][GLUON] Add to gluon to apex-dailyNikolas Hermanns1-0/+30
Change-Id: I2c5640373e159d8983fa3c6352cc094b122f8e9e Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com> Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
2017-02-13Merge "No action when no container is there"Morgan Richomme1-1/+4
2017-02-13Merge "Add call to run shellcheck"Ryota Mibu1-1/+7
2017-02-13No action when no container is therehelenyao1-1/+4
Docker complained about no container is there when calling the container removal step without checking the existence of container. In this change, action will be taken only if there is any container. Change-Id: I32efc98bb4e2c2f5a47bffa88fc5c5b4c8e5d821 Signed-off-by: helenyao <yaohelan@huawei.com>
2017-02-13Merge "Fix escape errors"Serena Feng2-9/+9
2017-02-12Update emailboxJulien1-1/+1
company emailbox is not efficient for dealing with community emails. Change-Id: Ic159bae1d622214b720023fa07508c79324c3538 Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
2017-02-11CSIT: Fixes zip2tar conversion for ODL artifactTim Rozet1-4/+6
File modes were not being preserved using the python tool, hence manually unpacking and re-packing now into tar.gz Change-Id: I40289117ec74ea2717a2428e9542da3dc98f590e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-10CSIT: Fixes permissions with sdnvpn odl_reinstallerTim Rozet1-0/+2
This is a temporary fix that should be removed when fixed in sdnvpn repo. Change-Id: I13f247090e72a625db3af932652e006a57418e1e Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-10CSIT: removes dir prefix on NETVIRT_ARTIFACTTim Rozet1-1/+1
Change-Id: I4d046d2be7342e7bf4b19e930dfa3c8f9dea8e79 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-02-10Apex,CSIT: changes pip3 to use just pipTim Rozet1-1/+1
Change-Id: I0c8adbca67e5f2235bb2d48c19edc0f96400faab Signed-off-by: Tim Rozet <trozet@redhat.com>