Age | Commit message (Collapse) | Author | Files | Lines |
|
Docker image building script opnfv-docker.sh tries to remove existing
images before and after building. It simply uses grep to matching image
names, which may cause partial name matching problems.
Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and
opnfv/compass-tasks-base, and may lead to accidentally removing of
images still in use when several building tasks run concurrently.
Error log:
https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console
Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
|
|
Change-Id: Id78fbfe1cb2e0ace44d2e6acf688e4115941a84a
Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change-Id: I4d6e12a6975b5a3e49fc50eeca71514d118cf235
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: Iec76686129f9cd53603e6a73df45681979e4a695
Signed-off-by: mbeierl <mark.beierl@dell.com>
|
|
Change-Id: I1e410851dc4e4dcbb2844af9c35cb0b5bb91ac94
Signed-off-by: Manuel Buil <mbuil@suse.com>
|
|
Change-Id: Ieef2d00e57af2c06f588f4f819b9eaf402830a07
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
|
|
|
|
git cat-file can't output the tag information for a tag, but it can
output the commit information a tag points to.
Change-Id: I147941e2c0ba6defe212dbd0fc8c8a3a1fe0c728
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
merge after patch https://gerrit.opnfv.org/gerrit/#/c/59349/
Change-Id: Icf2a16659f2804eaef95c83ee7d959b7e73441eb
Signed-off-by: rexlee8776 <limingjiang@huawei.com>
|
|
Change-Id: I704c09f22098023ad39b835a982a58159ac45ff0
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
JIRA: FUEL-375
Change-Id: I01f17a28fdb1bd692d1997b0a32be66de8856a8b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
patch 2, selected wrong SHA earlier
Change-Id: Ibf3176a048c6e9e882cd997f3bc74ae986d7bbf8
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
|
|
Functest Docker has issues connecting to Openstack clusters on
Ericsson virtual PODs due to iptables rules interfering.
Apply old iptables workaround from functest, at least until we
rootcause and fix the issue on those virtual PODs.
JIRA: FUNCTEST-985
Change-Id: I01b6788e5dd7a9fd64e80e3e78d7cd8828570cb1
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
|
|
Change-Id: I6312e57c689519bdf65a562db85acfb443ac7b68
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
|
|
JIRA: AUTO-41
Change-Id: I6952b19687eef464040b47ccc116597f0cb9b397
Signed-off-by: Gerard Damm <gerard.damm@wipro.com>
|
|
Change-Id: Ic0d7b8976d91239bca61f01396fc0423e51ac578
Signed-off-by: Bin Hu <bh526r@att.com>
|
|
JIRA: -
check ip_forward and set to 1
Change-Id: I23f8757339a0433d79d0973366be2db15c6760a3
Signed-off-by: Harry Huang <huangxiangyu5@huawei.com>
|
|
|
|
This was changed in a previous commit and causes calls to 'git branch'
during the verification job to fail.
Change-Id: I71c248abecf030658371b810d403e1f460933946
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
Even though RC_FILE_PATH is defined in Jenkins as passed in as a
parameter, bash still sees it as unset. Removing the 'nounset' option
from these scripts should allow the check to success (RC_FILE_PATH set
to blank).
Change-Id: Ibcfdcf0d2a12c8119d2fe3ec3b354be782338bd5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
This was incorrectly set to GIT_BASE, which includes the Project name,
and should be set to GIT_URL, which does not. GIT_URL is used instead as
each release file can contain multiple repos.
Change-Id: I82b5e80f20f8999745cb5008c8057c81c4993574
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
As the scripts are ran under Python 3, parenthesis are required around
print statements. Adding these doesn't seem to cause in error in Python
2.
Change-Id: Ic0ce623ded5f3e3f27c8117e2067566afc8d8c0b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
|
|
We would like to disable the SFC verify job for fraser branch
because jenkins give us -1 on new patches on stable fraser branch
because of the lack of tox on that branch.
We are not going to submit any new patches on the SFC fraser branch from
now on except from one [0]. So we can disable the fraser job as an easy
fix to the -1 jenkins-ci problem in gerrit.
[0]: https://gerrit.opnfv.org/gerrit/#/c/59175/
Change-Id: Iab2cb1eea6ac14f262ca25bc3cc61e15556f21e9
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
|
|
|
|
This patch is needed for the case where there are provided OS
credentials to functest, and there is no need to find the installer VM
and copy the credentials to the host. In the Apex snapshot case, there
is no installer VM on the slave, so we must provide the credentials
file.
Also includes a fix to use tempest_smoke_serial for the snapshot netvirt
verification until CSIT suite is working correctly.
Change-Id: Ic84955f527e3f84bb0d8579a377b4a1883fe3eb2
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: I2e641434051e615cf04922a7349c7a7f1891caea
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: I7089603b982125f90dd5259e0720007ab3f910e5
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Temporarily pull in specific patch to fix ODL netvirt reinstall.
Change-Id: Id3ba00592e81ee0970075b34afb72f76db02d0b4
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
|
|
By default the rtd jobs from global-jjb trigger against all projects.
Setting 'project-pattern' to releng will restrict it to just the releng
project.
Change-Id: I9586577e8d83c6bf189eaee9159b1e49726740a5
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
|
|
|
|
Change-Id: I5937b486777a5da50b13084969a38c5ee6cb4ba6
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Sometimes there are more than 1 IP per line in the overcloudrc. So we
make sure we only grab the first one.
Change-Id: I565fbed902f00688607683cdc69d0edcba4dc743
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Change-Id: If6782ae3806fa9193d42bc3f640c000e3a723724
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
Intel slave no longer exists. Moves the Apex netvirt snapshots to run on
Apex slaves.
Change-Id: I3d9d32455e5a24cb64070677a32c5908cc331326
Signed-off-by: Tim Rozet <trozet@redhat.com>
|
|
|
|
Change-Id: I9f61914d3c07ca52e9b062110a2d0036090b3626
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
|
|
This patch disbles the following jobs as the labs are not working.
- daisy@x86_64
- fuel@x86_64
Change-Id: I69306ac1474afa0c8980ab4e2f1afa29abc789e0
|