releng.git
8 years agoAdd overage and junit report for verify 65/12365/1
Mark Beierl [Fri, 15 Apr 2016 17:15:33 +0000 (13:15 -0400)]
Add overage and junit report for verify

Change-Id: I9665c2bed171e0ece421c460c49f792e6ad4e492
Signed-off-by: Mark Beierl <mark.beierl@emc.com>
8 years agofuel: Normalize wrappers.ssh-agent-credentials.users 53/12253/2
Zhijiang Hu [Fri, 8 Apr 2016 03:15:39 +0000 (11:15 +0800)]
fuel: Normalize wrappers.ssh-agent-credentials.users

This changes
        - ssh-agent-credentials:
            users: '{ssh-credentials}'

to
        - ssh-agent-credentials:
            users:
                - '{ssh-credentials}'

Then, the size of the generated XML can be slightly smaller, such
as:

Old XML:

    <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
      <credentialIds>
        <string>d</string>
        <string>4</string>
        <string>2</string>
        ...
        <string>b</string>
        <string>2</string>
        <string>e</string>
      </credentialIds>
    </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>

New XML:

    <com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>
      <user>d42411ac011ad6f3dd2e1fa34eaa5d87f910eb2e</user>
    </com.cloudbees.jenkins.plugins.sshagent.SSHAgentBuildWrapper>

Change-Id: I8215a33784c63757a5b74f30a5aa771fc19c5207
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
8 years agoFunctest job single quotes typo 95/12295/2
jose.lausuch [Thu, 14 Apr 2016 15:42:52 +0000 (17:42 +0200)]
Functest job single quotes typo

Change-Id: I9b08704dc8a02197ec72a8c03faafc36aaa68a8e
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
8 years agoFix Docker TAG in Functest job 93/12293/1
jose.lausuch [Thu, 14 Apr 2016 15:11:37 +0000 (17:11 +0200)]
Fix Docker TAG in Functest job

Change-Id: Id02ff937246c946372e00834b3accd80f760fef7
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
8 years agoFix TAG for Functest docker run command and avoid extra output 95/12195/2
jose.lausuch [Tue, 12 Apr 2016 16:40:10 +0000 (18:40 +0200)]
Fix TAG for Functest docker run command and avoid extra output

Change-Id: I8ab18f5a5871e8df51c70b4de4201bd7b514cdb2
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
8 years agoBottlenecks: bugfix 61/12261/1
MatthewLi [Thu, 14 Apr 2016 07:18:23 +0000 (03:18 -0400)]
Bottlenecks: bugfix

Change-Id: I434185e39ae17ce40b7387b18fcc0e5191fb08a1
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoBottlenecks: bugfix for run_test script path 57/12257/1
MatthewLi [Thu, 14 Apr 2016 06:46:42 +0000 (02:46 -0400)]
Bottlenecks: bugfix for run_test script path

Change-Id: I8cdbdaa34b2619edd4345efb53a5990b3515ed3c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoBottlenecks: bugfix to add whitespace 49/12249/1
MatthewLi [Thu, 14 Apr 2016 03:33:14 +0000 (23:33 -0400)]
Bottlenecks: bugfix to add whitespace

Change-Id: I7871e177f88363369b4efa866590ff853d4cdcbd
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoMerge "Bottlenecks: add project to the docker build/push job"
MatthewLi [Thu, 14 Apr 2016 02:26:10 +0000 (02:26 +0000)]
Merge "Bottlenecks: add project to the docker build/push job"

8 years agoMerge "Bottlenecks: bugfix for missing SCENARIO parameter"
MatthewLi [Thu, 14 Apr 2016 02:23:49 +0000 (02:23 +0000)]
Merge "Bottlenecks: bugfix for missing SCENARIO parameter"

8 years agoUpdate Releng Python Linting 43/12243/1
Trevor Bramwell [Wed, 13 Apr 2016 20:51:59 +0000 (13:51 -0700)]
Update Releng Python Linting

 - Ignore linting the virtualenv
 - Fix quoting of the lint log

Change-Id: I90bb81b383e21b912bd811587224c2367f3ae8a9
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoMerge "Add Python Linting Job"
Aric Gardner [Wed, 13 Apr 2016 20:18:32 +0000 (20:18 +0000)]
Merge "Add Python Linting Job"

