summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05Vsperf CI: Fix setting of Python3 environmentRadek Zetik1-3/+1
The patch contains new calling of 'scl' utility. The 'bash' must have been replaced by direct calling. JIRA: VSPERF-156 Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com>
2016-01-05Enable shallow clones, fix vsperf repo name, and upload under review docsFatih Degirmenci2-4/+4
Sparse checkouts don't make the clone process faster based on manual tries so it will not be enabled. Change-Id: I04d0357b80d868504c4d8f3fcc83fa38e8c90404 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-05Fix GIT_BASE for cloning standalone reposFatih Degirmenci1-2/+14
GIT_BASE is set to <git_url>/<project> in default macros. In order not to cause issues for other parts of the job and the script, a new parameter GIT_CLONE_BASE has been introduced in order to clone repos for composite doc generation. Change-Id: I8ce0ea1e5324ce947a674b013cf7d169e6a9defe Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-05Merge "relax limit of jenlins log hold number (40 -> 100)"Ryota MIBU1-2/+2
2016-01-05Fix hardcoded branch names in opnfv-docs jobsFatih Degirmenci1-4/+4
Change-Id: Iad3f3645640b59686b3590de655d5ff974d85c45 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-05Enable generation of composite docs for opnfvdocsFatih Degirmenci3-5/+211
Please note that the upload of documents to artifacts.opnfv.org has not been enabled yet in order to get feedback for the patch first. Once the patch is reviewed, uploading generated docs to artifacts.opnfv.org can be enabled. Another thing is that this could essentially be done in existing opnfv-docs jobs. But in order not to break doc stuff totally, it's kept separate for the timebeing. Depending on the review, we can either - move this functionality to releng-macros.yml and jobs in opnfv-docs.yml or - keep it separate as it is and exclude opnfvdocs from the pattern in opnfv-docs.yml jobs. JIRA: RELENG-38 Change-Id: I452547921ef56960330bcd9ba28159108a33c860 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-05relax limit of jenlins log hold number (40 -> 100)Ryota MIBU1-2/+2
Change-Id: I4b8d0e6a8323e520e57378c7752b4507ca887aa3 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-01-05Merge "Enable brahmaputra branch for doc verify and merge jobs"Jun Li3-17/+20
2016-01-05Merge "[compass] fix the GS_URL for B release branch"Ryota Mibu1-12/+18
2016-01-05Merge "add google storage path postfix for bottlenecks project"Ryota Mibu1-3/+4
2016-01-04Fix URL to Google Storage for OVSNFVFatih Degirmenci2-6/+14
Change-Id: If800fe79156e150359a8f3d47851fcea9ca2493f Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-04Enable brahmaputra branch for doc verify and merge jobsFatih Degirmenci3-19/+22
This change also adjusts GS_BASE parameter in releng-macros.yml and uses GS_BASE in docs-merge job. ONOS builders are also adjusted. Change-Id: Ic9f28a3a7e283cba6736e96f8f7e18c859099e6c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-04Enable yardstick db backend (2)Jo¶rgen Karlsson1-1/+1
Change-Id: Ibd574804a7304cb3f652cc11eef0ae4029e1cb75 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-04Enable yardstick db backendJo¶rgen Karlsson1-4/+4
Change-Id: I9d1a2c56b03c95847c24b7d5e1bda21bc817a4a3 Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
2016-01-04[compass] fix the GS_URL for B release branchmeimei1-12/+18
Change-Id: If900ec91c5024ac52aba666ccc2fa67ab1ecfac9 Signed-off-by: meimei <meimei@huawei.com>
2016-01-04add google storage path postfix for bottlenecks projectMatthewLi1-3/+4
JIRA: RELENG-64 Change-Id: Ie8d49a04efdb489232469b769196e98c3bf15bfe Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-01-04Take the fuel daily build job out of the main jobsFatih Degirmenci2-50/+46
Build should really not need to be driven by main jobs and work independently, continuously producing ISOs for whoever out there to consume. This needs review from Fuel Project in order to make sure the build process does not care whatever scenario we run and just builds all the plugins by default and put them into ISO. The trigger is set to poll fuel git repo every 6 hours and upload ISOs to artifacts.opnfv.org upon successful completion of the build. Change-Id: Id59e37407e219803925c146c811450fb6099031b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2016-01-04bug fix for gsutil cp url in bottlenecks jobMatthewLi1-1/+1
JIRA: BOTTLENECK-4 Change-Id: I4a7f397546aa92fe73631ac5d99be130c5a3f991 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-01-04add gerrit debug/recheck/reverify func for bottlenecks jjbMatthewLi1-50/+30
JIRA: BOTTLENECK-4 Change-Id: I0aaf66790ac9d93e60d7e3ae5b7c4fdbba6a0f54 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-01-03fis bugs for bottlenecks project jjbMatthewLi2-7/+8
JIRA: BOTTLENECK-4 Change-Id: I3cdb4f15c910e8b32a6531355fca91c7ed04445a Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2016-01-03Merge "add dashboard for bottlenecks project"Morgan Richomme1-0/+99
2015-12-31add default parameters and workspace cleanup builder for bottlenecks upload jobMatthewLi1-0/+13
JIRA: BOTTLENECK-4 Change-Id: I2a9dd66a9312bceba913825bd506dfb18b217327 Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-30upload the packages used for bottlenecks to artifacts.opnfv.orgMatthewLi1-1/+66
JIRA: BOTTLENECK-4 Change-Id: I4e07069b00b5a9e4ee4d2123b93f8b11ba1c921e Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-29create onosfw CI jobsmeimei1-3/+8
- modify the initialized job as "hello world" job till the build scripts been merged JIRA: ONOSFW-151 Change-Id: I192835237f9976a833ac9e1ca32ecff2f3186270 Signed-off-by: meimei <meimei@huawei.com>
2015-12-28Improve the compass daily jobsmeimei1-5/+10
- put bare-deployment into daily-task - adjust the time of daily-task JIRA: COMPASS-223 Change-Id: I53d309b0b2c287b6abddd73310aeb17866738e05 Signed-off-by: meimei <meimei@huawei.com>
2015-12-28add dashboard for bottlenecks projectrexlee87761-0/+99
JIRA:BOTTLENECK-30 Change-Id: I8f02d0b905a2b4b2c2de4f2e8dfc03fa32d469f2 Signed-off-by: rexlee8776 <limingjiang@huawei.com>
2015-12-27Merge "Wait for containers to be removed before removing images"jose.lausuch1-4/+14
2015-12-27Wait for containers to be removed before removing imagesjose.lausuch1-4/+14
This will avoid some errors like this: "Error response from daemon: conflict: unable to delete 44c2887519de (must be forced) - image is being used by stopped container 7dbed6d40e5a" Change-Id: I54b8b76fbcc6f208ab52c88b43ea18af935e69c7 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-12-26Fixes daily deploy until network isolation patch is mergedTim Rozet1-2/+5
Change-Id: Ib8fb13ba88d464c009dfee071f37d5dc6b841a6c Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-12-23Adds deploy_settings and network_settings to deployTim Rozet1-1/+1
Common deploy_settings and network_settings yaml files used in order to provide options at deploy time and enable network isloation, respectively. Change-Id: Idd07fdb57ac33705a59f13fac5560f48247a2df5 Signed-off-by: Tim Rozet <trozet@redhat.com>
2015-12-22Set GS_URL for ovsnfv daily job and enable buildsFatih Degirmenci1-6/+7
Change-Id: Iaba340f0f932e0a163fa8aa0ac01cd81626827af Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Fix bug mkdir -f to mkdir -p in functest jjobjose.lausuch1-1/+1
Change-Id: I9c37ba5eda47f36578c81cfb39314464ee4f8f6e Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-12-22Merge "Enable QTIP container for docker build and push jjob"test-tagjose.lausuch1-0/+1
2015-12-22Bugfix for fuel verify buildsFatih Degirmenci1-1/+1
Change-Id: I9e64b646c961d8a728994438b48a89789250d62d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Adjustments for fuel jobsFatih Degirmenci2-8/+34
- Disable build avoidance for non-daily fuel jobs - Enable throttling and disable concurrency to make sure we do not start extra builds on same pod. Change-Id: Iff3c609fdf77beb08480d6e265e1d2f134cb1230 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Enable QTIP container for docker build and push jjobjose.lausuch1-0/+1
Change-Id: Ie4705afa16da9f597173114a3daf3f8ed5df035a Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2015-12-22create onosfw CI jobsmeimei4-0/+193
JIRA: ONOSFW-151 Change-Id: I0d7f1f77733cdda5d1b6c429d84de7eaa4a7a759 Signed-off-by: meimei <meimei@huawei.com>
2015-12-22CI: Modify jjb in releng to use vsperf build script for the nightly buildRadek Zetik1-8/+0
This patch removes calling of scl and vsperf from 'verify' and 'merge' jobs. The reason is that both jobs are started on 'opnfv-build' and environment on all boards is not set to run the vsperf. JIRA: VSPERF-156 Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Aric Gardner <agardner@linuxfoundation.org> Reviewed-by: Xinyu Zhao(Jerry) <zhaoxinyu@huawei.com> Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> Reviewed-by: Ulrich Kleber <Ulrich.Kleber@huawei.com> Reviewed-by: Billy O Mahony <billy.o.mahony@intel.com>
2015-12-21add instance creation process in bottlnecks jjb workflowMatthewLi1-0/+14
JIRA: BOTTLENECK-4 Change-Id: I0c1b719c9cd4d96fa2a5fb2df6773bf79f75a7be Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
2015-12-22fix docs-build.sh bug in rst checksRyota MIBU1-9/+12
After [1] merged, docs-build.sh cannot check and edit rst files to add revision into source files. Build error can be found in [2]. This patch fixes this bug. [1] https://gerrit.opnfv.org/gerrit/#/c/4659 [2] https://build.opnfv.org/ci/job/opnfv-docs-verify-master/211/console Change-Id: I506d85341d665a1e2c854ab5965ef3abffa31446 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2015-12-22Fix typo in WORKSPACE env varFatih Degirmenci1-2/+2
Change-Id: I6ecd98679227803f40585da2af0697d2e72c44e0 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Merge "fix doc-build.sh to support referring to other dirs"Ryota MIBU1-10/+13
2015-12-22Merge "Allow doc-build.sh to ignore D000 of doc8"Ryota MIBU1-1/+1
2015-12-22Merge "update .gitignore for swap files"Ryota MIBU1-1/+2
2015-12-22Skip artifact upload if nothing new is builtFatih Degirmenci2-0/+8
Change-Id: I966229199d07c44073247ae25e9423fda516f73d Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Suppress gsutil output while setting artifact metaFatih Degirmenci1-2/+2
Change-Id: I1a96af938b48a337346010d8bb5cd5fa7aa0552c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Set nocache for fuel artifacts on artifacts.opnfv.orgFatih Degirmenci4-5/+22
Change-Id: I41d19eadbe151e27146e8aa5e8a1b7f250865edb Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Fix INSTALLER_TYPE env var in fuel virtual deployFatih Degirmenci1-1/+1
Change-Id: I0e1cfc181693519f077756796eed60bdffef0e4c Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-22Do not pass parameters from multijob to build job for fuelFatih Degirmenci1-1/+0
Change-Id: Ic32b2489453530bb58a756c151a376574b30ae52 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2015-12-21Set DEPLOY_SCENARIO Jenkins job parameter for FuelFatih Degirmenci1-0/+4
Change-Id: Icaa09dbba241e422c6932a443b3aa3975a4580d7 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>