Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
We need python3-dev so we can install Python3 libraries like lxml
Otherwise we fail with:
building 'lxml.etree' extension
creating build/temp.linux-x86_64-3.5
creating build/temp.linux-x86_64-3.5/src
creating build/temp.linux-x86_64-3.5/src/lxml
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/libxml2 -Isrc/lxml/includes -I/usr/include/python3.5m -I/home/jenkins/opnfv/slave_root/workspace/yardstick-verify-master/.tox/py3/include/python3.5m -c src/lxml/lxml.etree.c -o build/temp.linux-x86_64-3.5/src/lxml/lxml.etree.o -w
src/lxml/lxml.etree.c:85:20: fatal error: Python.h: No such file or directory
compilation terminated.
Compile failed: command 'x86_64-linux-gnu-gcc' failed with exit status 1
creating tmp
cc -I/usr/include/libxml2 -I/usr/include/libxml2 -c /tmp/xmlXPathInitmtir1fki.c -o tmp/xmlXPathInitmtir1fki.o
/tmp/xmlXPathInitmtir1fki.c:2:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^
cc tmp/xmlXPathInitmtir1fki.o -lxml2 -o a.out
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
JIRA: RELENG-190
Change-Id: Icea4cff9bb9699fbd4bfc25dd201ff8bc6e6a902
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
|
|
|
|
Change-Id: I3421885ac8ced9139331d234b786929d11da4293
Signed-off-by: meimei <meimei@huawei.com>
|
|
JIRA: DOVETAIL-180
Change-Id: I26c02cd0805a8daf5a647e6c862f7befd0dbc34a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Fuel and Armband deploy scripts trap internal errors and call exit
in the trap handler, so the releng wrapper exists before collecting
all deploy logs when shell option "errexit" is set.
JIRA: ARMBAND-217
Change-Id: Icb1e3277c3e137abb3225a2b9a0b4269eaf08fc6
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
|
|
docker-update and generate-doc will run in opnfv-build defaults, and
docker-deploy will run in testresults.
Script will ensure this :-
Docker Images in testresults.opnfv.org
- N-1 docker image will be labeled as stable.
- N docker image will be latest.
Docker containers
- N-1 container will be stopped but not removed but will be removed in next iteration.
JIRA: FUNCTEST-689
Change-Id: I8c66ff716bae969b34fe698cdfa6140ef494ec49
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
|
|
|
|
|
|
|
|
|
|
Change-Id: I0999ec19896b5c80e9b6c9de469e7fbe36237b0d
Signed-off-by: meimei <meimei@huawei.com>
|
|
|
|
|
|
Change-Id: I6e204de948fb41e02875b750aa3fe2caa87fa7d6
Signed-off-by: meimei <meimei@huawei.com>
|
|
This patch enables doctor joid jobs for verification.
This patch also makes sure there is no log files before starting tests.
Change-Id: Idee794490c4ce794f3e7b7621fffcd5edeed9c83
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
We need to start adding support to Python3 to match
Openstack support for Python3.
Use tox and move all the env setup to tox.ini
JIRA: YARDSTICK-452
Change-Id: Ie57b5edd87ab6fad641a174f468d3265757e0f71
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
|
|
JIRA: DOVETAIL-180
Change-Id: Id391924d4290eb05e89c8d5d25e82e76774579a9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
|
|
Helper scripts to migrate schema for the mysql database.
Change-Id: Id598c398318967a117a4dbaa3dc21eab22b24d68
Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
|
|
Change-Id: Ia8bda581c2e040ad00db6f21022f0d748ca314c9
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: Idc5184c3e98bff5297afe18c5e8e25e91490b767
Signed-off-by: Kumar Rishabh <shailrishabh@gmail.com>
|
|
Change-Id: I135a9792a897e8b4fa99ef888b84d58c9a11dc69
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Points deployment to local artifacts and not RPMs
Change-Id: I6d65dd644b7e7d1d2f54738e30a56e5d0e75131f
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
We dont want to use the builder job, since we dont want RPMs/ISOs
created/uploaded. Minor fix to functest job trigger.
Change-Id: Ifc80dd0fe0dbf2261adf3ae00c39ba814cba548c
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
The VM logs may not be rotated by logrotate so they are accumulated
over time. Make sure they are gone when we start a new job.
Change-Id: Iecf7e53015740db98c17a42612da7f44f3c4a676
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
Change-Id: If84b310afdca95a4ffa85de218b549cecf1916e2
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Also adds some extra blocking.
Change-Id: I3dc4526624fdd54b1f124f12f9dc3b3034ad9413
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
Change-Id: I67da4fe16584ae8f47b341883623674b89156699
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
|
|
GIT_BRANCH parameter is different; master or stable/danube in daily
jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some
job builders triggered by the both types of jobs. We have GERRIT_BRANCH
parameter for verify jobs to identify stream and expected branch into
the patch will be merged after it got +2 and submitted.
To avoid further confusion and to have common job builders for daily
and verify jobs, this patch introduce BRANCH parameter.
GERRIT_BRANCH is now deprecated.
Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
Changes Include:
- Adds a daily job to create Apex snapshot tarball if functest passes
- snapshot artifact uploaded to artifacts.opnfv.org
- snapshot artifcat info is stored in snapshot.properties
- 3rd party job updated to deploy from snapshot
- 3rd party install netvirt job updated to use updated sdnvpn tools
JIRA: APEX-364
Depends-On: I792db0fac3f4e81969fe85c05fc298fe5af02537
Change-Id: I8a875c081d756d098173c0baf11c0b4e4956b9fd
Signed-off-by: Tim Rozet <trozet@redhat.com>
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
|
|
|
|
|
|
Since deploy.sh executes another script located in the same directory,
we need to change to that directory.
Change-Id: Ic8f98c40cdbfbaca50dffac7519089ec4a75a985
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
|
|
|
|
This patch enables kvmfornfv verify test and daily jobs. As kvmfornfv
is assigned with Intel-pod10 for running the test cases, slave-label
for test phase is also modified.
Change-Id: I5202db7c6eeeec5a92266c1bfc7b8d3e46dc33a4
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
|
|
Change-Id: I37fd93092af67ce0f6546fbda01d321040f9050f
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
|
|
Change-Id: I7d4c7d947d6c199346866a807194c66d5f7928de
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
|
|
The VMs which are created by bifrost are not meant to be used in
production so improve the overall CI job performance by switching
to the 'unsafe' disk cache mode. Make it also the default mode when
using bifrost outside of the Jenkins job.
Change-Id: If88f6c9395617a4aa860f8d00e22abfdd18d2922
Signed-off-by: Markos Chandras <mchandras@suse.de>
|
|
|
|
This patch includes implementation of daily jobs for kvmfornfv
os-nosdn-kvm_ovs_dpdk-ha and os-nosdn-kvm_ovs_dpdk-noha scenarios.
Change-Id: I2f745b26867df743710cedc249d1a4fdd557e859
Co-Authored-By: Navya <b.navya4@tcs.com>
Signed-off-by: Gundarapu Kalyan Reddy <reddyx.gundarapu@intel.com>
|
|
The run.sh configuration script uses relative paths for the remote
runnables.
Change-Id: Ia45c748840e161263df9d76387992e8c23daf93e
Signed-off-by: Dimitri Mazmanov <dimitri.mazmanov@ericsson.com>
|
|
Change-Id: I4595742666b36b784b256d83af563b3ef5109c5d
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
|
|
|