8 years agoMerge "Apex, Functest: Enable smoke tests on Apex master verify"
Tim Rozet [Wed, 13 Apr 2016 12:12:53 +0000 (12:12 +0000)]
Merge "Apex, Functest: Enable smoke tests on Apex master verify"

8 years agoBottlenecks: bugfix for missing SCENARIO parameter 29/12229/1
MatthewLi [Wed, 13 Apr 2016 10:37:27 +0000 (06:37 -0400)]
Bottlenecks: bugfix for missing SCENARIO parameter

Change-Id: Ifda489de76a65716d75fb1022dd4bc3810091d4c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoBottlenecks: add project to the docker build/push job 27/12227/1
MatthewLi [Wed, 13 Apr 2016 10:26:31 +0000 (06:26 -0400)]
Bottlenecks: add project to the docker build/push job

JIRA: BOTTLENECK-60

Change-Id: Ibcadaa6251e373c01a5e318dff67ec64d18760c4
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoBottlenecks: ci builders for testsuites 19/12219/3
MatthewLi [Wed, 13 Apr 2016 03:31:52 +0000 (23:31 -0400)]
Bottlenecks: ci builders for testsuites

JIRA: BOTTLENECK-1

Change-Id: I240c18c008eb7e964cd7d971e4df346d0d35fef5
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoAdd Python Linting Job 01/12201/3
Trevor Bramwell [Tue, 12 Apr 2016 19:06:51 +0000 (12:06 -0700)]
Add Python Linting Job

Triggers a flake8 run against any python code in the repo.

JIRA: RELENG-81

Change-Id: Ia57d640b5aacdc4f99620ffa3ee345f208b426ea
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoApex, Functest: Enable smoke tests on Apex master verify 03/12203/2
Tim Rozet [Tue, 12 Apr 2016 19:23:31 +0000 (15:23 -0400)]
Apex, Functest: Enable smoke tests on Apex master verify

Includes changes to execute vping_userdata test on Apex master verify
jobs.

JIRA: APEX-122

Change-Id: I88137895fd9a6528adfca526aecc899ec84af643
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoMerge "Bottlenecks: rewrite all the request enabled jobs of the project"
MatthewLi [Tue, 12 Apr 2016 08:54:54 +0000 (08:54 +0000)]
Merge "Bottlenecks: rewrite all the request enabled jobs of the project"

8 years agoBottlenecks: rewrite all the request enabled jobs of the project 25/12125/10
MatthewLi [Mon, 11 Apr 2016 08:32:00 +0000 (04:32 -0400)]
Bottlenecks: rewrite all the request enabled jobs of the project

JIRA: BOTTLENECK-1

Change-Id: I05a02ca26778d4a8214e099356e8956b95176989
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
8 years agoMerge "Apex: adds bgpvpn scenario to daily"
Tim Rozet [Mon, 11 Apr 2016 18:28:16 +0000 (18:28 +0000)]
Merge "Apex: adds bgpvpn scenario to daily"

8 years agoAdded nokia-pod1 slave defaults 83/11983/4
vitikkan [Thu, 7 Apr 2016 11:26:03 +0000 (14:26 +0300)]
Added nokia-pod1 slave defaults

Also created Functest job for master to run against nokia-pod1.

Change-Id: Idae45a586636e1884c56a9df46b1ec18c9fea827
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
8 years agoApex: adds bgpvpn scenario to daily 95/12095/1
Tim Rozet [Fri, 8 Apr 2016 20:58:39 +0000 (16:58 -0400)]
Apex: adds bgpvpn scenario to daily

Also triggers functest/yardstick on scenario

Change-Id: I447777449289dc6ecd7072d45b5e3f661e080983
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoMaking sure the BUILD_ARGS are set right for Apex daily 97/11997/1
Dan Radez [Thu, 7 Apr 2016 14:13:06 +0000 (10:13 -0400)]
Making sure the BUILD_ARGS are set right for Apex daily

Change-Id: I5c09f1890dc77ca7b259e0f3e2761e87371656b6
Signed-off-by: Dan Radez <dradez@redhat.com>
8 years agoApex: Fixes opnfv-clean to only run on stable/b 67/11967/1
Tim Rozet [Wed, 6 Apr 2016 20:51:36 +0000 (16:51 -0400)]
Apex: Fixes opnfv-clean to only run on stable/b

