releng.git
6 years agoRe-enabling docs jobs for Danube 15/46315/1
Georg Kunz [Fri, 27 Oct 2017 13:26:59 +0000 (15:26 +0200)]
Re-enabling docs jobs for Danube

The danube jobs are still needed for ongoing Dovetail documentation
efforts.

Change-Id: Ibf7174a63693d7c141cf110f6fbcfac4437102c9
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
6 years agoMerge "bugfix: E722 do not use bare except"
Serena Feng [Fri, 27 Oct 2017 08:33:27 +0000 (08:33 +0000)]
Merge "bugfix: E722 do not use bare except"

6 years agobugfix: E722 do not use bare except 89/46289/1
SerenaFeng [Fri, 27 Oct 2017 07:45:20 +0000 (15:45 +0800)]
bugfix: E722 do not use bare except

new added pep8 check: https://build.opnfv.org/ci/job/testapi-verify-master/435/console

Change-Id: I29c1ffbb534babf55ec2fe675001cc85b9e2e922
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agobug-fix: ssl error for euphrates 87/46287/1
Gabriel Yu [Fri, 27 Oct 2017 07:28:30 +0000 (15:28 +0800)]
bug-fix: ssl error for euphrates

Change-Id: I0e7f9f502cd3844aacfdbc006a71a081b1c4fde4
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
6 years agoMerge "Integrate yardstick on daisy master branch"
Serena Feng [Fri, 27 Oct 2017 06:47:20 +0000 (06:47 +0000)]
Merge "Integrate yardstick on daisy master branch"

6 years agoExecute ovs-logger cmds with sudo 39/46239/1
Dimitrios Markou [Thu, 26 Oct 2017 07:13:29 +0000 (10:13 +0300)]
Execute ovs-logger cmds with sudo

In some installers we execute commands as ordinary users
and that causes problems when we need superuser priviledges.

Change-Id: I84786e63995990e9d68803ed50879b086b0bd4af
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
6 years agochange the K8 auto trigger time 93/46193/1
wutianwei [Wed, 25 Oct 2017 01:44:29 +0000 (09:44 +0800)]
change the K8 auto trigger time

K8s conflict with other CI job.
We change the K8s auto trigger time to fix this issue

Change-Id: I54042e31347e989975601305a6de5e98a4da7adf
Signed-off-by: wutianwei <wutianwei1@huawei.com>
6 years agoDo not set bashisms when calling build.sh 81/46181/1
agardner [Tue, 24 Oct 2017 15:49:39 +0000 (11:49 -0400)]
Do not set bashisms when calling build.sh

The maintainer can decide to set errexit nounset or pipefail
Plus, this fails as pipefail is a bashism and shell: calls sh

Change-Id: Ibac052fddce7e9a3eb7c536e08c64d9dad1a7a0a
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoMerge "add verify jobs for container4nfv"
Aric Gardner [Mon, 23 Oct 2017 20:19:38 +0000 (20:19 +0000)]
Merge "add verify jobs for container4nfv"

6 years agoMerge "allow authentication to be disabled"
Serena Feng [Mon, 23 Oct 2017 01:27:12 +0000 (01:27 +0000)]
Merge "allow authentication to be disabled"

6 years agoadd verify jobs for container4nfv 47/43247/6
Guo Ruijing [Sun, 22 Oct 2017 18:13:54 +0000 (11:13 -0700)]
add verify jobs for container4nfv

Change-Id: I8bca593398beb7e509c3ab7d02bf6fb7ad54b91a
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
6 years agobug fix: score calculation based on build_tag 37/46037/1
Morgan Richomme [Fri, 20 Oct 2017 15:17:37 +0000 (17:17 +0200)]
bug fix: score calculation based on build_tag

we were used to count the number of PASS of the last 4 runs
it works 80% of the cases

4 runs
4 OK => 3 points
3 OK => 3 points
2 OK => 2 points
1 OK => 1 point
0 => 0

it is different from the normal score calculation
4 OK => 3 points
3 OK => 2 points
2 OK => 2 points
1 OK => 1 point
0 => 0

Change-Id: Ib8df2c294e0036246176c181b7a7ac290ebea07e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agoMerge "criteria field must be 'PASS/FAIL'"
Morgan Richomme [Fri, 20 Oct 2017 08:47:15 +0000 (08:47 +0000)]
Merge "criteria field must be 'PASS/FAIL'"

