summaryrefslogtreecommitdiffstats
path: root/jjb
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08KVMFORNFV: Enable artifact download and testing for daily jobkalyanreddy3-7/+98
This patch contains scripts for downloading artifacts and running tests as part of KVM4NFV daily job. Change-Id: Iaf557d260e236f873acf99d7d735c54d7d2903cf Signed-off-by: kalyanreddy <reddyx.gundarapu@intel.com>
2016-09-08Fix tacker installationMichal Skalski1-4/+7
Sometimes commands are exeucuted before last one was finished, for example here: https://build.opnfv.org/ci/job/fuel-deploy-virtual-daily-colorado/117/console Try set custom prompt to eliminate false matching and add additional sleep after git package installation. Change-Id: I0fd1b5410c7870ff2a074e050069efc3b61b0d79 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-07Merge "kvmfornfv: Use correct url for uploading artifacts"Fatih Degirmenci1-3/+4
2016-09-07kvmfornfv: Use correct url for uploading artifactsFatih Degirmenci1-3/+4
Change-Id: Ia3f1f37dfec0c8e73328e048fab8f9b8892e8c66 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-07armband: fix job naming issuePaul Vaduva1-47/+47
We were refering jobs in other projects (mainly fuel) because the ci pods were named jost baremetal and virtual Change-Id: I9d02e2e61fe666f4ef46c1eb62f41da065e46059 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-07Merge "armband: Deploy triggers yardstick tests for CI pods."Fatih Degirmenci1-0/+11
2016-09-07armband: functest jobs refactored to use labelsPaul Vaduva2-21/+20
Change-Id: I50c47a40f3337e7140740f49b09f3e508eb0087c Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-07Merge "armband: triggers modified to run twice a day each branch"Fatih Degirmenci1-10/+10
2016-09-07armband: Deploy triggers yardstick tests for CI pods.Paul Vaduva1-0/+11
Change-Id: I8b011aafd333c78eaeed59040476b1325e2dc56c Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-06Merge "Fix issue of not setting metadata correctly for generated docs"Aric Gardner1-12/+8
2016-09-06armband: triggers modified to run twice a day each branchPaul Vaduva1-10/+10
Change-Id: I7fcd24852a0d1aecdfacf5f3cb1dfd49fb711916 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-06[Docker] Use build time args only for Functestjose.lausuch1-1/+6
Using build-time arguments on Dockerfiles which dont use the argument throws an error: One or more build-args [BRANCH] were not consumed, failing build. Examples: https://build.opnfv.org/ci/view/functest/job/functest-docker-build-push-master/lastBuild/console Change-Id: I2acb3a52ef648ca4f160f63cdcdebf1dae5931bc Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-09-06Merge "[Docker] Add git branch as an argument to the dockerfile at build time"jose.lausuch1-1/+1
2016-09-06Merge "yardstick: updated yardstick jobs for armband to use labels"Fatih Degirmenci1-2/+37
2016-09-06[Docker] Add git branch as an argument to the dockerfile at build timejose.lausuch1-1/+1
This will be useful for the dockerfiles which need to have this as a parameter to clone the respective repositories. Needed for Functest. Related JIRA: FUNCTEST-458 Change-Id: I6c818bdbc6d9935a6bf5274487540309ce1017b6 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-09-06Fix issue of not setting metadata correctly for generated docsFatih Degirmenci1-12/+8
Removed if clause does not return any html file, causing setmeta to not run which in turn causes people to see cached versions of the generated documents instead of the latest generated documents. This is a quick fix in order to unblock Brady. Change-Id: Id692781ee8713007b5987bf2bf48a6880978a977 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-05armband: Fix file handler in lab-config test -eAlexandru Avadanii1-1/+1
Previous change adding lab-config/.../local_env support introduced an issue, in the form of `test -e file:///path/to/local_env`, which is not supported. Change-Id: I1566b41765329f18523cfc506c9112b6694a8317 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-09-02yardstick: updated yardstick jobs for armband to use labelsPaul Vaduva1-2/+37
Change-Id: I38aac6caf4f439e6524bf08e5dd038bca01180cf Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-02Merge "armband: Fix default params for labeled pods"Fatih Degirmenci3-19/+18
2016-09-02[Functest] Remove exit value job from functest-suite builderjose.lausuch1-1/+0
Change-Id: I8309c027a871246623c199447dcb667b5bb2f066 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-09-01armband: Fix default params for labeled podsAlexandru Avadanii3-19/+18
After previous change introducing the usage of node labels for Armband CI deploy jobs, we discovered that the old params were not applied to labeled pods. To complicate things, we had different DEFAULT_BRIDGE params for each CI pod, which contradicts the Jenkins templating paradigm. Since we already have a mechanism in place for overriding env vars based on the POD we are running against, move both <DEPLOY_TIMEOUT> and <DEFAULT_BRIDGE> params to our local_env, which is sourced by the deploy script and can apply POD specific configuration. Add missing LAB_CONFIG_URL to newly added baremetal and virtual defaults for Armband. While at it, also replace "brahmaputra" comments with "colorado". v2 -> v3: Source local_env before using DEFAULT_BRIDGE in <armband-deploy.sh>. Previously, we (Armband) sourced this file in our <ci/deploy.sh> [1], which will be dropped after this change is merged. [1] https://git.opnfv.org/cgit/armband/tree/ci/deploy.sh#n24 Change-Id: Ibafea25b3df8c3118ce05e3f40934c8e8b9c8dcd Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
2016-09-01Increase the git clone timeout to 15 minutesFatih Degirmenci1-0/+1
Change-Id: Iac19f79f36fcbb7bbc27d7f6adf6085cb0ec449c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-01Merge "Add Fedor Zhadaev in recipients list for Fuel jobs"Fatih Degirmenci2-4/+4
2016-09-01Merge "kvmfornfv: Store the metadata for the artifacts built by daily jobs"Fatih Degirmenci1-0/+21
2016-09-01Add Fedor Zhadaev in recipients list for Fuel jobsFedor Zhadaev2-4/+4
Change-Id: Icb1a16f2136291239daffa0fe5932caf6d6c92dd Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
2016-09-01infra: Do not run provisioning in deploy & smoketest phasesFatih Degirmenci1-2/+2
Change-Id: I326053d863f0f06ceb293cda3cd2405cf2d25f13 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-01Merge "infra: Fix small doc/script issues and enable mail notification"Fatih Degirmenci2-1/+8
2016-09-01infra: Fix small doc/script issues and enable mail notificationFatih Degirmenci2-1/+8
This change - Fixes readme of puppet-infracloud - renames destroy_env.sh script - enables mail notification - disables removal of DIB images by default Change-Id: I628b26b976e38772cbbc69b737a545fe801639ba Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-01Merge "armband: Use labels for pods and schedule jobs"Fatih Degirmenci2-27/+113
2016-09-01armband: Use labels for pods and schedule jobsPaul Vaduva2-27/+113
Change-Id: Idb3cabe46082b8c0a160cbc156abe0fe8cafbc4a Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
2016-09-01kvmfornfv: Store the metadata for the artifacts built by daily jobsFatih Degirmenci1-0/+21
Change-Id: I338401a1ced29b7907e74bea6ff28f5a6e80e5df Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-09-01Install tacker on controller nodeMichal Skalski1-3/+1
In no-ha scenarios opendaylight role may not be collocated with controller Change-Id: Ic2040924949e7a0286ffeba795ea102face9bc0f Signed-off-by: Michal Skalski <mskalski@mirantis.com>
2016-09-01Merge "qtip: move bash scripts out of qtip-ci-jobs.yml"Fatih Degirmenci3-74/+79
2016-09-01Merge "fuel: Enable triggers of Colorado on zte-pod1 and zte-pod3"Fatih Degirmenci3-2/+26
2016-09-01fuel: Enable triggers of Colorado on zte-pod1 and zte-pod3wu.zhihui3-2/+26
Enable triggers of Colorado on zte-pod1 and zte-pod3. Meanwhile, add colorado branch for zte-pod1 and zte-pod3 in Functest and Yardstick. Change-Id: I575d37356c9223935d5975a834589b33f9e7498b Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-31Apex: fixes wrong arg to cleanTim Rozet1-1/+1
Change-Id: If76e078215af068d7f4e04a961b7fc700b73eec7 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-31Merge "[Functest] Fix typo exiting with a ret_val variable"Fatih Degirmenci1-1/+1
2016-08-31Apex: fixes cleaning nodesTim Rozet1-1/+1
Change-Id: Ic83d559fab26cc795e16769529ddce0acd84dc17 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-31[Functest] Fix typo exiting with a ret_val variablejose.lausuch1-1/+1
Change-Id: I39d085726551ac1db2531d474d9c407840f5ffc0 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-08-31[Functest] Push logs to artifacts regardless if loop failsjose.lausuch3-0/+27
This prevents from exiting the job without pushing the logs to artifacts if the functest loop fails. JIRA: FUNCTEST-443 Change-Id: I6925b5855326df809dbce9f389b10be8a00cf8de Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-08-31Create daily job for infra deployment, remove sandbox jobs and fix bugsFatih Degirmenci18-1425/+212
This change - creates upstream daily job to trigger and control the execution of jobs that provision nodes using bifrost, deployment using puppet-infracloud, and simple smoke test job. - fixes the hashbang placement in 2 of the scripts. - removes sandbox dummy jobs as the infra jobs can serve as examples now. Only the node provisioning job is functional at the moment. Change-Id: I311d159956d8b7ce3f7a500fac5a7dcb459104cf Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-08-31Merge "[compass] set timer of colorado jobs"Jun Li1-6/+6
2016-08-30Apex: Adds powering off nodes to cleanTim Rozet1-2/+7
Change-Id: Icaa3160bf9b96e323e448f66abe3a203e202c090 Signed-off-by: Tim Rozet <trozet@redhat.com>
2016-08-31[compass] set timer of colorado jobsmeimei1-6/+6
Change-Id: I9a3ec4c5adf52c5990dd163970faf376f60aa037 Signed-off-by: meimei <meimei@huawei.com>
2016-08-27Merge "[multisite] stop the timer of colorado"meimei1-1/+3
2016-08-26qtip: move bash scripts out of qtip-ci-jobs.ymlwu.zhihui3-74/+79
Change-Id: Ib48a1800b5d6d253c8bd8d383cf36c7119f6e9a4 Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
2016-08-25modfied the external-network again.Narinder Gupta2-0/+8
It seems tardstick need the external-network variable defined in this job so introducing the definition again. Change-Id: I37bab57a9dda70554fb53de725a0124dc18181e9 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
2016-08-25[multisite] stop the timer of coloradomeimei1-1/+3
Change-Id: Ib5dbc1561c895a6be1e4666239ec262450cfb740 Signed-off-by: meimei <meimei@huawei.com>
2016-08-25Merge "yardstick: Pull the right image for master and colorado branches"Jun Li1-2/+3
2016-08-24fuel: Rearrange slave assignments for verify jobsFatih Degirmenci2-13/+21
Change-Id: Iaf83ba8bc96189e9ef7749bd367197857c3e656a Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>