Change-Id: Id82b2daf4fee59b574775f67987d63ae9b81ccac
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoFix artifacts-api dependencies and PATH 31/11931/1
Trevor Bramwell [Tue, 5 Apr 2016 22:03:14 +0000 (15:03 -0700)]
Fix artifacts-api dependencies and PATH

 - Include '/usr/local/bin' in PATH so gsutil can be used
 - Ensure the virtualenv uses python2.7 so SSL warnings go away
 - Remove 'easy_install' call as pip is already available in the
   virtualenv

Change-Id: I2b6f6a8bc284c580cc71ec0f02ebd88baf2de462
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoFix path to opnfv-artifacts script 17/11917/1
Trevor Bramwell [Tue, 5 Apr 2016 19:04:14 +0000 (12:04 -0700)]
Fix path to opnfv-artifacts script

Change-Id: I916363fac39cf314afe43333f7081a0a6adff1f4
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoAdd missing 'scm' field to 'artifacts-api' job. 15/11915/1
Trevor Bramwell [Tue, 5 Apr 2016 18:57:14 +0000 (11:57 -0700)]
Add missing 'scm' field to 'artifacts-api' job.

Change-Id: I32a3beeeed89016fd1cfd051dac4762acdb70d6f
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoMerge "added ELK scripts for porting data from mongo to elasticsearch and managing...
Morgan Richomme [Fri, 1 Apr 2016 14:02:23 +0000 (14:02 +0000)]
Merge "added ELK scripts for porting data from mongo to elasticsearch and managing kibana dashboards"

8 years agoAdd a new Huawei slave (3+2) to run yardstick 57/11757/1
kubi [Fri, 1 Apr 2016 07:43:59 +0000 (15:43 +0800)]
Add a new Huawei slave (3+2) to run yardstick

Change-Id: If4bc1826899e57f332c639aacbc45184aea47881
JIRA:-
Signed-off-by: kubi <jean.gaoliang@huawei.com>
8 years agoAdd netready and domino project to opnfv-docs 39/11739/1
Aric Gardner [Thu, 31 Mar 2016 19:43:55 +0000 (15:43 -0400)]
Add netready and domino project to opnfv-docs

Change-Id: I680b83693be98705e0be7fe25375c6e96eb8f3fc
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
8 years agomodified the default ip for new network of public network. 29/11729/1
Narinder Gupta [Thu, 31 Mar 2016 13:17:25 +0000 (08:17 -0500)]
modified the default ip for new network of public network.

Change-Id: If35104709d39d7d5ff7b7823a6fdc520f4147dfb
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
8 years agoadded ELK scripts for porting data from mongo to elasticsearch and managing kibana... 05/11705/1
Juraj Linkes [Tue, 29 Mar 2016 09:13:27 +0000 (11:13 +0200)]
added ELK scripts for porting data from mongo to elasticsearch and managing kibana dashboards

Change-Id: I9edbc1535f6f9c4ca4dc8b4871a04c2ed6d1969e
Signed-off-by: Juraj Linkes <jlinkes@cisco.com>
8 years agobugfix: Fix the docker repo name in yardstick-docker build 01/11701/1
Fatih Degirmenci [Wed, 30 Mar 2016 11:46:09 +0000 (13:46 +0200)]
bugfix: Fix the docker repo name in yardstick-docker build

Change-Id: Ie6125a148b2a9109386dd1d24efd27f457e9145d
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoyardstick: Create a separate docker build job for yardstick 99/11699/1
Fatih Degirmenci [Wed, 30 Mar 2016 11:03:47 +0000 (13:03 +0200)]
yardstick: Create a separate docker build job for yardstick

As yardstick is the only test project releasing for brahmaputra.2.0.

Change-Id: Ie4e1df3d0ae8bdfad6114a3ccb42086e1ae647c9
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoApex: fixes job blocking 85/11685/1
Tim Rozet [Tue, 29 Mar 2016 20:15:38 +0000 (16:15 -0400)]
Apex: fixes job blocking

Issue where master is blocking brahmaputra even though they are on
separate PODs.

Change-Id: I7f8721162b2d45f6b17c6657552c5288dfa1f26f
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoApex:Moves gs_pathname for master back 67/11667/2
Tim Rozet [Mon, 28 Mar 2016 21:12:45 +0000 (17:12 -0400)]
Apex:Moves gs_pathname for master back