6 years agoallow authentication to be disabled 17/46017/2
SerenaFeng [Fri, 20 Oct 2017 08:13:29 +0000 (16:13 +0800)]
allow authentication to be disabled

in local deployment situation, authentication can be disabled by
setting authenticate=False of ui section in config.ini

JIRA: RELENG-324

Change-Id: I9157d1723851feb12435033dbdd59035e3eb5777
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agojjb: xci: bifrost: Enable jobs and use XCI ssh configuration 61/44461/4
Markos Chandras [Fri, 6 Oct 2017 12:52:12 +0000 (13:52 +0100)]
jjb: xci: bifrost: Enable jobs and use XCI ssh configuration

Enable the 'bifrost' jobs and also make use of the XCI specific
ssh configuration file.

Change-Id: I04d15610b596191622cf028b3408b4d63ee7090b
Signed-off-by: Markos Chandras <mchandras@suse.de>
6 years agocriteria field must be 'PASS/FAIL' 49/45949/1
SerenaFeng [Fri, 20 Oct 2017 07:21:59 +0000 (15:21 +0800)]
criteria field must be 'PASS/FAIL'

criteria must be fix with 'PASS/FAIL', case insensitive
or else, BADREQUEST exception will be raises

JIRA: RELENG-327

Change-Id: Ic648b9d38937fc63924e42cfdf5345cdaa32e1ed
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoMerge "bug-fix: fix compass os_cert issue for bottlenecks euphrates"
Jun Li [Fri, 20 Oct 2017 07:20:45 +0000 (07:20 +0000)]
Merge "bug-fix: fix compass os_cert issue for bottlenecks euphrates"

6 years agoYeah, rtd did not have euphrates stream 81/45881/1
agardner [Thu, 19 Oct 2017 20:24:39 +0000 (16:24 -0400)]
Yeah, rtd did not have euphrates stream

Change-Id: I42cfed19942af1f6f4c09b27e839172693598a5d
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoMerge "Update release tags for Docker builds"
Trevor Bramwell [Thu, 19 Oct 2017 17:34:07 +0000 (17:34 +0000)]
Merge "Update release tags for Docker builds"

6 years agoExtend the Functest reporting black list 97/45797/1
Morgan Richomme [Thu, 19 Oct 2017 12:12:12 +0000 (14:12 +0200)]
Extend the Functest reporting black list

remove
* tempest_full_parallel
* rally_full

Change-Id: Ibb944e7d32dc3cf0fc0b87a269c9e2f0327410e4
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years agobug-fix: fix compass os_cert issue for bottlenecks euphrates 81/45781/1
Gabriel Yu [Thu, 19 Oct 2017 08:52:27 +0000 (16:52 +0800)]
bug-fix: fix compass os_cert issue for bottlenecks euphrates

Change-Id: I74cae84ad2613ac25a1896ae5b57d38f08545818
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
6 years agoIntegrate yardstick on daisy master branch 71/45471/3
Alex Yang [Wed, 18 Oct 2017 07:53:48 +0000 (15:53 +0800)]
Integrate yardstick on daisy master branch

JIRA: DAISY-9

1. Trigger yardstick job in daisy-baremetal-daily-master on zte-pod3
2. Add daisy pods in yardstick
3. Add EXTERNAL_NETWORK in installer params

Change-Id: Ia8e69e503102c1fb282d6d2c5acac2ac3cbfe747
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoUpdate release tags for Docker builds 57/45357/5
Jose Lausuch [Tue, 17 Oct 2017 15:13:16 +0000 (17:13 +0200)]
Update release tags for Docker builds

Change-Id: I3c4d71239dfe66773931f5f5b9349faab443aa2d
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoMoon job is still running. 49/45549/1
agardner [Wed, 18 Oct 2017 13:56:31 +0000 (09:56 -0400)]
Moon job is still running.

I guess adding disabled true doesnt do anything.
Just going to neuter the job then..

Change-Id: Iff77f846b6c3eb15ea8c49cfa035449f7aaa1984
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoDisable moon verify job. 35/45535/1
agardner [Wed, 18 Oct 2017 13:45:13 +0000 (09:45 -0400)]
Disable moon verify job.

Why is moon running against docs buids?
I don't know, but ts documentation release day.

Disabling moon

https://gerrit.opnfv.org/gerrit/#/c/45505/

