releng.git
7 years agoMerge "Compass4NFV CI verify support centos7"
mei mei [Sun, 22 Jan 2017 00:54:29 +0000 (00:54 +0000)]
Merge "Compass4NFV CI verify support centos7"

7 years agojjb: infra: bifrost-verify.sh: Download the build log to $WORKDIR 99/27299/1
Markos Chandras [Fri, 20 Jan 2017 14:06:07 +0000 (14:06 +0000)]
jjb: infra: bifrost-verify.sh: Download the build log to $WORKDIR

We need to store the build log into a location where we have write
access. We will use the $WORKDIR for that. Fixes the following problem.

/tmp/hudson5015921933634723839.sh: line 23: build_log.txt: Permission denied

Change-Id: Ib8f00853a84a42bcc90155e4ca11bb89d921a867
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoMerge "Add ericsson-pod1 as it is complained by CI"
Fatih Degirmenci [Fri, 20 Jan 2017 12:02:39 +0000 (12:02 +0000)]
Merge "Add ericsson-pod1 as it is complained by CI"

7 years agoAdd ericsson-pod1 as it is complained by CI 75/27275/2
helenyao [Fri, 20 Jan 2017 06:48:56 +0000 (01:48 -0500)]
Add ericsson-pod1 as it is complained by CI

Change-Id: I1b8492e6c2de1a4cd5f426358d850ff89c93d9bb
Signed-off-by: helenyao <yaohelan@huawei.com>
7 years agoMerge "Add exit in build script to notify jenkins"
Jose Lausuch [Fri, 20 Jan 2017 11:32:51 +0000 (11:32 +0000)]
Merge "Add exit in build script to notify jenkins"

7 years agoMerge "jjb: infra: bifrost-verify.sh: Rework code for uploading the build log"
Fatih Degirmenci [Fri, 20 Jan 2017 10:33:15 +0000 (10:33 +0000)]
Merge "jjb: infra: bifrost-verify.sh: Rework code for uploading the build log"

7 years agoMerge "implement get/query scenario(s) and add unittest"
Serena Feng [Fri, 20 Jan 2017 09:56:05 +0000 (09:56 +0000)]
Merge "implement get/query scenario(s) and add unittest"

7 years agojjb: infra: bifrost-verify.sh: Rework code for uploading the build log 83/27283/1
Markos Chandras [Fri, 20 Jan 2017 09:50:27 +0000 (09:50 +0000)]
jjb: infra: bifrost-verify.sh: Rework code for uploading the build log

gsutil does not support compression on streaming uploads so rework the
code to save the log into a temporary file first. Fixes the following
error:

CommandException: gzip compression is not currently supported on
streaming uploads. Remove the compression flag or save the streamed
output temporarily to a file before uploading.

Change-Id: I3976bf3271be3aff8bc7b656ac49de6986ca6c36
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoAdd exit in build script to notify jenkins 43/27143/2
rohitsakala [Wed, 18 Jan 2017 07:02:35 +0000 (12:32 +0530)]
Add exit in build script to notify jenkins

Jenkins job gives success even if swagger codegen fails, so added appropriate
code to make jenkins build fail if swagger codegen fails.

Change-Id: Ia8e61a7b37531ecfa16c7fd60bf8101d6da9fc5f
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "jjb: infra: bifrost-upload-logs.sh: Consolidate upload step to main job"
Fatih Degirmenci [Fri, 20 Jan 2017 08:59:21 +0000 (08:59 +0000)]
Merge "jjb: infra: bifrost-upload-logs.sh: Consolidate upload step to main job"

7 years agoMerge "[testapi] Add build parameter to run jenkins job."
Fatih Degirmenci [Fri, 20 Jan 2017 08:56:26 +0000 (08:56 +0000)]
Merge "[testapi] Add build parameter to run jenkins job."

7 years ago[testapi] Add build parameter to run jenkins job. 45/27245/5
rohitsakala [Thu, 19 Jan 2017 14:07:13 +0000 (19:37 +0530)]
[testapi] Add build parameter to run jenkins job.

opnfv-build-ubuntu-defaults has been added so that the job will run on
build servers which have python verison > 2.6.