Change-Id: Ib2387484e0f196ae7393f9a88b540f08cfe474da
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoMerge "Apex: Prepping master for Colorado"
Tim Rozet [Mon, 28 Mar 2016 20:00:04 +0000 (20:00 +0000)]
Merge "Apex: Prepping master for Colorado"

8 years agoMerge "Complete reporting status, process the scenario and get success criteria"
Morgan Richomme [Mon, 28 Mar 2016 19:15:11 +0000 (19:15 +0000)]
Merge "Complete reporting status, process the scenario and get success criteria"

8 years agoApex: Prepping master for Colorado 65/11665/2
Tim Rozet [Mon, 28 Mar 2016 15:50:53 +0000 (11:50 -0400)]
Apex: Prepping master for Colorado

Fixes include:
 - Modifying artifact path to be /master for master
 - Separates master and brahmaputra dailys + verify
 - master daily now just runs nosdn-ha + virtual
 - Enables master daily cron
 - Master verify just requires nosdn-ha verification

Change-Id: Ie3d1ede4541288b83c8514cac9508f3806ebe3a5
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoMerge "Apex: clean out extra args to deploy and update cleaning"
Tim Rozet [Mon, 28 Mar 2016 14:17:49 +0000 (14:17 +0000)]
Merge "Apex: clean out extra args to deploy and update cleaning"

8 years agoComplete reporting status, process the scenario and get success criteria 85/11585/2
Morgan Richomme [Thu, 24 Mar 2016 15:51:32 +0000 (16:51 +0100)]
Complete reporting status, process the scenario and get success criteria

Change-Id: Iaf5292293aec877f94e9cdec80519a680fef6718
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoAdding a fix needed for Fuel virtual deployment 41/11541/1
Jonas Bjurel [Wed, 23 Mar 2016 14:46:03 +0000 (15:46 +0100)]
Adding a fix needed for Fuel virtual deployment

NOT VERIFIED

Change-Id: Iabe82f34c6a538646469d72e612f63e51917ae98
Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
8 years agoMerge "Create Releng Job for Generating Artifact JSON API"
Aric Gardner [Wed, 23 Mar 2016 13:19:45 +0000 (13:19 +0000)]
Merge "Create Releng Job for Generating Artifact JSON API"

8 years agoMerge "jenkins-jnlp-connect.sh: monit config file was always updated"
Aric Gardner [Wed, 23 Mar 2016 13:17:07 +0000 (13:17 +0000)]
Merge "jenkins-jnlp-connect.sh: monit config file was always updated"

8 years ago[compass] set timer and attach testing jobs to the new senario(centos) 99/11399/2
meimei [Thu, 17 Mar 2016 06:47:19 +0000 (14:47 +0800)]
[compass] set timer and attach testing jobs to the new senario(centos)

Change-Id: I94a2f097432148a9fa1e739225960c1ac1ec581e
Signed-off-by: meimei <meimei@huawei.com>
8 years agoApex: clean out extra args to deploy and update cleaning 99/11299/3
Dan Radez [Mon, 14 Mar 2016 16:49:35 +0000 (12:49 -0400)]
Apex: clean out extra args to deploy and update cleaning

Change-Id: Ic705c17fe70653ebcbfdef4fcd277b266272c671
Signed-off-by: Dan Radez <dradez@redhat.com>
8 years agoAdd scenario and criteria field in the Test result object of the test API 03/11403/1
Morgan Richomme [Thu, 17 Mar 2016 13:54:25 +0000 (14:54 +0100)]
Add scenario and criteria field in the Test result object of the test API

scenario will be used for OPNFV scenario (currently using version field)
criteria will be passed or failed to give an immediate feedback on the test result status

JIRA: FUNCTEST-151

Change-Id: Iff5eb66bbf0cfbaafec0c3a6211031f6eb83c34f
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoMerge "Add automatic status reporting Show last scenario run + sun/cloud/storm dynami...
Morgan Richomme [Thu, 17 Mar 2016 13:30:08 +0000 (13:30 +0000)]
Merge "Add automatic status reporting Show last scenario run + sun/cloud/storm dynamically"