Change-Id: Icb68bfc183347a98756f43073d6e5d9a0131144f
Signed-off-by: agardner <agardner@linuxfoundation.org>
6 years agoAdd new function to get indivial test score for aarch64 21/45321/3
Morgan Richomme [Tue, 17 Oct 2017 09:54:44 +0000 (11:54 +0200)]
Add new function to get indivial test score for aarch64

as architecture is not considered as a constraints (unlike scenario or
installer) we need to work on the build tag to retrieve the data

but it is not possible to use regex directly in the API

so retrieveing the accurate results require extra processing
 * based on build_tag, filter the results properly per scenario
 * build a table build_tag time for a given scenario
 * keep only the last 4 results
 * evaluation criteria field

It would simplified if architecture could be declared as a constraint
then querying the resuls will not change and not require intermediate
steps

JIRA: FUNCTEST-880

Change-Id: Id4fe4f56babf0964d41e299905c804e0d837c3d7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
6 years ago[Functest] Add TESTCASE_OPTIONS env variable to the Alpine containers 49/45349/2
Jose Lausuch [Tue, 17 Oct 2017 14:27:43 +0000 (16:27 +0200)]
[Functest] Add TESTCASE_OPTIONS env variable to the Alpine containers

This patch also removes the --report flag when running a single
test case (functest-suite type of jobs)

Change-Id: Ic94fba53ced7c6f908905c02577e1b104f15afb7
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agoMerge "[Functest] Cleanup daily Jenkins job"
Morgan Richomme [Tue, 17 Oct 2017 14:29:03 +0000 (14:29 +0000)]
Merge "[Functest] Cleanup daily Jenkins job"

6 years agoMerge "fuel, armband: Limit dovetail to Danube branch"
Fatih Degirmenci [Tue, 17 Oct 2017 12:25:24 +0000 (12:25 +0000)]
Merge "fuel, armband: Limit dovetail to Danube branch"

6 years ago[Functest] Cleanup daily Jenkins job 01/45301/4
Jose Lausuch [Tue, 17 Oct 2017 07:54:09 +0000 (09:54 +0200)]
[Functest] Cleanup daily Jenkins job

There is a former job template which was used for testing Alpine
containers at the beginning on 2 alpine-pods. That is not needed
any longer since we are running Alpine everywhere.
Also, this patch re-orders the builders.

Change-Id: Iabb41552f513773ebae1170232b8db1aeceb9a59
Signed-off-by: Jose Lausuch <jalausuch@suse.com>
6 years agofuel, armband: Limit dovetail to Danube branch 91/45091/5
Alexandru Avadanii [Sat, 14 Oct 2017 00:25:25 +0000 (02:25 +0200)]
fuel, armband: Limit dovetail to Danube branch

While at it, limit functest & yardstick to master and
stable/euphrates, trying to work around missing job references
in Danube scenarios on ZTE PODs.

Change-Id: I89de0c3b3c914e1ad735980a995e5cae625238be
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoyardstick: remove apexlake 75/45275/1
Ross Brattain [Wed, 27 Sep 2017 00:50:01 +0000 (17:50 -0700)]
yardstick: remove apexlake

apexlake was removed from yardstick codebase

Change-Id: I8eb826aa725dfb0e2c2c7a0bc1b15931fa245967
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
6 years agoMerge "Added tox to nfvbench"
Fatih Degirmenci [Mon, 16 Oct 2017 22:05:48 +0000 (22:05 +0000)]
Merge "Added tox to nfvbench"

6 years agoMerge "fuel: installer param: Add CI_DEBUG=false"
Aric Gardner [Mon, 16 Oct 2017 19:53:35 +0000 (19:53 +0000)]
Merge "fuel: installer param: Add CI_DEBUG=false"

6 years agoMerge "fuel, armband: verify jobs: Fix race condition"
Aric Gardner [Mon, 16 Oct 2017 19:44:01 +0000 (19:44 +0000)]
Merge "fuel, armband: verify jobs: Fix race condition"

6 years agoAdded tox to nfvbench 57/45257/1
Kerim Gokarslan [Mon, 16 Oct 2017 17:28:23 +0000 (10:28 -0700)]
Added tox to nfvbench

Change-Id: I1344241cc488481a64a7ba13da521537420a0c59
Signed-off-by: Kerim Gokarslan <kgokarsl@cisco.com>
6 years agoovsnfv: Disable daily jobs 81/45181/2
Fatih Degirmenci [Mon, 16 Oct 2017 07:29:52 +0000 (09:29 +0200)]
ovsnfv: Disable daily jobs