Change-Id: Iea2a12da88cc5f7ff625b060425241ab33cc9d85
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years ago[doctor] fix doctor profiling job 39/26839/4
Ryota MIBU [Wed, 11 Jan 2017 00:23:04 +0000 (00:23 +0000)]
[doctor] fix doctor profiling job

Doctor profiling jobs have to be executed on ool-* pods, since we need
pre-deployed OpenStack for those jobs.

This patch also:

- merge job templates for verify job and profiling job

- move experimental trigger to jjb/global/releng-macros.yml

Change-Id: If0283a734bec77d3f1bbab72d169f44ff1cd1c99
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
7 years agojjb: infra: bifrost-upload-logs.sh: Consolidate upload step to main job 75/27175/3
Markos Chandras [Wed, 18 Jan 2017 14:54:07 +0000 (14:54 +0000)]
jjb: infra: bifrost-upload-logs.sh: Consolidate upload step to main job

In case of job failures, the upload builder is not executed so the
published links are dead. We move the upload step to the EXIT handler
which is always executed despite the main job exit code.

Moreover, The gsutil tool can compress the files itself but in such
a way that the web browser can still display the contents without
the need for the user to download and uncompress the file himself.
This makes debugging more convenient. We also make the whole upload
process somewhat less noisy. Finally, we include the
$GERRIT_PATCHSET_NUMBER in the title and hyperlink since we provide
and retain build results for each patchset instead of a single set
just for the latest one.

Change-Id: I43efd519a5743661d1f258aa338fb0769f59b6ed
Suggested-by: Julien Zhang <zhang.jun3g@zte.com.cn> # compression only
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoMerge "Add new jenkins job for unittests"
Morgan Richomme [Thu, 19 Jan 2017 09:34:22 +0000 (09:34 +0000)]
Merge "Add new jenkins job for unittests"

7 years agoCompass4NFV CI verify support centos7 39/27239/1
liyuenan [Thu, 19 Jan 2017 09:13:29 +0000 (17:13 +0800)]
Compass4NFV CI verify support centos7

JIRA:-

Change-Id: I9b86014081ca03287bdf63a88fb7b4baf9ee564a
Signed-off-by: liyuenan <liyuenan@huawei.com>
7 years agofuel: Remove colorado jobs and create danube jobs 23/26523/2
Fatih Degirmenci [Tue, 27 Dec 2016 10:57:39 +0000 (11:57 +0100)]
fuel: Remove colorado jobs and create danube jobs

Obsolete plugin jobs and scripts are also removed.

Change-Id: I16f8d932a492fdd1d8eb2caa5f8bc4aa9183327b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoAdd new jenkins job for unittests 81/26781/20
rohitsakala [Sat, 7 Jan 2017 16:55:17 +0000 (22:25 +0530)]
Add new jenkins job for unittests

JIRA: FUNCTEST-687

Change-Id: I1fd616c32e3185bc6ec452af2c1bd88f46812ec2
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "Add docker update builder to jenkins job"
Morgan Richomme [Thu, 19 Jan 2017 07:16:36 +0000 (07:16 +0000)]
Merge "Add docker update builder to jenkins job"

7 years agoMerge "Add Huawei pod6 and 7"
Morgan Richomme [Thu, 19 Jan 2017 07:14:47 +0000 (07:14 +0000)]
Merge "Add Huawei pod6 and 7"

7 years agostorperf: Fix GIT_BASE for slave and disable danube daily job 81/27181/1
Fatih Degirmenci [Wed, 18 Jan 2017 18:41:44 +0000 (19:41 +0100)]
storperf: Fix GIT_BASE for slave and disable danube daily job

Change-Id: Ia6c544901fb9c7c434104c095b9e2f173f7f5571
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "Clean case declaration prototype"
Morgan Richomme [Wed, 18 Jan 2017 16:47:35 +0000 (16:47 +0000)]
Merge "Clean case declaration prototype"

7 years agoMerge "[ODL-pipe]Use of the daily suite from Functest"
Fatih Degirmenci [Wed, 18 Jan 2017 14:44:39 +0000 (14:44 +0000)]
Merge "[ODL-pipe]Use of the daily suite from Functest"