8 years agoAdd automatic status reporting 95/11395/4
Morgan Richomme [Wed, 16 Mar 2016 17:31:06 +0000 (18:31 +0100)]
Add automatic status reporting
Show last scenario run + sun/cloud/storm dynamically

JIRA:FUNCTEST-151

Change-Id: I86eeb64f0dea842a71b0cba9dd1058d7fa876269
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoMerge "docs: use venv"
Ryota MIBU [Wed, 16 Mar 2016 19:00:56 +0000 (19:00 +0000)]
Merge "docs: use venv"

8 years agoMerge "Remove Peter Bandzi and add Mei Mei as committers"
Fatih Degirmenci [Tue, 15 Mar 2016 15:38:52 +0000 (15:38 +0000)]
Merge "Remove Peter Bandzi and add Mei Mei as committers"

8 years agofuel: Enable and readjust triggers 47/11347/1
Fatih Degirmenci [Tue, 15 Mar 2016 14:41:30 +0000 (15:41 +0100)]
fuel: Enable and readjust triggers

Change-Id: Ia675e594d30c727c6584aff97e17f7a108c3f209
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoRemove Peter Bandzi and add Mei Mei as committers 45/11345/1
Fatih Degirmenci [Tue, 15 Mar 2016 14:28:53 +0000 (15:28 +0100)]
Remove Peter Bandzi and add Mei Mei as committers

Change-Id: I7ca43a263d28ab29f89361358b54c4a5c94b036a
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agofuel: Enable automatic triggers for all scenarios 35/11335/1
Fatih Degirmenci [Tue, 15 Mar 2016 11:52:35 +0000 (12:52 +0100)]
fuel: Enable automatic triggers for all scenarios

Scenarios triggers adjusted/shifted in a way that they get
triggered ondifferent times against master and stable/brahmaputra
branches. For example if a scenario is triggered at 00:00 against
master branch on LF POD2, same scenario will be triggered at 12:00
against stable/brahmaputra branch on Ericsson POD2.

Change-Id: Ifd962237a753c79cd2b3a885cbb35374f5fd08bd
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoyardstick: upgrade pip version 63/11263/2
Jo¶rgen Karlsson [Fri, 11 Mar 2016 14:33:40 +0000 (15:33 +0100)]
yardstick: upgrade pip version

Change-Id: Ifd718fa026ff20fade6873aa0e75fadb50ce0cd8
Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
8 years agoOrganization of reporting files 73/11273/1
boucherv [Sat, 12 Mar 2016 21:47:46 +0000 (22:47 +0100)]
Organization of reporting files

Change-Id: I2761528ca988f10deb112aab567bfd0ee407d072
Signed-off-by: boucherv <valentin.boucher@orange.com>
8 years agojenkins-jnlp-connect.sh: monit config file was always updated 97/11097/1
Josep Puigdemont [Thu, 10 Mar 2016 15:39:48 +0000 (16:39 +0100)]
jenkins-jnlp-connect.sh: monit config file was always updated

The jenkins-jnlp-connect.sh script will check whether a monit
configuration file for jenkins exists. If it does, it will make sure the
contents are correct according to the paramters provided in the command
line. The check is made diffing the contents of the file with what is
expected by the script. However the script compares the contents of the
file against a string that is not exactly the same to what would be
written to the file by the script, resulting in the check always
failing, and the file being rewritten unnecessarily every time.

Change-Id: I0b15195e9d667c11898942c92b39ef3fb053821d
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
8 years agoAdd missing $ in bash script variable 93/11093/1
Josep Puigdemont [Thu, 10 Mar 2016 14:59:09 +0000 (15:59 +0100)]
Add missing $ in bash script variable

Change-Id: Iee61343d1ce838e4a2ff25a664b069f4278c5b78
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
8 years agoMerge "updates to supporting Apex build rewrite"
Tim Rozet [Thu, 10 Mar 2016 13:12:38 +0000 (13:12 +0000)]
Merge "updates to supporting Apex build rewrite"

8 years agoupdates to supporting Apex build rewrite 17/11017/5
Dan Radez [Tue, 8 Mar 2016 16:31:46 +0000 (11:31 -0500)]
updates to supporting Apex build rewrite