Change-Id: I88a6c87379ce330a90564bf174258d5e09d75c46
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agofuel, armband: verify jobs: Fix race condition 49/45149/2
Alexandru Avadanii [Sun, 15 Oct 2017 21:08:43 +0000 (23:08 +0200)]
fuel, armband: verify jobs: Fix race condition

On rare occasions, Fuel/Armband verify jobs can get into a deadlock
on nodes with exactly 2 executors.
Add a build blocker to prevent such scenarios.

Change-Id: Ia00d88df0dd033264eaeb66e27188c62514b74d8
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agofuel: installer param: Add CI_DEBUG=false 25/45125/2
Alexandru Avadanii [Sat, 14 Oct 2017 23:36:30 +0000 (01:36 +0200)]
fuel: installer param: Add CI_DEBUG=false

Change-Id: Ic2c4a52d58a7fdced5acfb9a706583646af7e56e
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoChanged path of a file to its correct location 95/45195/2
Sakala Venkata Krishna Rohit [Mon, 16 Oct 2017 09:38:50 +0000 (15:08 +0530)]
Changed path of a file to its correct location

Recently htmlize.py was changed to a new directory. So, updated the path
of it in a build script

Change-Id: Ia409a36fdf38e16e9a66b73a07b7a78faaeb88fe
Signed-off-by: Sakala Venkata Krishna Rohit <rohitsakala@gmail.com>
6 years agoMerge changes from topics 'testapi', 'yamllint'
Morgan Richomme [Mon, 16 Oct 2017 09:22:44 +0000 (09:22 +0000)]
Merge changes from topics 'testapi', 'yamllint'

* changes:
  delete legacy update code
  fix yamllint verify fail

6 years agoMerge "Get daisy installer IP"
Jose Lausuch [Mon, 16 Oct 2017 09:14:23 +0000 (09:14 +0000)]
Merge "Get daisy installer IP"

6 years agodelete legacy update code 79/45179/3
SerenaFeng [Mon, 16 Oct 2017 07:02:12 +0000 (15:02 +0800)]
delete legacy update code

update directory was employed to update TestAPI before auto deployment
is adopted, now it is useless and can be deleted.

Change-Id: I4e5ae84e80879cd9f711dc1d02224ae4f5902e49
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agofix yamllint verify fail 87/45187/3
SerenaFeng [Mon, 16 Oct 2017 07:44:00 +0000 (15:44 +0800)]
fix yamllint verify fail

fail record: https://build.opnfv.org/ci/job/opnfv-yamllint-verify-master/1050/console

Change-Id: Ic709b9a3d1d3642a3deebd930714a2ba2de22da6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agobug-fix: do not have permission to execute sudo pip 75/45175/1
Yang Yu [Mon, 16 Oct 2017 04:31:52 +0000 (12:31 +0800)]
bug-fix: do not have permission to execute sudo pip

JIRA: BOTTLENECK-211

This patch is to fix the bug by adding -H flag to sudo, i.e.,
sudo -H pip install ...

Change-Id: Ie31f435e341ae9fe8f8e084696e8e1b7a05888d3
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
6 years agoGet daisy installer IP 65/45165/1
Alex Yang [Mon, 16 Oct 2017 02:38:10 +0000 (10:38 +0800)]
Get daisy installer IP

Now the job functest-daisy-baremetal-daily-master runs on zte-pod3,
but the INSTALLER_IP in [1] belongs to zte-pod2.
Use virsh and arp commands to get the real INSTALLER_IP.

[1] https://build.opnfv.org/ci/view/functest/job/functest-daisy-baremetal-daily-master/151/console

Change-Id: I9e297b8f7a240437f81b4c3e2eab5949ac9d5e51
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoMerge "Move securedlab clone outside of daisy WORKSPACE"
Serena Feng [Mon, 16 Oct 2017 01:46:17 +0000 (01:46 +0000)]
Merge "Move securedlab clone outside of daisy WORKSPACE"

6 years agoMerge "Added license metadata to specify Apache-2.0"
Serena Feng [Mon, 16 Oct 2017 01:45:28 +0000 (01:45 +0000)]
Merge "Added license metadata to specify Apache-2.0"

6 years agoMerge "Use absolute timeout for validation jobs"
Serena Feng [Mon, 16 Oct 2017 01:45:04 +0000 (01:45 +0000)]
Merge "Use absolute timeout for validation jobs"

