summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-01-10Add odl-netvirt-virtual-intel parametersFatih Degirmenci1-0/+10
Change-Id: I2992bda320f7c7b17b554539943713c6dc13d858 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-07Merge "doctor: pass project and branch to parameter macro"Fatih Degirmenci1-3/+5
2017-01-06Temporary removal of artifact signingAric Gardner1-2/+2
gpg version breaks the script. a long term solution is in the works Change-Id: Icd975750c78aa05f769a59b1d40d3f4dc2563209 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2017-01-06doctor: pass project and branch to parameter macroFatih Degirmenci1-3/+5
The keyword is also replaced. Change-Id: Ia154975825108ab1e8c336530152757cf732c6eb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-06Merge "Fix bug in experimental trigger"Fatih Degirmenci1-2/+5
2017-01-06Fix bug in experimental triggerYujun Zhang1-2/+5
- missing variable for marco - renamed trigger since it is not common for other projects Change-Id: I3dd0f14e6c6525382b04139c5eda2f6e9187a072 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2017-01-06Modify trigger of jenkins job to mergedrohitsakala1-8/+2
Change-Id: Ie1213d8573e4151ba2429ebdc1b485ed97f581c7 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-06Fix path error in jenkins jobrohitsakala1-3/+3
Change-Id: I7e1e5e9736c44a53d09378cffe3d85706a1d0826 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-06Merge "Fix bug in jenkins job testapi"Serena Feng1-3/+3
2017-01-06Fix bug in jenkins job testapirohitsakala1-3/+3
Change-Id: I64987b081f9d39f628278aec692b82afbcd421e4 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-06Add project parameter in jenkins job testapirohitsakala1-4/+6
Change-Id: If8ebbf630e62b27da8cc31bae639787e2b599b78 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-05Merge "utils: jenkins-jnlp-connect.sh: Fix 'started_monit' block indentation"Fatih Degirmenci1-23/+23
2017-01-05Merge "Create Jenkins Job for testapi automation"Serena Feng5-0/+198
2017-01-05Merge "cleanup releng-macros"Ryota Mibu1-23/+28
2017-01-04Merge "Create Test Reporting landing page"Morgan Richomme47-1/+20488
2017-01-04Merge "Update nicknames in swagger spec"Morgan Richomme5-18/+18
2017-01-04Create Jenkins Job for testapi automationrohitsakala5-0/+198
Right now, only builder for creating testapi doc is included JIRA: FUNCTEST-664 Change-Id: If0a34154084c1d01ed6b997d2226779da43bcb14 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-04Update nicknames in swagger specrohitsakala5-18/+18
Swagger codegen uses nicknames for defining titles in the api documentation. Link - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/1.2.md Change-Id: Ia35718b77dfcac53317384c4445225f28e505919 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2017-01-04Merge "Add YAMLLint for static check"Ryota Mibu1-2/+3
2017-01-04cleanup releng-macrosRyota MIBU1-23/+28
- sort in execution order - remove unused macro ('weekly-trigger-disabled') Change-Id: If72f2554985e8e632ad731c3dc17a23fbc8cd630 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2017-01-04Merge "Add profiler parameter to doctor verify job"Ryota Mibu1-0/+58
2017-01-03Merge "Fix installation of testapi in virtualenv"Morgan Richomme1-3/+11
2017-01-03vswitchperf: Utilize more CPU cores during buildMartin Klozik1-3/+3
Multiple CPU cores will be utilized during build of DPDK, OVS and QEMU. It will speed up build significantly. In case of VERIFY and MERGE jobs it can spare about 1/4 of time required for job execution. Initial setup will use up to 10 cores for daily job, which is executed on POD dedicated to vsperf project. In case of VERIFY and MERGE jobs was number of cores limited to 5 to evaluate impact on other jobs run in parallel. Change-Id: Ia0dc8f3d551c84ef2859f233c8442792e0b25c35 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-01-03Add YAMLLint for static checkKingPoo1-2/+3
JIRA: OCTO-160 1)Install yamllint first in case pod didn't install. If installed, it would info "already satisfied". 2)delete virtualenv of releng_yamllint. Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. Change-Id: I8591385ed32942e0af7f7afdde435313af5707e5 Signed-off-by: KingPoo <haojingbo@huawei.com>
2017-01-03Merge "Concurrent true for opnfv-yamllint-verify-master"mei mei1-0/+2
2017-01-03Merge "Fix compass public vip fetch bug in Newton"Jun Li1-3/+11
2017-01-03Merge "modify the output message in push-test-log.sh"Jun Li1-1/+1
2016-12-30Create Test Reporting landing pagechenjiankun47-1/+20488
JIRA: RELENG-165 In this patch, I do the follow things: 1.deploy tornado server(currently I haven't write any backend code, since the backend code depend on the testapi and I need to communicate with Serena). 2.landing page code(almostly finished. But I haven't the data, so for now, the data this page shows is a mock json. When the testapi and my backend code ready, this page will finally finished) 3.deployment: supervisor + nginx + tornado + angular usage: docker run -itd -p 8000:8000 opnfv/reporting:<tag> visit landing page: http://server_ip:8000/reporting/index.html test api: http://server_ip:8000/landing-page/filters visit old reporting page: http://server_ip:8000/display/master/yardstick/status-apex.html Change-Id: I527ab2661ce9e84b2942ebe673afbf5f2bc7878f Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-12-30Add profiler parameter to doctor verify jobYujun Zhang1-0/+58
See also https://gerrit.opnfv.org/gerrit/#/c/25081/ JIRA: DOCTOR-87 Change-Id: I3d4fea89047be8e57c318df4d39479659e2806a9 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
2016-12-29Fix compass public vip fetch bug in NewtonQiLiang1-3/+11
Error log: More than one endpoint exists with the name 'identity'. fetch_os_creds.info: public_ip: Change-Id: Ie7c8eeec5e84de4c38a17b4e718be65f36c562a7 Signed-off-by: QiLiang <liangqi1@huawei.com>
2016-12-30Merge "improve yardstick logger to output Debug info to artifacts"Jun Li2-1/+15
2016-12-30improve yardstick logger to output Debug info to artifactsrexlee87762-1/+15
JIRA: RELENG-158 Change-Id: I3bd91c671fa3dcac5cd47ca12610457fd1ab5a5b Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2016-12-29Concurrent true for opnfv-yamllint-verify-masterAric Gardner1-0/+2
this patchset https://gerrit.opnfv.org/gerrit/#/c/26517/10 build logs: Building remotely on lf-build1 (opnfv-build-centos opnfv-build opnfv-sysinfo ci-resource) in workspace /home/jenkins-ci/opnfv/slave_root/workspace/opnfv-yamllint-verify-master FATAL: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! java.lang.IllegalStateException: The project is configured to NOT run builds concurrent, but the node parameter [SLAVE_NAME] is configured to trigger new builds concurrent! linting can be done concurrently Change-Id: Ied083c3db5c22621af121324ce5264c1851cb31e Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
2016-12-29Fix installation of testapi in virtualenvrohitsakala1-3/+11
Ref :- https://openstack.nimeyo.com/87286/openstack-packaging-all-definition-data-files-config-setup Change-Id: I2519d3930bfeb4d22f92623dcc7ac88e2980b132 Signed-off-by: rohitsakala <rohitsakala@gmail.com>
2016-12-29Merge "Add yamllint verification of compass4nfv"Jun Li1-1/+1
2016-12-28Add yamllint verification of compass4nfvKingPoo1-1/+1
JIRA: OCTO-160 lf-build1 is something wrong with git, it will affect compass4nfv's patch to check in. So cancel the config of project-pattern. aricg fix it on time, the config of project-pattern(compass4nfv) added in. Change-Id: I726857ebd94bf50694784e2b3b0c80701b4bdca9 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-12-29Merge "correct swagger model of TestAPI"Serena Feng2-1/+2
2016-12-28Merge "Add YAMLLint for static check"Jun Li1-1/+1
2016-12-28Merge "dovetail: rewrite cleanup images process"Jun Li1-3/+24
2016-12-28dovetail: rewrite cleanup images processMatthewLi1-3/+24
Change-Id: Id4f9f1ddb7d84e5780479a7ca2bc979132dde8d4 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-12-28modify the output message in push-test-log.shwutianwei1-1/+1
This patch modify the output message. It make people quickly find the error, when failed to run the command: gsutil ls Change-Id: Idff6a4fd7b627c1566049ac266af852b6ae49497 Signed-off-by: wutianwei <wutianwei1@huawei.com>
2016-12-28Add YAMLLint for static checkKingPoo1-1/+1
JIRA: OCTO-160 Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. lf-build1 is something wrong with git, it will affect compass4nfv's patch to check in. So cancel the config of project-pattern. Change-Id: I9ffdd4280a9aedf60c302ca67f5d4575fe03c1a6 Signed-off-by: KingPoo <haojingbo@huawei.com>
2016-12-27KVMFORNFV: Disable kvmfornfv verify test job.kalyanreddy1-13/+13
This patch disables kvmfornfv verify test job as this job will wait for Intel-pod1 which is currently offline. Note: kvmfornfv verify test job will be enabled when Intel-pod1 is up and running. Change-Id: I6cab03e30388e77e4e429f492b0d574493371efd Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-12-27Merge "KVMFORNFV: To disable kvmfornfv daily job trigger."Fatih Degirmenci1-2/+2
2016-12-27KVMFORNFV: To disable kvmfornfv daily job trigger.kalyanreddy1-2/+2
This patch temporarily disables kvmfornfv daily job trigger to avoid kvm jobs getting stuck in the queue as Intel-pod1 is currently offline. Note: kvmfornfv daily job trigger will be enabled when Intel-pod1 is up and running. Change-Id: Id9b5b44bc37e367bb47ee676e83270880d1d7270 Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
2016-12-27Add dependency on ::opnfv::serverYolanda Robla Mota1-5/+8
Manifests give several failures on first run, if ::opnfv::server class is not applied first. Change-Id: Iaddc9f5b81f134c15d051417a93c1d687ad035c4 Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
2016-12-27fuel: Move fuel-verify jobs to ubuntu build serversFatih Degirmenci1-4/+4
lf-build1 is experiencing issues. Change-Id: I2253765d9db2e4603b776bbf5841f61da1bb89fe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-12-27Merge "Add YAMLLint for static check"Jun Li2-0/+84
2016-12-26correct swagger model of TestAPISerenaFeng2-1/+2
Change-Id: I101283cb118416823a4d1c77b3de6d7882135f1e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
2016-12-24Add YAMLLint for static checkKingPoo2-0/+84
JIRA: OCTO-160 Current CI commit gate is simple, just have flake8 check in part of projects, it's better to apply more check tools to more projects. Yaml files could be checked by YAMLLint when the project is configed in releng. YAMLLint does not only check for syntax validity, but for weirdnesses like key repetition and cosmetic problems such as lines length, trailing spaces, indentation, etc. Change-Id: Ie90afd4a07ad10cc723f31efd35e5605f765583c Signed-off-by: KingPoo <haojingbo@huawei.com>