Change-Id: Ife28e8975733e77bc19144fece5cac208e4c7a4e
Signed-off-by: Dan Radez <dradez@redhat.com>
8 years agoMerge "reorganization of Test folder in Releng"
Morgan Richomme [Thu, 10 Mar 2016 10:22:23 +0000 (10:22 +0000)]
Merge "reorganization of Test folder in Releng"

8 years agoMerge "Add automated reporting for Tempest"
Morgan Richomme [Thu, 10 Mar 2016 10:21:59 +0000 (10:21 +0000)]
Merge "Add automated reporting for Tempest"

8 years agoreorganization of Test folder in Releng 87/11087/2
Morgan Richomme [Thu, 10 Mar 2016 08:34:38 +0000 (09:34 +0100)]
reorganization of Test folder in Releng

Change-Id: I92b507105e820198691ab8b1c44e1011b983b849
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoMerge "docs: add hints of longtable and figure placement"
Ryota MIBU [Thu, 10 Mar 2016 03:52:39 +0000 (03:52 +0000)]
Merge "docs: add hints of longtable and figure placement"

8 years agoCreate Releng Job for Generating Artifact JSON API 81/10981/7
Trevor Bramwell [Fri, 4 Mar 2016 19:04:55 +0000 (11:04 -0800)]
Create Releng Job for Generating Artifact JSON API

'opnfv.org/artifacts' uses the index.json file generated by the
opnfv-artifacts.py script to list artifacts generated
by other OPNFV builds.

This adds a Jenkins 'cronjob' for generating and uploading a JSON file
to Google Storage containing links to the artifacts and their metadata.

Change-Id: I3c40391b40e1e536d4c27e27d5621bf4bc4c00a3
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
8 years agoMerge "Change the way to detect monit configuration dir"
Fatih Degirmenci [Wed, 9 Mar 2016 22:35:52 +0000 (22:35 +0000)]
Merge "Change the way to detect monit configuration dir"

8 years agoRefined syntax for handling run_tests.sh parameters 51/11051/2
Viktor Tikkanen [Wed, 9 Mar 2016 10:31:52 +0000 (12:31 +0200)]
Refined syntax for handling run_tests.sh parameters

Change-Id: I9475d279e5e72717221aacd618e07628386d6d41
Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
8 years agoproject models regex for documentation tool chain 81/11081/1
Aric Gardner [Wed, 9 Mar 2016 17:01:38 +0000 (12:01 -0500)]
project models regex for documentation tool chain

Change-Id: Ie8c5485c6eae5cfbe7785d7ef20a8d25b3335a38
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
8 years agoChange the way to detect monit configuration dir 73/11073/1
Josep Puigdemont [Wed, 9 Mar 2016 16:29:41 +0000 (17:29 +0100)]
Change the way to detect monit configuration dir

Instead of finding out the Linux distribution of the host, try
whether one of the well known monit configuration directories exist,
and use that.

Change-Id: Ibb111661fb3a6ef8e4b4ef559b9a1d56599d59c8
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
8 years agoAdd automated reporting for Tempest 71/11071/1
Morgan Richomme [Wed, 9 Mar 2016 16:21:05 +0000 (17:21 +0100)]
Add automated reporting for Tempest

Change-Id: I3cc411c2d0d22a96333bf0b978ad8dd833744e8c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agojoid: Disable triggers on intel-pod6 during troubleshooting 13/11013/1
Fatih Degirmenci [Tue, 8 Mar 2016 15:22:55 +0000 (16:22 +0100)]
joid: Disable triggers on intel-pod6 during troubleshooting

Change-Id: I131bc19e95f19c97c8083b30bd5faae30c3e1a66
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoForced serial execution of tempest test suit 05/11005/1
Viktor Tikkanen [Tue, 8 Mar 2016 11:02:02 +0000 (13:02 +0200)]
Forced serial execution of tempest test suit

"-s" option is added for run_tests.sh in order to force serial
execution of test cases in Functest test suites. This option
affects currently Tempest test suite.

Using of this option will reduce number of consumed floating IP
addresses and should resolve possible concurrency problems
of testr tool. On the other hand, it will increase the total
execution time of test cases.

Change-Id: Ib685db5faa94ed498ff9a0ec6587786b60f0c73d
Signed-off-by: Viktor Tikkanen <viktor.tikkanen@nokia.com>
8 years agoMerge "updating the verify job to match the new build script"
Tim Rozet [Mon, 7 Mar 2016 16:50:04 +0000 (16:50 +0000)]
Merge "updating the verify job to match the new build script"