6 years agoMerge "Update table headers in the reporting page"
Serena Feng [Mon, 16 Oct 2017 01:44:29 +0000 (01:44 +0000)]
Merge "Update table headers in the reporting page"

6 years agoAdded license metadata to specify Apache-2.0 99/45099/1
rpaik [Sat, 14 Oct 2017 04:25:43 +0000 (21:25 -0700)]
Added license metadata to specify Apache-2.0

Change-Id: Id2e6b148f896eee5122339e501c8604e74ef774c
Signed-off-by: rpaik <rpaik@linuxfoundation.org>
6 years agoMerge "Enable Yamllint on the Releng Project Repo"
Trevor Bramwell [Fri, 13 Oct 2017 23:40:00 +0000 (23:40 +0000)]
Merge "Enable Yamllint on the Releng Project Repo"

6 years agoMerge "Fix incorrect comment that security report posted"
Fatih Degirmenci [Fri, 13 Oct 2017 23:24:04 +0000 (23:24 +0000)]
Merge "Fix incorrect comment that security report posted"

6 years agojoid: Fix build blocker for os and k8 scenarios 45/45045/1
Fatih Degirmenci [Fri, 13 Oct 2017 21:02:37 +0000 (23:02 +0200)]
joid: Fix build blocker for os and k8 scenarios

Change-Id: Id1fba783069c883868aa9cab6c8ea09485c411e5
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
6 years agoEnable Yamllint on the Releng Project Repo 39/44739/2
Trevor Bramwell [Tue, 10 Oct 2017 23:08:01 +0000 (16:08 -0700)]
Enable Yamllint on the Releng Project Repo

All new patchsets should be free of yamllint violations.

JIRA: RELENG-254

Change-Id: Ia4f6d201837eb74d0c641b7ffb745c3df4327848
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoMerge "Change criteria 'SUCCESS' to 'PASS' in yardstick reporting"
Jun Li [Fri, 13 Oct 2017 08:10:06 +0000 (08:10 +0000)]
Merge "Change criteria 'SUCCESS' to 'PASS' in yardstick reporting"

6 years agoMerge "Fix Yamllint violations in Docker Custom jobs"
Fatih Degirmenci [Fri, 13 Oct 2017 06:57:01 +0000 (06:57 +0000)]
Merge "Fix Yamllint violations in Docker Custom jobs"

6 years agoMerge "Final Yamllint Fixes"
Fatih Degirmenci [Fri, 13 Oct 2017 06:56:42 +0000 (06:56 +0000)]
Merge "Final Yamllint Fixes"

6 years agoMerge "daisy: bug-fix of upload iso to art"
Fatih Degirmenci [Fri, 13 Oct 2017 06:56:09 +0000 (06:56 +0000)]
Merge "daisy: bug-fix of upload iso to art"

6 years agoopnfv-docs: Enable Euphrates jobs 53/44953/2
Alexandru Avadanii [Thu, 12 Oct 2017 20:42:18 +0000 (22:42 +0200)]
opnfv-docs: Enable Euphrates jobs

Change-Id: Iccf3e3202bf7fc090293454ddf8e6b93c2d3007c
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoKVMFORNFV: Disable jobs on Euphrates 47/44647/4
Navya [Tue, 10 Oct 2017 11:23:37 +0000 (16:53 +0530)]
KVMFORNFV: Disable jobs on Euphrates

This patch is used to diasable jobs on Euphrates branch as there is only
one node assigned for the daily job. If the jobs on master and Euphrates
are enabled, the verify job is delayed.So inorder to avoid the delay for
the verify job, disabling the jobs on Euphrates.

Change-Id: Ib0eff4a1156858a73e4b889a61ac0cbd4ebe5ef0
Signed-off-by: Navya Bathula<navyax.bathula@intel.com>
6 years agoChange criteria 'SUCCESS' to 'PASS' in yardstick reporting 83/44883/1
chenjiankun [Thu, 12 Oct 2017 08:21:29 +0000 (08:21 +0000)]
Change criteria 'SUCCESS' to 'PASS' in yardstick reporting

To keep consistent with other testing project,
yardstick should change criteria value from 'SUCCESS' to 'PASS'

Change-Id: I8d8779927a74749e7c43df4e55e1888c49cbbbaf
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agodaisy: bug-fix of upload iso to art 69/44869/1
zhouya [Thu, 12 Oct 2017 04:14:24 +0000 (12:14 +0800)]
daisy: bug-fix of upload iso to art