7 years agojjb: infra: bifrost-upload-logs.sh: Copy landing page to the GS server 69/27169/2
Markos Chandras [Wed, 18 Jan 2017 11:53:53 +0000 (11:53 +0000)]
jjb: infra: bifrost-upload-logs.sh: Copy landing page to the GS server

Moreover, rename 'console.txt' to 'build_log.txt' to make it clearer
what this log is about. Finally, make the webpage title a hyperlink
to the actual Gerrit page.

Change-Id: I251bcd75ac1a559e64e17ba10f7f8b6af069743d
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoMerge "Use public endpoints in the RC file for compass only"
Jose Lausuch [Wed, 18 Jan 2017 11:26:24 +0000 (11:26 +0000)]
Merge "Use public endpoints in the RC file for compass only"

7 years agoMerge "jjb: infra: bifrost-upload-logs.sh: Generate a landing page"
Fatih Degirmenci [Wed, 18 Jan 2017 11:11:29 +0000 (11:11 +0000)]
Merge "jjb: infra: bifrost-upload-logs.sh: Generate a landing page"

7 years agoAdd Huawei pod6 and 7 65/27165/1
Morgan Richomme [Wed, 18 Jan 2017 10:55:25 +0000 (11:55 +0100)]
Add Huawei pod6 and 7

JIRA: FUNCTEST-693

Change-Id: I134d32045656969ba52c395a95b4d9255a197cc7
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agojjb: infra: bifrost-upload-logs.sh: Generate a landing page 17/27117/2
Markos Chandras [Tue, 17 Jan 2017 17:26:14 +0000 (17:26 +0000)]
jjb: infra: bifrost-upload-logs.sh: Generate a landing page

Create a basic web page to contain all the collected build logs. The
reason for creating this page is that the OPNFV web server does not list
the subdirectory contents so we need another way to expose all the
uploaded logs.

Moreover, hide the gsutils stdout output since it just adds extra noise
to the already massive console log. Finally, drop the 'popd' command
argument since it causes the command to fail and mark the whole build
as failed.

Change-Id: Iad25e5cf62fda650bad3c9d83671cde84c7467d8
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoimplement get/query scenario(s) and add unittest 61/27161/4
SerenaFeng [Tue, 17 Jan 2017 06:55:02 +0000 (14:55 +0800)]
implement get/query scenario(s) and add unittest

supported queries: scenario name/version/installer/project

JIRA: RELENG-163

Change-Id: I3f6ea6e3c81edff30569918e0789e8c1e693b9fc
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoEnabling StorPerf Daily Job 21/27121/1
mbeierl [Tue, 17 Jan 2017 20:34:32 +0000 (15:34 -0500)]
Enabling StorPerf Daily Job

Move the daily job to execute on slaves labelled as
storperf-pod.
Enable the daily job

Change-Id: I43baca969a7357f5835e0abbcd822d3d001f8d0d
JIRA: STORPERF-87
Signed-off-by: mbeierl <mark.beierl@dell.com>
7 years agojjb: infra: bifrost-upload-logs: Fix Google storage variable 99/27099/2
Markos Chandras [Tue, 17 Jan 2017 12:21:22 +0000 (12:21 +0000)]
jjb: infra: bifrost-upload-logs: Fix Google storage variable

BIFROST_GS_STORAGE is an old artifact so replace it with
BIFROST_LOG_URL.

Change-Id: I4b9d56e4b3478850152f7eca9b41b5cc36807049
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoClean case declaration prototype 03/27103/1
Morgan Richomme [Tue, 17 Jan 2017 14:10:55 +0000 (15:10 +0100)]
Clean case declaration prototype

not used in Colorado
angular framework (landing page) could be used for Danube

Change-Id: I86ded631b4c5b78260bd03b376bf6264dabc2f89
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoDeclare additional huawei PODS 01/27101/1
Morgan Richomme [Tue, 17 Jan 2017 13:36:52 +0000 (14:36 +0100)]
Declare additional huawei PODS

new pods have been declared in the DB
they are used as production pods and may push results to artifact

Change-Id: Ifca4e68b4d8e9fe696142db59e48d255f5b3019c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Fix a bug - add requests in virtualenv"
Morgan Richomme [Tue, 17 Jan 2017 13:22:57 +0000 (13:22 +0000)]
Merge "Fix a bug - add requests in virtualenv"