8 years agoupdating the verify job to match the new build script 41/10641/10
Dan Radez [Wed, 24 Feb 2016 19:49:57 +0000 (14:49 -0500)]
updating the verify job to match the new build script

OPNFV_CLEAN will handle reusing the undercloud in the
future, so it will be removed and not passed for every
deploy once the functionality lands in apex

Change-Id: I9c15fd9ba1095bd66894d0d947d038485e4e5d0d
Signed-off-by: Dan Radez <dradez@redhat.com>
8 years agoMigrate master build to intel-pod-7 85/10985/1
Tim Rozet [Sun, 6 Mar 2016 21:41:53 +0000 (16:41 -0500)]
Migrate master build to intel-pod-7

Change-Id: Ie281f2c736fef2dd49290f0b266e6b0f91acb232
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoReporting dashboard for functest 37/10937/3
boucherv [Wed, 2 Mar 2016 15:04:10 +0000 (16:04 +0100)]
Reporting dashboard for functest

Change-Id: I6a5fa0c8918c0d4a98754c38f3c33238a0132a39
Signed-off-by: boucherv <valentin.boucher@orange.com>
8 years agojoid: remove orange pod2 from CI triggers 21/10921/2
David Blaisonneau [Tue, 1 Mar 2016 15:03:56 +0000 (16:03 +0100)]
joid: remove orange pod2 from CI triggers

Change-Id: I577dd5e4e6222b756491f6a0ec8bbaa3e9320cc0
Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
8 years agoRemove Guy Rodrigue Koffi as committer 23/10923/1
Aric Gardner [Tue, 1 Mar 2016 20:49:47 +0000 (15:49 -0500)]
Remove Guy Rodrigue Koffi as committer

Change-Id: I317891af527815bfa9aa14a8bcc631636d4d5d8b
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
8 years agoMerge "Add tempest success rate to calculate the % of success results"
Morgan Richomme [Tue, 1 Mar 2016 09:46:16 +0000 (09:46 +0000)]
Merge "Add tempest success rate to calculate the % of success results"

8 years agoapex: Migrates master verify to intel-pod7 99/10899/1
Tim Rozet [Mon, 29 Feb 2016 18:25:14 +0000 (13:25 -0500)]
apex: Migrates master verify to intel-pod7

Change-Id: Ia376be4b1a37bad6992e4a41697f2f7d922e356c
Signed-off-by: Tim Rozet <trozet@redhat.com>
8 years agoAdd tempest success rate to calculate the % of success results 93/10893/1
Morgan Richomme [Mon, 29 Feb 2016 13:59:40 +0000 (14:59 +0100)]
Add tempest success rate to calculate the % of success results

Change-Id: I38c76904648253601258e5a048ea6bc53821c313
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoMerge "fix last spaces & tab"
Morgan Richomme [Mon, 29 Feb 2016 09:18:19 +0000 (09:18 +0000)]
Merge "fix last spaces & tab"

8 years agodocs: add hints of longtable and figure placement 37/10437/7
Ryota MIBU [Tue, 23 Feb 2016 08:26:56 +0000 (17:26 +0900)]
docs: add hints of longtable and figure placement

Change-Id: I1db5c67477d97c79c5291a27ddcc69914c491fb0
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
8 years agobug fix: installer field no more available in result object 89/10889/1
Morgan Richomme [Mon, 29 Feb 2016 08:57:24 +0000 (09:57 +0100)]
bug fix: installer field no more available in result object

Change-Id: I3562231f88ac16179d07e9a3a855f1dc114ada6d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agofix last spaces & tab 77/10877/1
Morgan Richomme [Fri, 26 Feb 2016 16:03:03 +0000 (17:03 +0100)]
fix last spaces & tab

Change-Id: I15503bcdb1f5b046d2fbdb6a6b35ebbdd184fbc9
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
8 years agoMerge "Add jenkins build tag into result api"
Morgan Richomme [Fri, 26 Feb 2016 15:58:29 +0000 (15:58 +0000)]
Merge "Add jenkins build tag into result api"

8 years agoMerge "Add POD visualisation"
Morgan Richomme [Fri, 26 Feb 2016 15:58:18 +0000 (15:58 +0000)]
Merge "Add POD visualisation"