Change-Id: Idc204f9f8c3e71f80d607ee55630cbea1e4f118a
Signed-off-by: zhouya <zhou.ya@zte.com.cn>
6 years agobugfix: trend graph not show in fuel x86 and aarch64 63/44863/2
chenjiankun [Thu, 12 Oct 2017 02:48:00 +0000 (02:48 +0000)]
bugfix: trend graph not show in fuel x86 and aarch64

The trend tool will read installer field in scenario_history.txt
But now this field is fuel not fuel@x86 or fuel@aarch64.
So I change fuel -> fuel@x86 & fuel@aarch64.

Change-Id: I8e97e57febd559f65be559b16bceee5cf8268926
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agoMerge "bug-fix: do not have permission to execute sudo pip"
Jun Li [Thu, 12 Oct 2017 01:06:54 +0000 (01:06 +0000)]
Merge "bug-fix: do not have permission to execute sudo pip"

6 years agoMerge "opnfv-lint: Enable yamllint for Fuel & Armband"
Aric Gardner [Wed, 11 Oct 2017 19:50:31 +0000 (19:50 +0000)]
Merge "opnfv-lint: Enable yamllint for Fuel & Armband"

6 years agoFix incorrect comment that security report posted 33/44833/1
Trevor Bramwell [Wed, 11 Oct 2017 18:42:35 +0000 (11:42 -0700)]
Fix incorrect comment that security report posted

A string is added to the build that a security report is being
reported to Gerrit, even when it is not. This moves the string to just
before the line when the comment is posted so we aren't lying to
developers.

Change-Id: I73840d025e8be86b6ac02772b22b22c4abd29422
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoMerge "Fix jenkins-jnlp-connect.sh for missing a quotation mark"
Aric Gardner [Wed, 11 Oct 2017 16:56:26 +0000 (16:56 +0000)]
Merge "Fix jenkins-jnlp-connect.sh for missing a quotation mark"

6 years agoMerge "Fixing Workspace Permissions"
Aric Gardner [Wed, 11 Oct 2017 14:09:04 +0000 (14:09 +0000)]
Merge "Fixing Workspace Permissions"

6 years agoMerge "Add fuel@x86 and fuel@arm support"
Morgan Richomme [Wed, 11 Oct 2017 09:25:42 +0000 (09:25 +0000)]
Merge "Add fuel@x86 and fuel@arm support"

6 years agoAdd fuel@x86 and fuel@arm support 23/44623/4
chenjiankun [Tue, 10 Oct 2017 08:08:37 +0000 (08:08 +0000)]
Add fuel@x86 and fuel@arm support

Since scenario data do not have a field named architecture,
So I choose pod_name for now.
For example:
    pod_name: arm-pod5
I assume that it is based arm architecture

Change-Id: I92159a5e08b1ed80701494483fd9922dbd459193
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
6 years agobug-fix: do not have permission to execute sudo pip 63/44763/1
Gabriel Yu [Wed, 11 Oct 2017 08:24:54 +0000 (16:24 +0800)]
bug-fix: do not have permission to execute sudo pip

JIRA: BOTTLENECK-211

This patch is to fix the bug by adding -H flag to sudo, i.e.,
sudo -H pip install ...

Change-Id: Icdb187660cc1e08e134a79592e7454b77576f457
Signed-off-by: Gabriel Yu <Gabriel.yuyang@huawei.com>
6 years agoMerge "put htmlize directory under jjb/releng"
Morgan Richomme [Wed, 11 Oct 2017 08:24:43 +0000 (08:24 +0000)]
Merge "put htmlize directory under jjb/releng"

6 years agoMerge "jjb: daisy: Upload iso file as well as the bin file"
Serena Feng [Wed, 11 Oct 2017 07:39:38 +0000 (07:39 +0000)]
Merge "jjb: daisy: Upload iso file as well as the bin file"

6 years agoput htmlize directory under jjb/releng 59/44759/1
SerenaFeng [Wed, 11 Oct 2017 07:32:07 +0000 (15:32 +0800)]
put htmlize directory under jjb/releng

centralize jjb related scripts

Change-Id: I4abeb06f17b48b8e7ac15803db0f3ce7eb0c1b93
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
6 years agoOnly Submit Security Scan Results that Exist 43/44743/1
Trevor Bramwell [Tue, 10 Oct 2017 23:17:14 +0000 (16:17 -0700)]
Only Submit Security Scan Results that Exist