7 years agoUse public endpoints in the RC file for compass only 93/27093/3
jose.lausuch [Tue, 17 Jan 2017 11:21:02 +0000 (12:21 +0100)]
Use public endpoints in the RC file for compass only

Change-Id: Ic6be1e5559653145e6a80442b205533901c0a2bd
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
7 years agoAdd docker update builder to jenkins job 11/27011/2
rohitsakala [Mon, 16 Jan 2017 04:55:49 +0000 (10:25 +0530)]
Add docker update builder to jenkins job

JIRA: FUNCTEST-688

Change-Id: I67717f4a7ecfdc0c7bfbb5ed664aa6573c02d463
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "infra: bifrost: Upload build logs to artifacts.opnfv.org"
Fatih Degirmenci [Tue, 17 Jan 2017 11:34:18 +0000 (11:34 +0000)]
Merge "infra: bifrost: Upload build logs to artifacts.opnfv.org"

7 years agoMerge "propose a class in releng for constants (return values, installer names, ...
Jose Lausuch [Tue, 17 Jan 2017 09:30:50 +0000 (09:30 +0000)]
Merge "propose a class in releng for constants (return values, installer names, ...)"

7 years agoMerge "Remove colorado jobs and create danube jobs"
Fatih Degirmenci [Tue, 17 Jan 2017 09:24:13 +0000 (09:24 +0000)]
Merge "Remove colorado jobs and create danube jobs"

7 years agoMerge "Avoid removing the whole file system"
Fatih Degirmenci [Tue, 17 Jan 2017 08:38:32 +0000 (08:38 +0000)]
Merge "Avoid removing the whole file system"

7 years agoMerge "bugfix: fail to access testapi swagger"
Morgan Richomme [Tue, 17 Jan 2017 07:57:36 +0000 (07:57 +0000)]
Merge "bugfix: fail to access testapi swagger"

7 years agopropose a class in releng for constants (return values, installer names, ...) 99/26499/4
SerenaFeng [Tue, 27 Dec 2016 04:05:00 +0000 (12:05 +0800)]
propose a class in releng for constants (return values, installer names, ...)

JIRA: RELENG-185

Change-Id: Iae566f42b77449778491b83aaf3d72ae120a6dd6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "implement create scenario and add unittest"
Serena Feng [Tue, 17 Jan 2017 06:40:02 +0000 (06:40 +0000)]
Merge "implement create scenario and add unittest"

7 years agobugfix: fail to access testapi swagger 67/27067/1
SerenaFeng [Tue, 17 Jan 2017 01:57:29 +0000 (09:57 +0800)]
bugfix: fail to access testapi swagger

bugfix [Errno 2] No such file or directory:
'/usr/local/lib/python2.7/dist-packages/opnfv_testapi/tornado_swagger/static/index.html'

Change-Id: Id1cad9a34a3a0331a2f8a0c27c2fa54ca40c7bd6
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoFix a bug - add requests in virtualenv 49/26749/13
rohitsakala [Fri, 6 Jan 2017 07:31:56 +0000 (13:01 +0530)]
Fix a bug - add requests in virtualenv

Change-Id: Iecd20b69f7a3abf04a34d4ee7e9c94f1a039d8b1
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "Rebalance master vs. colorado scenario triggers"
Fatih Degirmenci [Mon, 16 Jan 2017 13:20:19 +0000 (13:20 +0000)]
Merge "Rebalance master vs. colorado scenario triggers"

7 years agoimplement create scenario and add unittest 43/27043/3
SerenaFeng [Mon, 16 Jan 2017 09:59:06 +0000 (17:59 +0800)]
implement create scenario and add unittest

JIRA: RELENG-163

Change-Id: Id715a2e5de1022cfd0a745505771d250935541bd
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years ago[ODL-pipe]Use of the daily suite from Functest 71/26971/2
Nikolas Hermanns [Fri, 13 Jan 2017 09:31:31 +0000 (09:31 +0000)]
[ODL-pipe]Use of the daily suite from Functest