8 years agoAdd jenkins build tag into result api 71/10871/1
boucherv [Fri, 26 Feb 2016 14:40:54 +0000 (15:40 +0100)]
Add jenkins build tag into result api

Ex: jenkins-functest-compass-intel-pod8-daily-master-19

Change-Id: I336d3908d6d67ba7f995d0fc25b5404efd9b5cf5
JIRA: FUNCTEST-140
Signed-off-by: boucherv <valentin.boucher@orange.com>
8 years agoAdd POD visualisation 29/10829/2
Cloud user [Thu, 25 Feb 2016 14:48:02 +0000 (14:48 +0000)]
Add POD visualisation

Change-Id: I4044c018fc3900615492a897e0c2a73348c8b0cd
Signed-off-by: Cloud user <cloud@test-cloudinit.novalocal>
8 years agoMerge "Add huawei slave to run yardstick"
Jun Li [Fri, 26 Feb 2016 09:13:26 +0000 (09:13 +0000)]
Merge "Add huawei slave to run yardstick"

8 years ago[compass]bugfix: miss a "|" when we have two predefine parameters 63/10863/1
meimei [Fri, 26 Feb 2016 08:49:37 +0000 (16:49 +0800)]
[compass]bugfix: miss a "|" when we have two predefine parameters

Change-Id: Ie6ad8ffa979c2d5e80cfb53cb338a94e9aa96e27
Signed-off-by: meimei <meimei@huawei.com>
8 years agoAdd huawei slave to run yardstick 59/10859/1
QiLiang [Fri, 26 Feb 2016 08:43:36 +0000 (16:43 +0800)]
Add huawei slave to run yardstick

Change-Id: I0e0dce6e2fa7ad8f8cf6261e0c7311f650ecb938
Signed-off-by: QiLiang <liangqi1@huawei.com>
8 years ago[compass] add jobs of deploying centos7 55/10855/3
meimei [Fri, 26 Feb 2016 02:38:38 +0000 (10:38 +0800)]
[compass] add jobs of deploying centos7

Change-Id: Iae7d280e7b45a8dcaa61f3bedea8a7f5c4d5ad82
Signed-off-by: meimei <meimei@huawei.com>
8 years agoRename Intel POD2 slave parameter to match the slave name on jenkins 23/10823/1
Fatih Degirmenci [Thu, 25 Feb 2016 13:48:50 +0000 (14:48 +0100)]
Rename Intel POD2 slave parameter to match the slave name on jenkins

Change-Id: Ifdca96240d6628e724cc6c0b87b7cae0f9004de4
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agodocker: Make it possible to specify tags for Docker Images of test projects 75/10475/5
Fatih Degirmenci [Tue, 23 Feb 2016 10:44:46 +0000 (11:44 +0100)]
docker: Make it possible to specify tags for Docker Images of test projects

Also use latest for images built on master and stable for images built on stable branch.

Change-Id: I0988be86abcb2a13d8e94962b4ba1ced8778793b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agodocker: Bump base version of docker images to brahmaputra.1 09/10809/2
Fatih Degirmenci [Thu, 25 Feb 2016 12:53:27 +0000 (13:53 +0100)]
docker: Bump base version of docker images to brahmaputra.1

This patch should wait until images of all the projects are built and tagged.

Change-Id: Id2bf0866db1bcaea4de687f8580851cc62751605
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years agoMerge "[bugfix] undo verify when doc changed" brahmaputra.1.0
Jun Li [Thu, 25 Feb 2016 08:48:20 +0000 (08:48 +0000)]
Merge "[bugfix] undo verify when doc changed"

8 years agoyardstick: Fix issues by switching to pip install 29/10729/1
Fatih Degirmenci [Thu, 25 Feb 2016 08:45:13 +0000 (09:45 +0100)]
yardstick: Fix issues by switching to pip install

Change-Id: I7ea7db22c8a1e85c5cbd1ea262fb0ee36ce0a23b
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
8 years ago[bugfix] undo verify when doc changed 25/10725/1
meimei [Thu, 25 Feb 2016 08:30:27 +0000 (16:30 +0800)]
[bugfix] undo verify when doc changed

Change-Id: I5717249e40a711c207d1d15fb3260c09217408f2
Signed-off-by: meimei <meimei@huawei.com>