When anteater runs it generates a shortlog containing any errors that
were encountered during it's run.

If no errors exist it will still create an empty file 'shortlog'. A
review containing no content will be attempt to be posted and fail with:

  fatal: Argument "{COMMIT | CHANGE,PATCHSET}" is required

Instead of attempting to post nothing, the job should just skip
submitting a review.

Change-Id: I3feacb15e47dea204783053b3e67a9aa81ba164d
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFinal Yamllint Fixes 37/44737/1
Trevor Bramwell [Tue, 10 Oct 2017 21:02:08 +0000 (14:02 -0700)]
Final Yamllint Fixes

Fixes some final yamllint issues introduced by recent patchsets in apex
and armband.

JIRA: RELENG-254

Change-Id: I26b45d737f06c215413e29c92031d14e23967506
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix Yamllint violations in Docker Custom jobs 17/44717/1
Trevor Bramwell [Tue, 10 Oct 2017 21:39:49 +0000 (14:39 -0700)]
Fix Yamllint violations in Docker Custom jobs

JIRA: RELENG-254

Change-Id: I8d119fb0f925bfebd91cb18fb4c0a176fb9dd4ca
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix Yamllint Violations for jjb/octopus 15/44715/1
Trevor Bramwell [Fri, 7 Jul 2017 23:54:03 +0000 (16:54 -0700)]
Fix Yamllint Violations for jjb/octopus

JIRA: RELENG-254

Change-Id: Id2c105c5540848b545316ce132e19b74f8fd35f1
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoopnfv-lint: Enable yamllint for Fuel & Armband 05/44505/2
Alexandru Avadanii [Sat, 7 Oct 2017 00:22:30 +0000 (02:22 +0200)]
opnfv-lint: Enable yamllint for Fuel & Armband

Change-Id: Iaccfa0df8f9f282a54712f61489af3029a91d44b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoFixing Workspace Permissions 91/44691/2
mbeierl [Tue, 10 Oct 2017 14:19:27 +0000 (10:19 -0400)]
Fixing Workspace Permissions

Adds fix-workspace-permissions wrapper in case StorPerf leaves
any files owned by root behind

Increases timeout to 45 as miminal run can take just over 30
minutes.

Change-Id: I85549a2246baa3a24686cf425850a8e7c0b645c8
Signed-off-by: mbeierl <mark.beierl@dell.com>
6 years agoMerge "fuel: Drop obsolete DEPLOY_TIMEOUT"
Aric Gardner [Tue, 10 Oct 2017 19:42:16 +0000 (19:42 +0000)]
Merge "fuel: Drop obsolete DEPLOY_TIMEOUT"

6 years agoglobals/slave-params: Remove unused Fuel overrides 01/44501/2
Alexandru Avadanii [Fri, 6 Oct 2017 23:58:32 +0000 (01:58 +0200)]
globals/slave-params: Remove unused Fuel overrides

Cleanup some unused parameter overrides, which were never in effect
in the first place. For CI PODs, we inherit only installer specific
parameters, so slave-label based overrides are ignored.

PODs:
- arm-pod5;
- arm-virtual2;
- ericsson-pod1;
- lf-pod2;

This reverts commit bb22c8c02df3e9d030ff64c304536c31b78a37a6.
This reverts commit fc26623f9d7f211a9e29e246a2b13bdae5b3982b.

Change-Id: Iee80ad8357f5126c4aa7510ed66ab6e79c20f3fc

6 years agofuel: Drop obsolete DEPLOY_TIMEOUT 29/44529/2
Alexandru Avadanii [Sun, 8 Oct 2017 17:23:25 +0000 (19:23 +0200)]
fuel: Drop obsolete DEPLOY_TIMEOUT

While at it, add missing DEPLOY_SCENARIO for Fuel log collection job.
This will add some more useful info to each job description text.

Change-Id: I4936013dc23ed696ad4a526961b23031753aed2a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
6 years agoMerge "Fix Yamllint violations for jjb/releng"
Aric Gardner [Tue, 10 Oct 2017 19:32:03 +0000 (19:32 +0000)]
Merge "Fix Yamllint violations for jjb/releng"

