jose.lausuch [Thu, 1 Dec 2016 12:35:04 +0000 (13:35 +0100)]
Add possibility to build a Release Docker image
New flag that if it's not empty, it will build the
image with the given tag instead of using master/stable.
These release builds will need to be triggered manually
by a Jenkins user with rights to build jobs.
The respective projects take the responsability to
build the release docker image whenever they
consider it is the right time.
Change-Id: I49b087e80eb134b8b3ddef8399f61eeac9b29619
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Thu, 1 Dec 2016 09:43:58 +0000 (09:43 +0000)]
Merge "Add parameters in init function"
Ryota Mibu [Thu, 1 Dec 2016 06:02:15 +0000 (06:02 +0000)]
Merge "doctor: fix file paths"
Tim Rozet [Wed, 30 Nov 2016 21:56:39 +0000 (21:56 +0000)]
Merge "Apex: Adds odl_l2-fdio-ha to daily"
Aric Gardner [Wed, 30 Nov 2016 20:15:46 +0000 (20:15 +0000)]
Merge "armband: Enable deploy-cache"
Ryota MIBU [Wed, 30 Nov 2016 11:44:27 +0000 (11:44 +0000)]
doctor: fix file paths
- fix file path to mount doctor code under review
- re-add workaround to archive functest suite log
- drop unnecessary params for jobs
Change-Id: I51ed4dbd7178c875cb6b047f26ae4c1db3d94687
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Ryota Mibu [Wed, 30 Nov 2016 10:38:03 +0000 (10:38 +0000)]
Merge "doctor: fix parameter setting"
Ryota MIBU [Wed, 30 Nov 2016 06:35:04 +0000 (06:35 +0000)]
doctor: fix parameter setting
In the current doctor jenkins jobs, default parameters for functest are
used.
This patch updates parameter settings, and also simplifies archive
instruction.
Change-Id: I6940d323271bc9492eeb5e9f8ca9faf02612f483
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Serena Feng [Wed, 30 Nov 2016 09:23:03 +0000 (09:23 +0000)]
Merge "Fix the non-virtual node error for virtual-deploy job"
rohitsakala [Wed, 30 Nov 2016 08:15:30 +0000 (13:45 +0530)]
Add parameters in init function
Change-Id: I8ce5219251ff21f2cf3a554d275b4d2584d70e0b
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
zeyu zhu [Wed, 30 Nov 2016 02:25:55 +0000 (10:25 +0800)]
Fix the non-virtual node error for virtual-deploy job
Change-Id: I617849b23aca515525f7e2219c3f268cbda80e43
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
Ryota Mibu [Wed, 30 Nov 2016 06:46:02 +0000 (06:46 +0000)]
Merge "Rearrange Releng Job and Parameter Files"
Ryota Mibu [Wed, 30 Nov 2016 05:11:28 +0000 (05:11 +0000)]
Merge "update doctor CI job"
Alexandru Avadanii [Wed, 30 Nov 2016 01:45:40 +0000 (02:45 +0100)]
armband: Enable deploy-cache
This enables the mechanism added in [1].
Armband just added support for caching deploy artifacts, like
bootstraps and target images, which take a lot of time at each deploy
to be built, considering it requires a cross-debootstrap via
qemu-user-static and binfmt.
For easier setup, the deploy cache depends on the local ISO storage
mechanism (/iso_mount/opnfv_ci), and reuses the same storage pool.
To enable deploy caching, just create the deploy-cache directory at:
/iso_mount/opnfv_ci/<branch>/deploy-cache
JIRA: ARMBAND-172
[1] https://gerrit.opnfv.org/gerrit/#/c/25191
Change-Id: I161205a87f13cd78e79b96bfc37a5f68aba093cc
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Trevor Bramwell [Wed, 9 Nov 2016 20:33:46 +0000 (12:33 -0800)]
Rearrange Releng Job and Parameter Files
Individual project jobs can now be tested using:
jenkins-jobs test -r jjb/global:jjb/$project
- Rename '.yaml' files to '.yml' so they get checked by the
verify-releng.sh script, and update the script to include checking of
'.yaml' files.
- Move parameter and macro files under new 'global' directory.
Change-Id: I6b74f5d8af2bced3256a7f4a33983df5310511a2
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Tim Rozet [Tue, 29 Nov 2016 21:27:12 +0000 (16:27 -0500)]
Apex: Adds odl_l2-fdio-ha to daily
Trades noha for ha scenario
Change-Id: I595766b8a06b115e0453c593c728c85e5a648e3d
Signed-off-by: Tim Rozet <trozet@redhat.com>
Fatih Degirmenci [Tue, 29 Nov 2016 13:43:18 +0000 (13:43 +0000)]
Merge "Remove trailing slash in example"
Fatih Degirmenci [Tue, 29 Nov 2016 13:41:30 +0000 (13:41 +0000)]
Merge "Refactor Docker build jobs"
Aric Gardner [Tue, 29 Nov 2016 12:31:13 +0000 (12:31 +0000)]
Merge changes from topic 'fix-monit-script'
* changes:
utils: jenkins-jnlp-connect.sh: Make monit actions conditional
utils: jenkins-jnlp-connect.sh: Fix start up script
Aric Gardner [Tue, 29 Nov 2016 12:26:51 +0000 (12:26 +0000)]
Merge "jjb: infra: Fix and enable the SUSE job for bifrost"
Aric Gardner [Tue, 29 Nov 2016 12:26:44 +0000 (12:26 +0000)]
Merge "bifrost: Make use of the new 'openssh-server' dib element"
Markos Chandras [Thu, 24 Nov 2016 14:42:13 +0000 (14:42 +0000)]
utils: jenkins-jnlp-connect.sh: Make monit actions conditional
When executing the connection testing command as indicated in [1], -t is
added to the monit start-up script parameters. This prevents the jenkins
service from running in the background and create the pid file. Because
of that, monit is confused and reports the service as failed. We fix
this by moving all the monit related actions inside the 'monit'
conditional block.
[1]: http://artifacts.opnfv.org/octopus/brahmaputra/docs/octopus_docs/opnfv-jenkins-slave-connection.html#connecting-slaves-from-community-labs-to-opnfv-jenkins
Change-Id: I7371c4560311b84f56eff3461254264e1769ff7e
Signed-off-by: Markos Chandras <mchandras@suse.de>
Morgan Richomme [Tue, 29 Nov 2016 08:49:32 +0000 (08:49 +0000)]
Merge "bug Fix: adapt reporting to merge of smoke+sdn tiers"
Serena Feng [Tue, 29 Nov 2016 06:48:32 +0000 (06:48 +0000)]
Merge "Add Escalator CI job"
Serena Feng [Tue, 29 Nov 2016 06:48:18 +0000 (06:48 +0000)]
Merge "Enable Flake8 Checks on Escalator"
Jun Li [Tue, 29 Nov 2016 01:01:41 +0000 (01:01 +0000)]
Merge "set "opnfv-lint-verify" as the basic verify of compass"
Markos Chandras [Tue, 22 Nov 2016 11:26:34 +0000 (11:26 +0000)]
jjb: infra: Fix and enable the SUSE job for bifrost
Fix SUSE parameters for os, release, packages and elements and
enable the job.
Change-Id: I0fc0fbc5fcf8df04186d6c19aaf363020d31a44c
Signed-off-by: Markos Chandras <mchandras@suse.de>
Markos Chandras [Fri, 18 Nov 2016 16:34:02 +0000 (16:34 +0000)]
bifrost: Make use of the new 'openssh-server' dib element
Make use of the new 'openssh-server' dib element to achieve a consistent
behavior of ssh server across all distributions.
Change-Id: Ib10066a244fe44530969702cd465cdd79454b8fe
Signed-off-by: Markos Chandras <mchandras@suse.de>
Aric Gardner [Mon, 28 Nov 2016 16:51:58 +0000 (16:51 +0000)]
Merge "Add jobs for ARM virtual POD"
Aric Gardner [Mon, 28 Nov 2016 16:47:17 +0000 (11:47 -0500)]
Remove trailing slash in example
also add caveat note
Change-Id: Ie662ffb9240c3ffdbc4c7317d63744a8beedec4a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Morgan Richomme [Mon, 28 Nov 2016 16:45:33 +0000 (17:45 +0100)]
bug Fix: adapt reporting to merge of smoke+sdn tiers
Change-Id: I74d9834b609797f85d52e97ccdfeab614c1c07bf
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Tim Rozet [Mon, 28 Nov 2016 14:47:20 +0000 (14:47 +0000)]
Merge "Apex using a different network settings file for master"
Fatih Degirmenci [Mon, 28 Nov 2016 09:46:58 +0000 (09:46 +0000)]
Merge "Enable qtip verify job"
jose.lausuch [Tue, 22 Nov 2016 15:29:20 +0000 (16:29 +0100)]
Refactor Docker build jobs
- Remove incremental tags for stable branches
- Use "latest" or "stable" tags only
- Have a single job template for all projects
More info here: https://wiki.opnfv.org/display/INF/Docker+handling+in+CI
Change-Id: Ibce3ef2faee136f56f0eab12dfe7a93c267db854
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Ryota MIBU [Mon, 28 Nov 2016 08:46:44 +0000 (08:46 +0000)]
update doctor CI job
Doctor has an experimental CI job. It has three parts (builders in
jjb / runners in CI). The main job will trigger two runner jobs which
will run 'test/run.sh' in the same CI pod with different inspector
(sample and congress). While executing those two children jobs, the
main job will block CI pipline on that pod. In order to avoide deadlock
and sequencial runner job execution, we set two pipelines for the pod.
But, it still allow deadlock when we trigger two main jobs at the same
time.
This patch simplify the job definition by splitting two runner jobs
and removing the main job.
Change-Id: I4fadd58cc827a41927940c38cf05ed105c6f243c
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
chenjiankun [Mon, 28 Nov 2016 06:15:58 +0000 (06:15 +0000)]
Make the requirements.txt compatible with Colorado
JIRA: YARDSTICK-428
Now in master, we move the requirements.txt from tests/ci/ to yardstick
root path.
But in colorado, this has yet to be done.If we cherry pick from master
to colorado, it will encounter error.
So we must make it compatible.
Change-Id: I0537d989e677b73e19a1e093166493f3f6d25783
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
cristinapauna [Sun, 27 Nov 2016 12:28:11 +0000 (14:28 +0200)]
Add jobs for ARM virtual POD
Pod virtual1 was added in the ENEA-ARM lab
This commit adds the jobs for it
JIRA: ARMBAND-162
Change-Id: Icaa798691f5ff60a58ae083eb1c366170c464b92
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
Fatih Degirmenci [Fri, 25 Nov 2016 13:57:15 +0000 (14:57 +0100)]
multisite: Use correct names for the generated files
Change-Id: I030dbca1a44231ae0548a5b17cd2f419ec7a4289
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Yujun Zhang [Fri, 25 Nov 2016 07:01:52 +0000 (15:01 +0800)]
Enable qtip verify job
Change-Id: I15be7c9cab2ffa471a828b3295051cbd423988f5
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Serena Feng [Fri, 25 Nov 2016 01:47:50 +0000 (01:47 +0000)]
Merge "Adding GS_PROXY prefix to GS_URL in proxy scenario"
Fatih Degirmenci [Thu, 24 Nov 2016 21:56:53 +0000 (22:56 +0100)]
multisite: Run jobs on right nodes
Change-Id: Ia681d629eb685ed1186be2bb74e42e2067b48aa2
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Thu, 24 Nov 2016 21:35:31 +0000 (22:35 +0100)]
multisite: Adjust archival of generated files
Change-Id: I1e9236d04143c87bb85d15b05b6e42ea34438f8b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Markos Chandras [Thu, 24 Nov 2016 13:32:57 +0000 (13:32 +0000)]
utils: jenkins-jnlp-connect.sh: Fix start up script
The jenkins-jnlp-connect.sh script is meant to be executed from the
$jenkinshome directory. The monit script was configured to enter a
different directory before starting the jenkins script which always
resulted in a broken start-up phase like this:
"This script needs to be run from the jenkins users home dir"
We fix this by entering the $jenkinshome directory before starting up
the jenkins script.
Change-Id: If0f65417f07a7fa9328f9adcd1ca1a1a3bc530ed
Signed-off-by: Markos Chandras <mchandras@suse.de>
Fatih Degirmenci [Tue, 22 Nov 2016 23:23:40 +0000 (00:23 +0100)]
Create kingbird jobs to run on multi node
Change-Id: I73cec4d39f5a3119c1cc7f86b7919a0431f8f653
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
zeyu zhu [Thu, 24 Nov 2016 06:34:40 +0000 (14:34 +0800)]
Add Escalator CI job
Change-Id: Ia2dafa452fb0512b04766fae92a97eff59db888b
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
Julien [Thu, 24 Nov 2016 03:09:21 +0000 (11:09 +0800)]
Adding GS_PROXY prefix to GS_URL in proxy scenario
${GS_PROXY} does not include branch name in the URL, when use it to
download the latest.properties, it always downloads the master branch
file, not the current release defined in ${gs-pathname}.
In this patch, no longer directly use ${GS_BASE_PROXY}, but join them.
JIRA: FUEL-225
Change-Id: I2566036c174b2f03997669d25a37f1de21ffeac6
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Dan Radez [Wed, 23 Nov 2016 17:37:36 +0000 (12:37 -0500)]
Apex using a different network settings file for master
Network settings file format has changed for master
Change-Id: I3d6a30b5223ca9525a7e344db1550ee5bdfd7776
Signed-off-by: Dan Radez <dradez@redhat.com>
Julien [Wed, 23 Nov 2016 14:21:20 +0000 (22:21 +0800)]
Add -L parameter to curl for download ISO files
same as patch 24385, which just fixed the latest.properties file
curl:
-L, --location
(HTTP/HTTPS) If the server reports that the requested page has moved
to a different location (indicated with a Location: header and a 3XX
response code), this option will make curl redo the request on the
new place.
without -L, curl just download the redirects info not the file.
JIRA: FUEL-225
Change-Id: I20a01b628ca1545def68bd4e0b24594c24ee7f85
Signed-off-by: Julien-zte <zhang.jun3g@zte.com.cn>
Fatih Degirmenci [Wed, 23 Nov 2016 11:08:20 +0000 (11:08 +0000)]
Merge "bifrost: test-bifrost-deployment: Allow overriding VM hardware options"
Jun Li [Wed, 23 Nov 2016 10:57:14 +0000 (10:57 +0000)]
Merge "KVMFORNFV: Implementing kvmfornfv daily jobs."
Tim Rozet [Tue, 22 Nov 2016 22:10:33 +0000 (17:10 -0500)]
Apex: Enable verify on ODL master job and master daily
Change-Id: I149f0e9dbaf65a1b5c7bd905713a228ad1c75ce1
Signed-off-by: Tim Rozet <trozet@redhat.com>
Aric Gardner [Tue, 22 Nov 2016 16:07:10 +0000 (16:07 +0000)]
Merge "opnfvdocs: Store colorado.3.0 documents in different location"
Fatih Degirmenci [Tue, 22 Nov 2016 15:48:29 +0000 (15:48 +0000)]
Merge "daisy: modify the download url for ZTE POD"
Fatih Degirmenci [Tue, 22 Nov 2016 15:35:14 +0000 (16:35 +0100)]
opnfvdocs: Store colorado.3.0 documents in different location
This patch is a workaround until more proper mechanism is put in place.
The doc-version parameter is appended to default GS_URL, changing the
storage location of the documents from
http://artifacts.opnfv.org/sfc/colorado/2.0/docs/bradys-cool-document.html
to
http://artifacts.opnfv.org/sfc/colorado/3.0/docs/bradys-cool-document.html
Documents generated from master branch will be stored in same location such as
http://artifacts.opnfv.org/sfc/docs/bradys-cool-document.html
Change-Id: Ieffb46322525089ed339411e84e5defef593de2e
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Fatih Degirmenci [Tue, 22 Nov 2016 14:36:20 +0000 (14:36 +0000)]
Merge "Modify yardstick requirements.txt path config in releng"
Fatih Degirmenci [Tue, 22 Nov 2016 14:33:23 +0000 (14:33 +0000)]
Merge "vswitchperf: Throttle verify and merge jobs"
Martin Klozik [Tue, 22 Nov 2016 09:41:44 +0000 (09:41 +0000)]
vswitchperf: Throttle verify and merge jobs
Real vsperf tests are executed via verify and merge jobs.
These tests can't run in parallel at the same node, thus
number of concurrent builds per node was set to 1.
Change-Id: Ifc2d1dce2103590dfbc2fbe1ead58483552080a2
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Morgan Richomme [Tue, 22 Nov 2016 11:05:21 +0000 (11:05 +0000)]
Merge "Add Exceptions and Constants in opnfv module"
Fatih Degirmenci [Tue, 22 Nov 2016 10:50:25 +0000 (10:50 +0000)]
Merge "joid support of Newton."
meimei [Tue, 22 Nov 2016 09:10:59 +0000 (17:10 +0800)]
set "opnfv-lint-verify" as the basic verify of compass
Change-Id: I160e0e49d6934b4b0b713f94f6f4960fed16bcdd
Signed-off-by: meimei <meimei@huawei.com>
kalyanreddy [Thu, 17 Nov 2016 10:36:45 +0000 (02:36 -0800)]
KVMFORNFV: Implementing kvmfornfv daily jobs.
JIRA: RELENG-169
This patch includes scripts for implementing kvmfornfv daily
jobs to trigger cyclictest and packet forwarding testcases based
on the test name.
Change-Id: Ibcd3e2268c0cf9b3b1d6a0e90a868430ddc1b593
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
meimei [Tue, 22 Nov 2016 01:32:20 +0000 (09:32 +0800)]
don't set newton as default value for the moment
Change-Id: I6137f9dbeed1b15c3e6fc7d63bb1892cf2b9471e
Signed-off-by: meimei <meimei@huawei.com>
Narinder Gupta [Thu, 20 Oct 2016 12:08:48 +0000 (07:08 -0500)]
joid support of Newton.
This patch is to enabled joid for D release where Newton openstack
will be deployed by default on the CI/CD. Also correct few values
which were wrong in defualt mode.
Change-Id: I911993776cf6327b28c442dac41860cb41e2c3ae
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Morgan Richomme [Thu, 17 Nov 2016 14:43:03 +0000 (15:43 +0100)]
Add Exceptions and Constants in opnfv module
JIRA: FUNCTEST-497
Change-Id: I4bc0d545058c4778b632911bb317789110de29d1
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Markos Chandras [Mon, 21 Nov 2016 15:09:45 +0000 (15:09 +0000)]
bifrost: test-bifrost-deployment: Allow overriding VM hardware options
Make VM disk, cpu and memory settings configurable to allow less
powerful hosts to host the bifrost VMs.
Change-Id: If819451536dd518690f3808c55de940169b90346
Signed-off-by: Markos Chandras <mchandras@suse.de>
Jun Li [Mon, 21 Nov 2016 08:41:29 +0000 (08:41 +0000)]
Merge "[compass] set newton as a opention of openstack"
meimei [Mon, 21 Nov 2016 07:11:14 +0000 (15:11 +0800)]
[compass] set newton as a opention of openstack
Change-Id: I403a942ffb176c89b862bd6a19d5dea40cf1884c
Signed-off-by: meimei <meimei@huawei.com>
wu.zhihui [Mon, 21 Nov 2016 03:22:10 +0000 (11:22 +0800)]
daisy: modify the download url for ZTE POD
ZTE POD use http://build.opnfv.org/artifacts.opnfv.org/daisy.html
to download ISO file.
Change-Id: I95e156c966387c349e11a7d882829347da7e757b
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Serena Feng [Mon, 21 Nov 2016 02:48:31 +0000 (02:48 +0000)]
Merge "Implement virtual deployment in merge job of Daisy4nfv CI"
wu.zhihui [Wed, 16 Nov 2016 07:12:25 +0000 (15:12 +0800)]
Fuel: run curl command with parameter L to follow redirects
Since ZTE PODs use url http://build.opnfv.org/artifacts.opnfv.org/ to
download files, it should run curl command with parameter L to follow
redirects.
It does not affect PODs which use url http://artifacts.opnfv.org/
JIRA: FUEL-225
Change-Id: I63b808657ee4f26b801e492b53bc8e4b27396587
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Jose Lausuch [Fri, 18 Nov 2016 11:39:01 +0000 (11:39 +0000)]
Merge "Transform fetch_os_creds.sh into python Class"
Jing Sun [Fri, 18 Nov 2016 08:13:24 +0000 (16:13 +0800)]
Enable Flake8 Checks on Escalator
JIRA:ESCALATOR-34
Change-Id: I5caa0241d5c1ea4b4a1994ff9a4ac81ef3f7a935
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
zeyu zhu [Thu, 17 Nov 2016 03:18:46 +0000 (11:18 +0800)]
Implement virtual deployment in merge job of Daisy4nfv CI
Change-Id: I2f0edea6a2f527e800c953458b4bb31741e970ab
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
chenjiankun [Fri, 18 Nov 2016 00:55:42 +0000 (00:55 +0000)]
Modify yardstick requirements.txt path config in releng
JIRA: YARDSTICK-415
Change-Id: I8e3e38842e10e5fbc335f3f23250f0292f2c05c5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Fedor Zhadaev [Thu, 17 Nov 2016 16:19:36 +0000 (19:19 +0300)]
Temporary disable some master jobs
Daily deployment jobs which use master code and require plugins
which are still not uplifted to Newton are temporary disabled
on bare metal pods.
Change-Id: Ifa7e5136adf53e49c922e844c5a7e6789deb6c8e
Signed-off-by: Fedor Zhadaev <fzhadaev@mirantis.com>
Morgan Richomme [Thu, 17 Nov 2016 15:34:26 +0000 (15:34 +0000)]
Merge "Correct SFC testcase match in the reporting Dashboard"
Morgan Richomme [Thu, 17 Nov 2016 15:33:59 +0000 (15:33 +0000)]
Merge "Refactor reporting dir"
jose.lausuch [Thu, 17 Nov 2016 14:38:17 +0000 (15:38 +0100)]
Correct SFC testcase match in the reporting Dashboard
The test is specified as odl-sfc, but in the DB we have
functest-odl-sfc.
http://testresults.opnfv.org/test/api/v1/results?case_name=functest-odl-sfc
Change-Id: Ie8c0ed60df3b11fc4d74c26796ae7a19d63c22b7
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Thu, 17 Nov 2016 10:35:39 +0000 (11:35 +0100)]
Transform fetch_os_creds.sh into python Class
JIRA: RELENG-168
Change-Id: Id5b1fca430c37917b554a54dd0678d9d7497dc11
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Morgan Richomme [Wed, 16 Nov 2016 17:16:43 +0000 (18:16 +0100)]
Refactor reporting dir
- dockerization
- create util function for all the test projects
- create a common config files
- add unit tests
- pep8
JIRA: RELENG-162
Change-Id: Ib209be4233084100ff238a7aeb2843ccc24a6f1e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Jose Lausuch [Thu, 17 Nov 2016 08:25:36 +0000 (08:25 +0000)]
Merge "Add setup.py for common OPNFV modules"
Morgan Richomme [Thu, 17 Nov 2016 08:00:54 +0000 (08:00 +0000)]
Merge "Move installer adapters to the new modules directory"
KingPoo [Thu, 17 Nov 2016 07:05:26 +0000 (02:05 -0500)]
Improve compass ci verification: close flake8 check of compass4nfv
JIRA: COMPASS-494
Change-Id: Id926fa5cd6627cee1c0369540868cc12da89ce5c
Signed-off-by: KingPoo <haojingbo@huawei.com>
jose.lausuch [Wed, 16 Nov 2016 11:53:12 +0000 (12:53 +0100)]
Add setup.py for common OPNFV modules
JIRA: RELENG-161
Change-Id: I2423493d0c9c9c4ce78fe8c2669b9ed24e697b58
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
jose.lausuch [Wed, 16 Nov 2016 09:54:23 +0000 (10:54 +0100)]
Move installer adapters to the new modules directory
JIRA: RELENG-149
JIRA: RELENG-161
Now that we have a modules directory in place, let's
move all the shared python code to this location.
We need to create a setup.py to install these
modules in the system so that we don't have to
modify the pythonpath.
Change-Id: I7e608ce6e1e6b3d111405bc789cdb2ff7fcb49c3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Serena Feng [Wed, 16 Nov 2016 06:33:43 +0000 (06:33 +0000)]
Merge "fuel: cann't find latest.properties"
Jun Li [Wed, 16 Nov 2016 00:49:05 +0000 (00:49 +0000)]
Merge "Problem Description: compass4nfv module didn't has any static check in the CI, to make code more standard according Flake8, we decide add flake8 check on this module."
Aric Gardner [Tue, 15 Nov 2016 14:29:36 +0000 (14:29 +0000)]
Merge "add daisy doc to opnfvdocs"
KingPoo [Tue, 15 Nov 2016 11:13:48 +0000 (06:13 -0500)]
Problem Description: compass4nfv module didn't has any static check in the CI, to make code more standard according Flake8,
we decide add flake8 check on this module.
JIRA: COMPASS-503
Change-Id: I2539f3792e3a9734791d595b0af66bbbbf67114f
Signed-off-by: KingPoo <haojingbo@huawei.com>
wu.zhihui [Mon, 14 Nov 2016 02:55:55 +0000 (10:55 +0800)]
fuel: cann't find latest.properties
See https://build.opnfv.org/ci/job/fuel-deploy-zte-pod1-daily-colorado/76/console
latest.properties is downloaded under $WORKSPACE.
Use absolute path $WORKSPACE/latest.properties in these two sentence.
local test is OK.
JIRA: FUEL-225
Change-Id: I37cf3835c56f44cee31a8814b4af1e71c8d1cc6a
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
Jose Lausuch [Tue, 15 Nov 2016 09:35:28 +0000 (09:35 +0000)]
Merge "Add directory for common python modules/tools"
Jing Sun [Tue, 15 Nov 2016 02:10:46 +0000 (10:10 +0800)]
add daisy doc to opnfvdocs
Change-Id: Ied421ba55277b2189015e85e8cb36110bf7af239
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
Trevor Bramwell [Mon, 14 Nov 2016 17:50:24 +0000 (09:50 -0800)]
Run Flake8 against SFC Repository
Change-Id: I1eb4d4a56ccaf0d95257cda1ad2b345c069ecb94
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Jun Li [Mon, 14 Nov 2016 11:56:37 +0000 (11:56 +0000)]
Merge "This patch includes scripts for implementing kvmfornfv daily jobs to trigger cyclictest with stress applied and packet forwarding test cases."
Serena Feng [Mon, 14 Nov 2016 08:40:03 +0000 (08:40 +0000)]
Merge "Add merge job to Daisy4nfv CI"
kalyanreddy [Thu, 10 Nov 2016 09:09:24 +0000 (14:39 +0530)]
This patch includes scripts for implementing kvmfornfv daily jobs
to trigger cyclictest with stress applied and packet forwarding
test cases.
Change-Id: Iaf6611481ee217447c8649a64fa7410563b5a578
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
Aric Gardner [Fri, 11 Nov 2016 19:52:58 +0000 (19:52 +0000)]
Merge "Add missing step on the baremetal documentation"
zeyu zhu [Fri, 11 Nov 2016 07:37:43 +0000 (15:37 +0800)]
Add merge job to Daisy4nfv CI
Change-Id: I42e828663af780ab596477741d1d34c985c86197
Signed-off-by: zeyu zhu <zhu.zeyu@zte.com.cn>
Morgan Richomme [Fri, 11 Nov 2016 07:10:24 +0000 (08:10 +0100)]
Colorado bug fix: ci path did not change
After refactoring of the repo structure
we add to adapt the path in releng
but this change is only valid for Danube and after
old pathes must be kept for colorado
JIRA: FUNCTEST-525
Change-Id: I4cf5951111dbb9cb3d7a002c24efe1167e994222
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Jun Li [Fri, 11 Nov 2016 02:17:20 +0000 (02:17 +0000)]
Merge "Rename Artifact and JJB Related Jobs"