summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2017-08-03Merge "Add envs to Bottlenecks docker"Jun Li2-4/+9
2017-08-02Apex: fix groovy build result updateTim Rozet3-25/+10
The groovy script is working, but it is changing the 'apex test suite' phase to unstable and we really want it to change the 'scenario' job result to unstable if deploy passed but tests failed. Therefore this patch moves the groovy plugin to execute on the scenario job, and looks for deploy successful before changing the build result. Change-Id: I1b6907f4fb2647e644c4a627be6e481fff32f195 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-08-02Add envs to Bottlenecks dockerYang Yu2-4/+9
JIRA: BOTTLENECK-158 Pass envs to Bottlenecks docker that used for report Change-Id: Id7e34533c5fdd81dacaf95bb9321625dd6c8713c Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
2017-08-01Apex: enables barometer scenarios in dailyTim Rozet2-0/+24
Change-Id: I959a46ed619d55df3a8c6bd3b3300bad4432b911 Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-08-01Merge "fuel: s/danube/euphrates/, disable triggers"Aric Gardner6-134/+134
2017-08-01fuel: s/danube/euphrates/, disable triggersAlexandru Avadanii6-134/+134
While at it, also rename some leftover "danube" reference for the armband project. Change-Id: Icddcf19ca9dfd7880ae2f78ed690988bded25abd Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-01fuel, armband: Drop "-H" arg, fix bridge defaultAlexandru Avadanii4-6/+6
MCP does not have a self-test healtcheck suite, similar to old Fuel, so we dropped the "-H" deploy argument (which used to disable healtcheck autorun). Adjust deploy command to reflect this installer change. While at it, fix leftover "pxebr" default installer parameter, which we missed in the previous commit where we changed the default only in releng deploy scripts. Change-Id: I55e1f5cad17687bdf304fbf04d67366dd32ed42a Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-08-01Merge "fuel, armband: Temporarily remove pxebr deploy arg"Fatih Degirmenci2-2/+2
2017-08-01Merge "Armband: Disable CI triggers for stable branch"Aric Gardner1-66/+66
2017-08-01fuel, armband: Temporarily remove pxebr deploy argAlexandru Avadanii2-2/+2
Fuel and implicitly Armband switched to a newer format for parsing the "-B" deploy arg, used to pass bridge(s) information. For now, we will default to ",,,", which is equivalent to not setting any default value for any of the 4 possible bridges. NOTE: Armband overrides this on a per-pod basis, since bridge information is POD specific in our lab. Change-Id: I3635b0eb6f8233cf99022a97d5642f2e49197e3b Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-07-31Bugfix: Permission denied when fetching Apex id_rsa filexudan1-1/+1
JIRA: DOVETAIL-472 It's permission denied When copy id_rsa file from Apex undercloud. Add sudo to the scp operation. Change-Id: I97bd8a74c406269d066dcde36978c17aa3ce6be2 Signed-off-by: xudan <xudan16@huawei.com>
2017-07-31APEX: Add fdio scenarios to master dailyFeng Pan2-0/+48
The following scenarios are added: - os-nosdn-fdio-ha - os-nosdn-fdio-noha - os-odl-fdio-ha - os-odl-fdio-noha Change-Id: I7aa68cf3c673cd7f0026873cd3d6939887944117 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-07-31Merge "Apex: changes build result using groovy-postbuild"Aric Gardner3-0/+32
2017-07-31remove docker compose cleanupyuyang1-3/+0
JIRA: BOTTLENECK-103 Remove docker compose cleanup since docker-compose is not used Change-Id: I73c6d114fc698c2508247eca2309d838ba929b38 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-31bugfix: unexpected file end for support SUT branchesyuyang1-1/+2
JIRA: BOTTLENECK-103 Bugfix for 38413 that unexpected file end Change-Id: Iab41019b2149332c44dc08e518d3787ccba6be9f Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-31Merge "Add support for Bottlenecks' new framework and potential installers"Jun Li3-47/+52
2017-07-31Add support for Bottlenecks' new framework and potential installersyuyang3-47/+52
JIRA: BOTTLENECK-103 Bottlencks does not use docker-compose and support sourcing rc files from different installers. This patch is to modify the CI process for Bottlenecks. Change-Id: I79dc79c6a9528678bf62caa1fa817273e040288c Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-07-31Merge "Add odl_l2-moon scenario in compass"Jun Li1-4/+4
2017-07-31Merge "[fuel]reschedule fuel daily job on zte pods"Serena Feng1-192/+3
2017-07-29Add odl_l2-moon scenario in compasswutianwei1-4/+4
Change-Id: I6274f18e553a06e8950e2ce2e0d01b1a35fa8a2b Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-28ovn4nfv Create Jenkins tab for ovn4nfv Project jobsPrakash Ramchandran2-0/+138
JIRA:OVN4NFV-10 Change-Id: I8269e93d02b04990fb114f96e1a10f0c1d9fdc7e Signed-off-by: Prakash Ramchandran <prakash.ramchandran@huawei.com>
2017-07-28Merge "Enable daisy HA deployment job"Serena Feng2-14/+14
2017-07-28Merge "support generating pod.yaml for HA test cases on Apex"Jun Li1-0/+7
2017-07-28support generating pod.yaml for HA test cases on Apexxudan1-0/+7
JIRA: DOVETAIL-472 Now Dovetail can run on Apex pod. So it needs to support generating pod.yaml on this installer to guarantee HA test cases can run successfully. Change-Id: Idc3d457bf9f56ad2ea68d27921498f3060ec375f Signed-off-by: xudan <xudan16@huawei.com>
2017-07-27Apex: changes build result using groovy-postbuildTim Rozet3-0/+32
Conditional plugin does not work for detecting current status in mulitjob, but groovy publisher does. Shown to be working in sandbox job: https://sandbox.opnfv.org/view/All/job/test_groovy_publisher/17/ Change-Id: Ic0ed09885bb29254c4bfda24164c5358eda0d20a Signed-off-by: Tim Rozet <trozet@redhat.com>
2017-07-27adding OVN to the daily scenariosDan Radez2-0/+12
Change-Id: I0399c414c5ae042fdc3d3ace1354414897f7d92b Signed-off-by: Dan Radez <dradez@redhat.com>
2017-07-26Merge "Use http instead of https as a workaround for certificate error"Trevor Bramwell1-1/+1
2017-07-26Merge "initial JJB for orchestra"Trevor Bramwell2-0/+148
2017-07-26Armband: Disable CI triggers for stable branchAlexandru Avadanii1-66/+66
- rename "danube" to "euphrates"; - disable "euphrates", to be enabled when ready; Change-Id: Id4932986e19c664b28749d0b6926d825ea632250 Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com> Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2017-07-26Merge "armband-deploy: rm translation of virtual POD name"Trevor Bramwell1-4/+0
2017-07-26initial JJB for orchestraMichael Pauls2-0/+148
- job for post installation step for joid installer - job for executing functest orchestra test case after joid installer finished Change-Id: I092712658e7b0fe08e45e29405fc0358b19a324e JIRA: ORCHESTRA-15 Signed-off-by: Michael Pauls <michael.pauls@fokus.fraunhofer.de>
2017-07-26[Functest] Add os_cacert file mapping for compass masterLinda Wang1-1/+1
Change-Id: I1e786839524de2bad09df39bd9450068cf3d2c96 Signed-off-by: Linda Wang <wangwulin@huawei.com>
2017-07-26Enable daisy HA deployment jobAlex Yang2-14/+14
In patch https://gerrit.opnfv.org/gerrit/#/c/36873/ daisy noha jobs were added since the HA function is not perfect at that time. Now the issues have been fixed and HA function can be enabled. Change-Id: I1fc9a235191ba47e8473ae8a429994dc36cca955 Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
2017-07-26Merge "[compass4nfv] Add new scenarios"Jun Li2-0/+73
2017-07-26[compass4nfv] Add new scenarioswutianwei2-0/+73
1. add nosdn-dpdk-ha scenario 2. add odl-sfc-ha scenario 3. add k8s-nosdn-nofeature-ha scenario Change-Id: Ied064f5e69e192c79cb165f37d493c811b27aaf2 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-26Use http instead of https as a workaround for certificate errorYujun Zhang1-1/+1
Got an SSL error when loading content from https://artifacts.opnfv.org [1] HTTPS is not a must for this use case, so use http instead to solve this issue. [1] https://nbviewer.jupyter.org/urls/artifacts.opnfv.org/qtip/review/37731/compute-qpi-report/report.ipynb Change-Id: I8b09eb2d1da234c17843f2cb7504a3b1ded9017e Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-07-25Move the defaut openstack to ocataNarinder Gupta1-2/+2
Moving from newton to Ocata openstack for deployment by default. This patch will fix the aboe description. Change-Id: I088dfab923589d50305c8e23356eaf2abe0a062f Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2017-07-25Remove Old Storperf Docker JobTrevor Bramwell1-4/+0
This has been replaced by three seperate docker build jobs. Change-Id: Ib82e6e69e631ca0122a2dd8ee7881f22884cae39 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-25Merge "[Functest] Add huawei-virtual5 for alpine testing"Jose Lausuch2-0/+13
2017-07-25Merge "[yardstick]Add cacert file in yardstick job for compass master ↵Jun Li1-1/+6
environment"
2017-07-25[yardstick]Add cacert file in yardstick job for compass master environmentJingLu51-1/+6
Compass4nfv in master now enables https, so a cacert file is required when executing openstack command in yardstick container. This patch adds a "cacert_file_ vol" binding to the yardstick container. Change-Id: Id69c3e71de6c73fc7834b3ac03f423e3636377b6 Signed-off-by: JingLu5 <lvjing5@huawei.com>
2017-07-25Add parameters for compass CI deploymentwutianwei1-0/+14
Change-Id: Ic553f1ae40464cd043c548e7d27017e7b17cbc52 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2017-07-24compass: bugfix of conditional stepsMatthewLi1-3/+0
Change-Id: Ib39afd5df9f0629c8dd3e4ba5ffb023cde5595a1 Signed-off-by: MatthewLi <lijun_1203@126.com>
2017-07-25Merge "Bugfix: Add Apex jobs failed because of wrong regex"Jun Li2-2/+2
2017-07-24Create Docker Builds for Storperf DockerfilesTrevor Bramwell1-0/+15
Taking advantage of the changes to the way the docker build job is configured, this adds builds for all three dockerfiles in the storperf repository. Change-Id: I88480d8453486e0fd1610b48cdd517751f907d34 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Merge "Multiple Dockerfile Builds per Project"Trevor Bramwell3-6/+38
2017-07-24Multiple Dockerfile Builds per ProjectTrevor Bramwell3-6/+38
Instead of defining docker build jobs in terms of projects, we define them in terms of dockerrepos. Each dockerrepo is associated with a specific project and may have a seperate Dockerfile (which defaults to 'Dockerfile' if unspecified), and location for files needed by the Dockerfile (default: 'docker'). This should allow for running multiple docker builds out of a single project repository without having to modify the current docker build scripts. The output of this job configuration should match what is currently in Jenkins. Change-Id: I9089d57a0c7cc56be4225b56e96bec56be258f1f Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-07-24Merge "fix the log name of functest result for doctor project"Ryota Mibu1-2/+2
2017-07-24fix the log name of functest result for doctor projectdongwenjuan1-2/+2
Change-Id: I356036cad510e4fe5550505d46dbf1aea3b11496 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2017-07-24Merge "remove Danube jobs. Remove Danube jobs so that can concentrate on ↵Jose Lausuch1-155/+10
master for E release."