6 years agoMerge "Fix Yamllint violations for jjb/snaps"
Aric Gardner [Tue, 10 Oct 2017 19:28:50 +0000 (19:28 +0000)]
Merge "Fix Yamllint violations for jjb/snaps"

6 years agoMerge "Fix Yamllint violations for jjb/yardstick"
Aric Gardner [Tue, 10 Oct 2017 19:28:35 +0000 (19:28 +0000)]
Merge "Fix Yamllint violations for jjb/yardstick"

6 years agoMerge "fuel-deploy: Only pass ISO arg for Danube branch"
Aric Gardner [Tue, 10 Oct 2017 19:25:56 +0000 (19:25 +0000)]
Merge "fuel-deploy: Only pass ISO arg for Danube branch"

6 years agoMerge "Fix minor yamllint violation in Joid job config"
Aric Gardner [Tue, 10 Oct 2017 19:23:55 +0000 (19:23 +0000)]
Merge "Fix minor yamllint violation in Joid job config"

6 years agoMerge "Fix Yamllint violations for jjb/storperf"
Aric Gardner [Tue, 10 Oct 2017 19:23:32 +0000 (19:23 +0000)]
Merge "Fix Yamllint violations for jjb/storperf"

6 years agoMerge "Fix Yamllint violations for jjb/compass4nfv"
Aric Gardner [Tue, 10 Oct 2017 19:22:33 +0000 (19:22 +0000)]
Merge "Fix Yamllint violations for jjb/compass4nfv"

6 years agoFix Yamllint violations for jjb/releng 67/44267/2
Trevor Bramwell [Tue, 3 Oct 2017 23:04:07 +0000 (16:04 -0700)]
Fix Yamllint violations for jjb/releng

JIRA: RELENG-254

Change-Id: I5b9fe931e20a84d80d9ce6bc565bfee1db2dbc32
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix Yamllint violations for jjb/snaps 69/44269/2
Trevor Bramwell [Fri, 29 Sep 2017 17:36:08 +0000 (10:36 -0700)]
Fix Yamllint violations for jjb/snaps

JIRA: RELENG-254

Change-Id: Ia18bb029bdb235c5e3a28bd3d0bf5f354d524769
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix Yamllint violations for jjb/yardstick 73/44273/2
Trevor Bramwell [Tue, 3 Oct 2017 23:09:34 +0000 (16:09 -0700)]
Fix Yamllint violations for jjb/yardstick

JIRA: RELENG-254

Change-Id: Icbfff8c0368c227451a09ac7f1f81df3e0f3563a
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix minor yamllint violation in Joid job config 65/44265/2
Trevor Bramwell [Wed, 4 Oct 2017 06:17:06 +0000 (23:17 -0700)]
Fix minor yamllint violation in Joid job config

The newly added euphrates stream had it's fields overindented.

JIRA: RELENG-254

Change-Id: I8d033966023fdecec3f03f2c74982f9de775ac08
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix Yamllint violations for jjb/storperf 71/44271/3
Trevor Bramwell [Tue, 3 Oct 2017 23:06:45 +0000 (16:06 -0700)]
Fix Yamllint violations for jjb/storperf

JIRA: RELENG-254

Change-Id: Idc05b81ebf8636a5d422e54b72ee58c039b1843c
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
6 years agoFix jenkins-jnlp-connect.sh for missing a quotation mark 33/44633/1
Alex Yang [Tue, 10 Oct 2017 09:54:23 +0000 (17:54 +0800)]
Fix jenkins-jnlp-connect.sh for missing a quotation mark

Change-Id: Iba2a7b5de9cb56c2cc6579fb9ff37b3242a0283f
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
6 years agoMerge "jjb: xci: Make use of alternative ssh configuration file"
Markos Chandras [Tue, 10 Oct 2017 08:40:25 +0000 (08:40 +0000)]
Merge "jjb: xci: Make use of alternative ssh configuration file"

6 years agoMerge "Bug fix:Bottlenecks job failed."
Jun Li [Tue, 10 Oct 2017 06:32:06 +0000 (06:32 +0000)]
Merge "Bug fix:Bottlenecks job failed."

6 years agoFix Yamllint violations for jjb/compass4nfv 47/42347/6
Trevor Bramwell [Tue, 19 Sep 2017 00:47:33 +0000 (17:47 -0700)]
Fix Yamllint violations for jjb/compass4nfv

JIRA: RELENG-254

Change-Id: I11aee517b2a8af8d2e2519642872c84ba494a335
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>