Change-Id: I658f8992f52d7ab5278299c70285cd53d305a0c6
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years ago[compass] enable healthcheck and vping as smoke test in verify job 87/26987/4
meimei [Sat, 14 Jan 2017 01:26:49 +0000 (09:26 +0800)]
[compass] enable healthcheck and vping as smoke test in verify job

Change-Id: I7b4ad69b1c7c7b59b9feadef8808a1ef81a34367
Signed-off-by: meimei <meimei@huawei.com>
7 years agoMerge "dovetail: separate dovetail jenkins job"
Jun Li [Sat, 14 Jan 2017 02:42:07 +0000 (02:42 +0000)]
Merge "dovetail: separate dovetail jenkins job"

7 years agodovetail: separate dovetail jenkins job 55/26855/3
MatthewLi [Wed, 11 Jan 2017 09:46:32 +0000 (04:46 -0500)]
dovetail: separate dovetail jenkins job

JIRA: DOVETAIL-177

Change-Id: Iaa21373ae7f5bbc777872ea9b6ac9479b1dcff08
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoAvoid removing the whole file system 75/25975/5
Nikolas Hermanns [Wed, 14 Dec 2016 14:18:16 +0000 (15:18 +0100)]
Avoid removing the whole file system

If scripts are used by hand and
WORKSPACE is not set then rm -rf /*
will remove the filesystem.

Change-Id: I9bb9ee6643d3916fedc7d3848ecf9b03bde10fae
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agobarometer-jjb: fix jobs to not build as root 73/26973/2
Maryam Tahhan [Fri, 13 Jan 2017 10:37:17 +0000 (10:37 +0000)]
barometer-jjb: fix jobs to not build as root

Change-Id: I4d179400914d985e99f8295c47282d61dbb175cd
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
7 years agoMerge "Revert "[ODL-pipe]Use of the daily suite from Functest""
Fatih Degirmenci [Thu, 12 Jan 2017 18:29:47 +0000 (18:29 +0000)]
Merge "Revert "[ODL-pipe]Use of the daily suite from Functest""

7 years agoRevert "[ODL-pipe]Use of the daily suite from Functest" 57/26957/1
Fatih Degirmenci [Thu, 12 Jan 2017 18:27:41 +0000 (18:27 +0000)]
Revert "[ODL-pipe]Use of the daily suite from Functest"

This reverts commit 8d8493864406132bcc8e84a38a67b5fc3947d566.

Change-Id: I0c1978c87cdee998f4d58754f3e128e51b6e2dc6
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "Add a new installer daisy adapter to modules directory"
Jose Lausuch [Thu, 12 Jan 2017 16:08:56 +0000 (16:08 +0000)]
Merge "Add a new installer daisy adapter to modules directory"

7 years ago[ODL-pipe]Use of the daily suite from Functest 43/26943/1
Nikolas Hermanns [Thu, 12 Jan 2017 16:01:01 +0000 (17:01 +0100)]
[ODL-pipe]Use of the daily suite from Functest

Change-Id: Iee3b50360948352b31c0e63e5ce51e1c2869d4b3
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoinfra: bifrost: Upload build logs to artifacts.opnfv.org 31/26831/4
Markos Chandras [Tue, 10 Jan 2017 15:07:03 +0000 (15:07 +0000)]
infra: bifrost: Upload build logs to artifacts.opnfv.org

Change-Id: I0ba0fe05911dc7ea7cf31286b2f083f85ec5c549
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoMerge "Add Daisy for reporting"
Morgan Richomme [Thu, 12 Jan 2017 08:59:03 +0000 (08:59 +0000)]
Merge "Add Daisy for reporting"

7 years agoAdd a new installer daisy adapter to modules directory 95/26595/3
Jing Sun [Fri, 30 Dec 2016 02:23:04 +0000 (10:23 +0800)]
Add a new installer daisy adapter to modules directory

Change-Id: I9a46665941f8536f08d27a1c6d7e62f2a50ffbc2
Signed-off-by: Jing Sun <sun.jing22@zte.com.cn>
7 years ago[compass]adapt multi-nics deployment in intel-pod8 05/26905/1
meimei [Thu, 12 Jan 2017 03:55:57 +0000 (11:55 +0800)]
[compass]adapt multi-nics deployment in intel-pod8

Change-Id: I01f755401a724b15b8670e02aa2ebbf1e582952a
Signed-off-by: meimei <meimei@huawei.com>
7 years agochange from odl_l2 to odl_l3 for cperf runner job 95/26895/1
Jamo Luhrsen [Wed, 11 Jan 2017 22:38:55 +0000 (14:38 -0800)]
change from odl_l2 to odl_l3 for cperf runner job

Change-Id: If1546349981520c3b2f0c805da7ea9c7e91724e8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "utils/jenkins-jnlp-connect.sh: Make sure the pid directory exists"
Fatih Degirmenci [Wed, 11 Jan 2017 18:49:47 +0000 (18:49 +0000)]
Merge "utils/jenkins-jnlp-connect.sh: Make sure the pid directory exists"

7 years ago[FUNCTEST-FUEL] Remove URL swap 79/26879/1
Nikolas Hermanns [Wed, 11 Jan 2017 13:20:06 +0000 (14:20 +0100)]
[FUNCTEST-FUEL] Remove URL swap

Since the virtual deployments are now able to use
the internal mgmt network we remove the swap

Change-Id: I8eed4dd8218a78c697ffde4716c35170fa72d814
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years ago[Functest] Removing admin to Public enpoint swap 73/26873/1
Nikolas Hermanns [Wed, 11 Jan 2017 11:32:00 +0000 (12:32 +0100)]
[Functest] Removing admin to Public enpoint swap

The openstack.creds file is not aligned with commonly
used methodologies.

Change-Id: Iba0afc83ebbe35dd189cc35e5bf682680fc96535
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoutils/jenkins-jnlp-connect.sh: Make sure the pid directory exists 35/26835/3
Markos Chandras [Tue, 10 Jan 2017 15:48:51 +0000 (15:48 +0000)]
utils/jenkins-jnlp-connect.sh: Make sure the pid directory exists

/var/run/ is only writable by root so Monit will fail to create
the necessary subdirectory for the jenkins pid file since we run it
as the 'jenkin' user. We add another entry to the monit configuration
file to check the presence and the permissions of that directory before
we try to start the jenkins slave.

Change-Id: Ica7153c3e90900f60e4f65708c8f08abf5af9201
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years ago[Functest][Keystone] --long argument not available anymore 61/26861/1
Nikolas Hermanns [Wed, 11 Jan 2017 10:20:58 +0000 (11:20 +0100)]
[Functest][Keystone] --long argument not available anymore

For newton we have to grep differently for the public ip.

Change-Id: I646358005b163829004e0016514e254575d03157
Signed-off-by: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
7 years agoMerge "Disable QTIP ci build job"
Fatih Degirmenci [Wed, 11 Jan 2017 08:02:45 +0000 (08:02 +0000)]
Merge "Disable QTIP ci build job"

7 years agoMerge "add scenario models and framework"
Serena Feng [Wed, 11 Jan 2017 06:33:28 +0000 (06:33 +0000)]
Merge "add scenario models and framework"

7 years agoDisable QTIP ci build job 43/26843/1
Yujun Zhang [Wed, 11 Jan 2017 03:35:48 +0000 (11:35 +0800)]
Disable QTIP ci build job

The legacy code is no longer maintained[1]

[1]: https://gerrit.opnfv.org/gerrit/#/c/26783/

Change-Id: Iebbdb0144336c6c0bc2e16f47375f2e61be3bd87
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agodovetail: bugfix of docker save file permission 41/26841/1
MatthewLi [Wed, 11 Jan 2017 02:22:12 +0000 (21:22 -0500)]
dovetail: bugfix of docker save file permission

JIRA: DOVETAIL-176

Change-Id: Idec8ba0c0ab3ba28372cea638315f121c41387b9
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
7 years agoAdd Daisy for reporting 37/26837/2
Morgan Richomme [Tue, 10 Jan 2017 16:58:25 +0000 (17:58 +0100)]
Add Daisy for reporting

Change-Id: Ie9d6d5e351e5d673252f08ed304d4fef96a1e00b
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
7 years agoMerge "Apex: Updates FD.IO scenarios/jobs for Danube"
Tim Rozet [Tue, 10 Jan 2017 14:49:31 +0000 (14:49 +0000)]
Merge "Apex: Updates FD.IO scenarios/jobs for Danube"

7 years agoMerge "[doctor] not to reset verified status with experimental jobs"
Fatih Degirmenci [Tue, 10 Jan 2017 14:45:47 +0000 (14:45 +0000)]
Merge "[doctor] not to reset verified status with experimental jobs"

7 years agoMerge "Revert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocation""
Fatih Degirmenci [Tue, 10 Jan 2017 10:13:54 +0000 (10:13 +0000)]
Merge "Revert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocation""

7 years ago[doctor] not to reset verified status with experimental jobs 11/26811/1
Ryota MIBU [Tue, 10 Jan 2017 01:07:53 +0000 (01:07 +0000)]
[doctor] not to reset verified status with experimental jobs

Change-Id: Icc067b60b18dc9d9d06572b9c2deb103bf4b9529
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
7 years agoAdd odl-netvirt-virtual-intel parameters 09/26809/1
Fatih Degirmenci [Mon, 9 Jan 2017 23:21:12 +0000 (00:21 +0100)]
Add odl-netvirt-virtual-intel parameters

Change-Id: I2992bda320f7c7b17b554539943713c6dc13d858
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoApex: Updates FD.IO scenarios/jobs for Danube 07/26807/1
Tim Rozet [Mon, 9 Jan 2017 21:40:41 +0000 (16:40 -0500)]
Apex: Updates FD.IO scenarios/jobs for Danube

Change-Id: I9479d3ca047093deeac038d4ca5caf5e69cd8116
Signed-off-by: Tim Rozet <trozet@redhat.com>
7 years agoRevert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocation" 99/26799/1
Markos Chandras [Mon, 9 Jan 2017 12:18:44 +0000 (12:18 +0000)]
Revert "jjb: infra: bifrost-verify-jobs: Remove triggers due to HW relocation"

This reverts commit 24691266ad858494cc06660b9c013af36c548bbd.

The hardware is back online

Change-Id: Ib7d21a5da3e41e4007e1e5363f82a02d2d1c4f0c
Signed-off-by: Markos Chandras <mchandras@suse.de>
7 years agoRemove colorado jobs and create danube jobs 21/26521/6
Fatih Degirmenci [Tue, 27 Dec 2016 10:47:23 +0000 (11:47 +0100)]
Remove colorado jobs and create danube jobs

Danube stream for the projects with daily jobs is disabled.
Danube stream for the projects without daily jobs is left as enabled
as there will be no changes coming to danube branch until branch is created.

Dovetail, Apex and Fuel jobs have not been updated yet.

Change-Id: Ice39826c8f829157fa864370557837290838f634
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoadd scenario models and framework 93/26493/10
SerenaFeng [Mon, 26 Dec 2016 09:34:05 +0000 (17:34 +0800)]
add scenario models and framework

JIRA: RELENG-163

Change-Id: I36a51022c087621d9539dc40f7d9acee4db95dfb
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
7 years agoMerge "doctor: pass project and branch to parameter macro"
Fatih Degirmenci [Sat, 7 Jan 2017 10:09:12 +0000 (10:09 +0000)]
Merge "doctor: pass project and branch to parameter macro"

7 years agoTemporary removal of artifact signing 73/26773/1
Aric Gardner [Fri, 6 Jan 2017 22:50:04 +0000 (17:50 -0500)]
Temporary removal of artifact signing

gpg version breaks the script.
a long term solution is in the works

Change-Id: Icd975750c78aa05f769a59b1d40d3f4dc2563209
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
7 years agodoctor: pass project and branch to parameter macro 71/26771/1
Fatih Degirmenci [Fri, 6 Jan 2017 16:16:35 +0000 (17:16 +0100)]
doctor: pass project and branch to parameter macro

The keyword is also replaced.

Change-Id: Ia154975825108ab1e8c336530152757cf732c6eb
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
7 years agoMerge "Fix bug in experimental trigger"
Fatih Degirmenci [Fri, 6 Jan 2017 15:51:40 +0000 (15:51 +0000)]
Merge "Fix bug in experimental trigger"

7 years agoFix bug in experimental trigger 67/26767/1
Yujun Zhang [Fri, 6 Jan 2017 11:38:52 +0000 (19:38 +0800)]
Fix bug in experimental trigger

- missing variable for marco
- renamed trigger since it is not common for other projects

Change-Id: I3dd0f14e6c6525382b04139c5eda2f6e9187a072
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
7 years agoModify trigger of jenkins job to merged 65/26765/2
rohitsakala [Fri, 6 Jan 2017 10:18:13 +0000 (15:48 +0530)]
Modify trigger of jenkins job to merged

Change-Id: Ie1213d8573e4151ba2429ebdc1b485ed97f581c7
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoFix path error in jenkins job 61/26761/1
rohitsakala [Fri, 6 Jan 2017 08:52:00 +0000 (14:22 +0530)]
Fix path error in jenkins job

Change-Id: I7e1e5e9736c44a53d09378cffe3d85706a1d0826
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "Fix bug in jenkins job testapi"
Serena Feng [Fri, 6 Jan 2017 08:36:16 +0000 (08:36 +0000)]
Merge "Fix bug in jenkins job testapi"

7 years agoFix bug in jenkins job testapi 53/26753/1
rohitsakala [Fri, 6 Jan 2017 08:18:49 +0000 (13:48 +0530)]
Fix bug in jenkins job testapi

Change-Id: I64987b081f9d39f628278aec692b82afbcd421e4
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoAdd project parameter in jenkins job testapi 19/26719/10
rohitsakala [Thu, 5 Jan 2017 10:37:46 +0000 (16:07 +0530)]
Add project parameter in jenkins job testapi

Change-Id: If8ebbf630e62b27da8cc31bae639787e2b599b78
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "utils: jenkins-jnlp-connect.sh: Fix 'started_monit' block indentation"
Fatih Degirmenci [Thu, 5 Jan 2017 19:59:17 +0000 (19:59 +0000)]
Merge "utils: jenkins-jnlp-connect.sh: Fix 'started_monit' block indentation"

7 years agoMerge "Create Jenkins Job for testapi automation"
Serena Feng [Thu, 5 Jan 2017 05:54:34 +0000 (05:54 +0000)]
Merge "Create Jenkins Job for testapi automation"

7 years agoMerge "cleanup releng-macros"
Ryota Mibu [Thu, 5 Jan 2017 04:54:54 +0000 (04:54 +0000)]
Merge "cleanup releng-macros"

7 years agoMerge "Create Test Reporting landing page"
Morgan Richomme [Wed, 4 Jan 2017 14:25:42 +0000 (14:25 +0000)]
Merge "Create Test Reporting landing page"

7 years agoMerge "Update nicknames in swagger spec"
Morgan Richomme [Wed, 4 Jan 2017 13:01:17 +0000 (13:01 +0000)]
Merge "Update nicknames in swagger spec"

7 years agoCreate Jenkins Job for testapi automation 45/26045/22
rohitsakala [Thu, 15 Dec 2016 19:08:41 +0000 (00:38 +0530)]
Create Jenkins Job for testapi automation

Right now, only builder for creating testapi doc is included

JIRA: FUNCTEST-664

Change-Id: If0a34154084c1d01ed6b997d2226779da43bcb14
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoUpdate nicknames in swagger spec 69/26669/4
rohitsakala [Tue, 3 Jan 2017 17:08:38 +0000 (22:38 +0530)]
Update nicknames in swagger spec

Swagger codegen uses nicknames for defining titles in the api
documentation.
Link - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/1.2.md

Change-Id: Ia35718b77dfcac53317384c4445225f28e505919
Signed-off-by: rohitsakala <rohitsakala@gmail.com>
7 years agoMerge "Add YAMLLint for static check"
Ryota Mibu [Wed, 4 Jan 2017 05:02:38 +0000 (05:02 +0000)]
Merge "Add YAMLLint for static check"

7 years agocleanup releng-macros 11/26011/5
Ryota MIBU [Wed, 14 Dec 2016 11:52:22 +0000 (11:52 +0000)]
cleanup releng-macros

- sort in execution order

- remove unused macro ('weekly-trigger-disabled')

Change-Id: If72f2554985e8e632ad731c3dc17a23fbc8cd630
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>