releng/builder.git
7 years agogeneral improvement of published graphs for 1node and 3node controller benchmark job 45/46945/12
Peter Gubka [Fri, 14 Oct 2016 12:38:16 +0000 (14:38 +0200)]
general improvement of published  graphs for 1node and 3node controller benchmark job

the main purpose is to split unreadable graphs in
controller-csit-Xnode-periodic-benchmark-x-y

to be merged after https://git.opendaylight.org/gerrit/#/c/47424/

Change-Id: I573518012039d99eb7db88ffdb4930cb0d496043
Signed-off-by: Peter Gubka <pgubka@cisco.com>
7 years agoMerge "Exclude yangide from builder-check-poms"
Thanh Ha [Fri, 14 Oct 2016 03:34:58 +0000 (03:34 +0000)]
Merge "Exclude yangide from builder-check-poms"

7 years agoMerge "Add a note regarding deploy maven jobs"
Thanh Ha [Fri, 14 Oct 2016 03:24:28 +0000 (03:24 +0000)]
Merge "Add a note regarding deploy maven jobs"

7 years agoMigrate all jobs to use new mvn shortnames 23/46923/3
Anil Belur [Fri, 14 Oct 2016 01:36:07 +0000 (11:36 +1000)]
Migrate all jobs to use new mvn shortnames

This is a follow up patch (for change 46811) to use new mvn33 profile
name for Maven path. The patch replaces all occurances of {mvn33},
{mvn32} with new shortname mvn33, mvn32.

Change-Id: I40ca16e8ab89c151f111f534752e3a5ea7cb24c4
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Preserve property files to trigger test jobs"
Thanh Ha [Fri, 14 Oct 2016 00:29:58 +0000 (00:29 +0000)]
Merge "Preserve property files to trigger test jobs"

7 years agoPreserve property files to trigger test jobs 20/46920/1
Anil Belur [Thu, 13 Oct 2016 22:22:33 +0000 (08:22 +1000)]
Preserve property files to trigger test jobs

The tigger to the ingetration-test jobs are in the publisher
section, while the workspace gets cleaned up at the end of builders
resulting in downstream jobs to fail, as the property file is not found
once the workspace is cleaned up.

As a workaround we have to preserve the variables.prop file for the
autorelease jobs to tigger the downstream jobs, which is accomplished
excluding the file.

Change-Id: I7c023bcb70ea8f4ec4bd9cf648e37a5748ee111c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Add RAM for dsbenchmark job"
Luis Gomez [Thu, 13 Oct 2016 20:19:43 +0000 (20:19 +0000)]
Merge "Add RAM for dsbenchmark job"

7 years agoMerge "Add sfc features and update carbon project branch"
Vratko Polák [Thu, 13 Oct 2016 15:11:01 +0000 (15:11 +0000)]
Merge "Add sfc features and update carbon project branch"

7 years agoAdd RAM for dsbenchmark job 73/46873/1
Vratko Polak [Thu, 13 Oct 2016 10:17:22 +0000 (12:17 +0200)]
Add RAM for dsbenchmark job

Change-Id: I203e058f57c31fe60c9435a53eafd7676f85f277
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Purge un-needed references to lithium stream"
Thanh Ha [Thu, 13 Oct 2016 03:29:04 +0000 (03:29 +0000)]
Merge "Purge un-needed references to lithium stream"

7 years agoPurge un-needed references to lithium stream 44/46144/2
Vratko Polak [Fri, 23 Sep 2016 16:50:20 +0000 (18:50 +0200)]
Purge un-needed references to lithium stream

+ Mostly removed comment lines from {project}.yaml (and similar) files.
+ Releng template comments updated to mention boron and carbon.
+ Removed if from autorelease distribution version detection script.
+ Added FIXMEs to references in neutron project files.
+ Updated comment on Bgpcep *-all features.
- Remaining references are for Openflowplugin Lithium redesign, relevant even for Carbon.

Change-Id: Ifb82e3ef9c3e248c7d2a9964d69333c3dd8f94c7
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Refactor flow service test"
Jamo Luhrsen [Wed, 12 Oct 2016 23:43:37 +0000 (23:43 +0000)]
Merge "Refactor flow service test"

7 years agoMerge "Fix rsync script not picking up subprojects correctly"
Anil Belur [Wed, 12 Oct 2016 22:07:35 +0000 (22:07 +0000)]
Merge "Fix rsync script not picking up subprojects correctly"

7 years agoMerge "Restore older OpFlex build streams and further fixes to carbon build"
Thanh Ha [Wed, 12 Oct 2016 17:28:14 +0000 (17:28 +0000)]
Merge "Restore older OpFlex build streams and further fixes to carbon build"

7 years agoRefactor flow service test 43/46843/2
Luis Gomez [Wed, 12 Oct 2016 15:42:58 +0000 (08:42 -0700)]
Refactor flow service test

Change OVS 2.0 -> OVS 2.5
Add table miss feature for OVS 2.5
Adjust FRS test to check functionality (add flow stats delay)
This change requires https://git.opendaylight.org/gerrit/#/c/46797

Change-Id: Ida2bfc316f1770358d9f7e604f4201d5813cb6c0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoFix rsync script not picking up subprojects correctly 14/46814/1
Thanh Ha [Wed, 12 Oct 2016 06:29:37 +0000 (02:29 -0400)]
Fix rsync script not picking up subprojects correctly

Patch the rsync script to pick up subprojects in the correct path. This
patch actually simplifies the rsync script to pull all of
org/opendaylight rather than looping each project.

Originally we were rsyncing from ~/.m2/repository so it was necessary to
run the loop to ensure we only pick up projects built by autorelease as
at one time the ODL CI was sharing the local maven repo and build
minions were reused so could accidently pick up old build artifacts.
This is no longer the case.

Change-Id: I0b7a313cf147bc0fd6e3f2dc671aa3ab5f8e50d3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoFix maven-exec path to path on minion nodes 11/46811/1
Thanh Ha [Wed, 12 Oct 2016 03:30:27 +0000 (23:30 -0400)]
Fix maven-exec path to path on minion nodes

The Maven tools directory on minion nodes is in /w so fix maven-exec to
point there. Also JJB doesn't handle space -> underscore (_) conversion
so use new mvn33 profile name for Maven path.

Follow on patches should be created to migrate all jobs to use new mvn
shortnames and remove the default variables for {mvn33}, {mvn32},
{mvn31} etc... This simplifies ODL JJB a little bit.

Change-Id: I77951c29b6dadca1246f88ac0f537d09f3c171ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Fix autorelease staging job"
Thanh Ha [Wed, 12 Oct 2016 02:04:53 +0000 (02:04 +0000)]
Merge "Fix autorelease staging job"

7 years agoBug 6926 - Distribution-check should be run on trivial rebases and no-code changes 92/46792/2
Alexis de Talhouët [Tue, 11 Oct 2016 18:15:36 +0000 (14:15 -0400)]
Bug 6926 - Distribution-check should be run on trivial rebases and no-code changes

Change-Id: I1911102693c1e3b0a9669dad47435f073d1d9b69
Signed-off-by: Alexis de Talhouët <adetalhouet@inocybe.com>
7 years agoMerge "Add Jobs for stable/newton branch of Openstack"
Vratko Polák [Tue, 11 Oct 2016 15:03:57 +0000 (15:03 +0000)]
Merge "Add Jobs for stable/newton branch of Openstack"

7 years agoAdd sfc features and update carbon project branch 57/46757/2
ejisfza [Tue, 11 Oct 2016 09:53:15 +0000 (11:53 +0200)]
Add sfc features and update carbon project branch

* Update the stream field inside the sfc full-deploy yaml to the
current Carbon release.

* Added "only" scope, as it was identified an issue in sfc functionality
when odl-integration-compatible-all feature is installed.

* Add needed sfc features to make the following commit work correctly:
https://git.opendaylight.org/gerrit/45819/ These features ensure
the flow entries installation in the service-function-forwarders and
classifiers.

Change-Id: I487c65828a01b8f309ea34862a718a6420722c10
Signed-off-by: ejisfza <jose.luis.franco.arza@ericsson.com>
7 years agoMerge "Give netconf scale job more RAM"
Jamo Luhrsen [Mon, 10 Oct 2016 22:51:45 +0000 (22:51 +0000)]
Merge "Give netconf scale job more RAM"

7 years agoMerge "Redirect and archive Karaf console output"
Luis Gomez [Mon, 10 Oct 2016 19:04:13 +0000 (19:04 +0000)]
Merge "Redirect and archive Karaf console output"

7 years agoMerge "Do not abort on jstack failure"
Luis Gomez [Mon, 10 Oct 2016 18:58:07 +0000 (18:58 +0000)]
Merge "Do not abort on jstack failure"

7 years agochange job name to match recent job renaming 44/46744/1
Jamo Luhrsen [Mon, 10 Oct 2016 17:27:05 +0000 (10:27 -0700)]
change job name to match recent job renaming

Change-Id: I1c8421f0350ccf3e4cf2576420992d174f2d3357
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoGive netconf scale job more RAM 24/46724/1
Vratko Polak [Mon, 10 Oct 2016 12:46:06 +0000 (14:46 +0200)]
Give netconf scale job more RAM

The JVM is configured to use 6 GB for heap,
but the default ODL system only gets 4 GB of RAM.

Change-Id: I76fb6cba250443293ef18d5f070eed52d8744e43
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoRedirect and archive Karaf console output 21/46721/1
Vratko Polak [Mon, 10 Oct 2016 11:05:29 +0000 (13:05 +0200)]
Redirect and archive Karaf console output

Change-Id: I9ce6080ae35462908fd9f4b8a96e071f772db03d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoDo not abort on jstack failure 19/46719/1
Vratko Polak [Mon, 10 Oct 2016 10:29:35 +0000 (12:29 +0200)]
Do not abort on jstack failure

Change-Id: Id34f8d88fdeec346a3c4a4b2103e7a0496ef72f8
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoRemove jobs for non-default OpenFlow plugin in all branches 95/46695/2
Luis Gomez [Sat, 8 Oct 2016 02:05:20 +0000 (19:05 -0700)]
Remove jobs for non-default OpenFlow plugin in all branches

As agreed: https://lists.opendaylight.org/pipermail/openflowplugin-dev/2016-October/006142.html

Change-Id: I1e7ec4da291c22af01c0c716e5a3d8297cdc642f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoRestore older OpFlex build streams and further fixes to carbon build 45/46645/2
Rob Adams [Fri, 7 Oct 2016 01:41:06 +0000 (18:41 -0700)]
Restore older OpFlex build streams and further fixes to carbon build

* Set up templating variables to allow changing dependencies only for
  new release streams without disrupting old ones.
* OVS library header fixup for carbon build

Change-Id: Iae3fdffcd1cfda68419e4e4a9cc3129505ee2ee8
Signed-off-by: Rob Adams <readams@readams.net>
7 years agoMerge "Fix indent for scm, triggers and publisher sub-sections"
Vratko Polák [Fri, 7 Oct 2016 12:34:27 +0000 (12:34 +0000)]
Merge "Fix indent for scm, triggers and publisher sub-sections"

7 years agoAdd Jobs for stable/newton branch of Openstack 37/46637/1
gvrangan [Thu, 6 Oct 2016 19:12:02 +0000 (19:12 +0000)]
Add Jobs for stable/newton branch of Openstack

Recently  the stable/newton branch is cut. so, we can have
ODL jobs to know the problems earlier. The networking-odl does not
have a stable/newton yet.

Change-Id: I2f29c1f5c43841e7207f30ba470ecdb33f177de9
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoFix autorelease staging job 81/46481/4
Anil Belur [Tue, 4 Oct 2016 13:33:30 +0000 (09:33 -0400)]
Fix autorelease staging job

Maven is not currently found due to freestyle job paths. Make sure
we create a job parameter that gives the path to the dynamically
installed maven and force maven install before it's used.

Change-Id: I8fe62746a17e5dfb2831d64742cb9fb856cf02b7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Revert "Strengthen distribution-check""
Jamo Luhrsen [Thu, 6 Oct 2016 17:11:46 +0000 (17:11 +0000)]
Merge "Revert "Strengthen distribution-check""

7 years agoRevert "Strengthen distribution-check" 29/46629/1
Vratko Polak [Thu, 6 Oct 2016 17:08:22 +0000 (19:08 +0200)]
Revert "Strengthen distribution-check"

This reverts commit 6914bb13060c60cf65d51f58775e2f39959c99ed.

The new distribution-check is failing.
Until the exact cause is identified and fixed,
we should use the previous job so projects can make progress.

Change-Id: I874c9834fb6cd93d1e00b46d2aa7213c68a44fda
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "removing the combinations involving liberty openstack in netvirt CSIT."
Luis Gomez [Thu, 6 Oct 2016 16:48:20 +0000 (16:48 +0000)]
Merge "removing the combinations involving liberty openstack in netvirt CSIT."

7 years agoMerge "Update OpFlex dependencies"
Andrew Grimberg [Thu, 6 Oct 2016 01:00:40 +0000 (01:00 +0000)]
Merge "Update OpFlex dependencies"

7 years agoMerge "Strengthen distribution-check"
Luis Gomez [Tue, 4 Oct 2016 15:59:49 +0000 (15:59 +0000)]
Merge "Strengthen distribution-check"

7 years agoMerge "Pyangbind version updated."
Vratko Polák [Tue, 4 Oct 2016 14:51:15 +0000 (14:51 +0000)]
Merge "Pyangbind version updated."

7 years agoPyangbind version updated. 47/46347/2
Ashish [Mon, 3 Oct 2016 08:26:59 +0000 (13:56 +0530)]
Pyangbind version updated.

Change-Id: Id067e10d4430367baa738187cbeb851d9f485db8
Signed-off-by: Ashish <ashishk.iiit@gmail.com>
7 years agoUpdate OpFlex dependencies 24/46424/1
Rob Adams [Mon, 3 Oct 2016 23:46:34 +0000 (16:46 -0700)]
Update OpFlex dependencies

* Switch to upstream OVS 2.6.0
* Update rapidjson and libuv dependencies

Change-Id: If679c6a9d7c0f187229023efe97460f5ad094b72
Signed-off-by: Rob Adams <readams@readams.net>
7 years agoremoving the combinations involving liberty openstack in netvirt CSIT. 99/46399/1
Jamo Luhrsen [Mon, 3 Oct 2016 17:48:10 +0000 (10:48 -0700)]
removing the combinations involving liberty openstack in netvirt CSIT.

the impression is that even if liberty jobs were to start failing, nobody
would care to debug or, especially, fix.  We still have mitaka jobs
to run, and very shortly we'll have stable/newton to enable.

Change-Id: Ie41b653301a7c38fa411f79c9d99cbadc1556cfb
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoMerge "Gzip karaf.log before fetching and archiving it"
Jamo Luhrsen [Mon, 3 Oct 2016 17:22:40 +0000 (17:22 +0000)]
Merge "Gzip karaf.log before fetching and archiving it"

7 years agoMerge "Robot installation: Pinpoint pycparser version"
Luis Gomez [Mon, 3 Oct 2016 17:08:45 +0000 (17:08 +0000)]
Merge "Robot installation: Pinpoint pycparser version"

7 years agoRobot installation: Pinpoint pycparser version 50/46350/1
Vratko Polak [Mon, 3 Oct 2016 10:19:47 +0000 (12:19 +0200)]
Robot installation: Pinpoint pycparser version

Change-Id: Id77ab93da8c95359694efb1af025d1f9cbd0289c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoRemoved the version details of nuget and mono-complete 33/46333/1
gvrangan [Fri, 30 Sep 2016 23:20:08 +0000 (23:20 +0000)]
Removed the version details of nuget and mono-complete

- The bug https://bugzilla.xamarin.com/show_bug.cgi?id=41953
  was resolved, so this is not required anymore.

- I have validated the new nuget is able to download the
  package.

Change-Id: I8ebe41ca3af9fa5112abf9f2f541fc21a3a9969b
Signed-off-by: gvrangan <venkatrangang@hcl.com>
7 years agoStrengthen distribution-check 58/46258/15
Vratko Polak [Wed, 28 Sep 2016 18:36:42 +0000 (20:36 +0200)]
Strengthen distribution-check

Multiple build steps use "fake remote" repository
in order to discover missing POM references.

Change-Id: I11cad4bb2294b7ed1d88970848a5449417a09d50
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoGzip karaf.log before fetching and archiving it 35/46235/1
Vratko Polak [Tue, 27 Sep 2016 15:29:51 +0000 (17:29 +0200)]
Gzip karaf.log before fetching and archiving it

This replaces the risk or running out of Robot disk space
with the risk of running out of ODL system disk space (which is less bad).

Change-Id: Iea331dde988d96a73dd82e898b93b58bdb56b8c2
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Fix to invoke downstream jobs from autorelease jobs"
Vratko Polák [Tue, 27 Sep 2016 09:30:47 +0000 (09:30 +0000)]
Merge "Fix to invoke downstream jobs from autorelease jobs"

7 years agoMerge "Add netvirt csit for stateful and learn security groups"
Vratko Polák [Mon, 26 Sep 2016 16:35:46 +0000 (16:35 +0000)]
Merge "Add netvirt csit for stateful and learn security groups"

7 years agoExclude yangide from builder-check-poms 74/46174/1
Vratko Polak [Mon, 26 Sep 2016 11:07:12 +0000 (13:07 +0200)]
Exclude yangide from builder-check-poms

Change-Id: Ia53e8e801d2704794e3d2d377da6d5ed7f0ce57d
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Activate robot virtualenv in configure clustering script"
Jamo Luhrsen [Fri, 23 Sep 2016 20:06:21 +0000 (20:06 +0000)]
Merge "Activate robot virtualenv in configure clustering script"

7 years agoMerge "Add jobs for new OpenFLow REST perf test"
Jamo Luhrsen [Fri, 23 Sep 2016 19:17:54 +0000 (19:17 +0000)]
Merge "Add jobs for new OpenFLow REST perf test"

7 years agoActivate robot virtualenv in configure clustering script 24/46124/1
Vratko Polak [Fri, 23 Sep 2016 12:21:02 +0000 (14:21 +0200)]
Activate robot virtualenv in configure clustering script

Change-Id: Iae687c93acabec9f1ddc40c700d73143e31b8e52
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Add netconf cluster job with reduced features"
Luis Gomez [Fri, 23 Sep 2016 03:27:26 +0000 (03:27 +0000)]
Merge "Add netconf cluster job with reduced features"

7 years agoAdd jobs for new OpenFLow REST perf test 06/46106/2
Luis Gomez [Fri, 23 Sep 2016 02:44:09 +0000 (19:44 -0700)]
Add jobs for new OpenFLow REST perf test

New REST test sends 64K flows distributed in 32 switches.
This goes with gerrit 46103.

Change-Id: I181f2c1cb1fdc056befa11de119db46cb698d24b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoMerge "Update minions sub-section for packer job and scripts"
Anil Belur [Thu, 22 Sep 2016 22:10:09 +0000 (22:10 +0000)]
Merge "Update minions sub-section for packer job and scripts"

7 years agoAdd a note regarding deploy maven jobs 17/46017/1
Anil Belur [Thu, 22 Sep 2016 01:49:48 +0000 (11:49 +1000)]
Add a note regarding deploy maven jobs

Maven deploy jobs still need to remain Jenkins Maven Project types,
perhaps we can take another look at migration to freestyle once upstream
enhancement MNG-5666 is resolved.

    https://issues.apache.org/jira/browse/MNG-5666

Change-Id: I61d6cd92687006b3c6485510306048d48e1c4c99
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdate minions sub-section for packer job and scripts 50/45850/4
Anil Belur [Mon, 12 Sep 2016 08:55:31 +0000 (18:55 +1000)]
Update minions sub-section for packer job and scripts

Change-Id: I2cdb09b346662dfd1cc7e2b0479ca9b31dd65a2c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoFix indent for scm, triggers and publisher sub-sections 44/45944/4
Anil Belur [Tue, 20 Sep 2016 23:39:24 +0000 (09:39 +1000)]
Fix indent for scm, triggers and publisher sub-sections

Change-Id: I4cd4b73b59a39cd216b66c9c67703b14a7e820cc
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoFix to invoke downstream jobs from autorelease jobs 71/45971/2
Anil Belur [Wed, 21 Sep 2016 11:41:46 +0000 (21:41 +1000)]
Fix to invoke downstream jobs from autorelease jobs

* Downstream integration test jobs are not getting triggered
due to property file being unavailable in the environment which is requierd
for passing URL bundle link parameter to trigger the
integration-distribution-test job.
* The downstream job is not triggered since the created `variables.props` file
is unavailable to the upstream job and forcing it to fail with (fail-on-missing flag).

Change-Id: I7cac02c39bbbcca48eec1657ee903c64cd60c5a0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Organize bulkomatic performance suites"
Vratko Polák [Wed, 21 Sep 2016 15:30:15 +0000 (15:30 +0000)]
Merge "Organize bulkomatic performance suites"

7 years agoAdd netconf cluster job with reduced features 66/45166/4
Vratko Polak [Wed, 21 Sep 2016 15:03:43 +0000 (17:03 +0200)]
Add netconf cluster job with reduced features

Change-Id: I81657d799d4bd6651dfed1ac6e82f07b1c04aae1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
7 years agoMerge "Remove autorelease maven site jobs"
Anil Belur [Wed, 21 Sep 2016 04:06:34 +0000 (04:06 +0000)]
Merge "Remove autorelease maven site jobs"

7 years agoMerge "Migrate publish-p2repo from maven to freestyle"
Thanh Ha [Wed, 21 Sep 2016 03:36:43 +0000 (03:36 +0000)]
Merge "Migrate publish-p2repo from maven to freestyle"

7 years agoMigrate publish-p2repo from maven to freestyle 46/45946/2
Anil Belur [Wed, 21 Sep 2016 00:29:59 +0000 (10:29 +1000)]
Migrate publish-p2repo from maven to freestyle

Change-Id: I82d4621171ba8e988719a4621e26a8b1d8de35e2
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoRemove autorelease maven site jobs 42/45942/2
Anil Belur [Tue, 20 Sep 2016 23:17:26 +0000 (09:17 +1000)]
Remove autorelease maven site jobs

Autorelease no longer actively maintains a Maven Site for documentation.
Remove the job so that there's no confusion.

Change-Id: Ie978edf586ddbbe6717570846a3223af9bb6c21a
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Migrate java-release template from maven to freestyle"
Thanh Ha [Wed, 21 Sep 2016 02:42:08 +0000 (02:42 +0000)]
Merge "Migrate java-release template from maven to freestyle"

7 years agoMerge "Migrate autorelease job from maven to freestyle"
Anil Belur [Wed, 21 Sep 2016 02:11:08 +0000 (02:11 +0000)]
Merge "Migrate autorelease job from maven to freestyle"

7 years agoMigrate java-release template from maven to freestyle 47/45947/1
Anil Belur [Wed, 21 Sep 2016 00:47:18 +0000 (10:47 +1000)]
Migrate java-release template from maven to freestyle

Change-Id: I042afb53b123ad94a6ed9626876323459a8b81f9
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoOrganize bulkomatic performance suites 41/45941/2
Luis Gomez [Tue, 20 Sep 2016 23:14:11 +0000 (16:14 -0700)]
Organize bulkomatic performance suites

Add cluster perf job.
Run 32 switches x 2K flow in all tests.
Update VM type for Boron jobs.

Change-Id: Ib612a0ca5beaa3a10adb2aa0a883a24d16d7c879
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoAdd a note regarding deploy maven jobs 23/45923/2
Thanh Ha [Tue, 20 Sep 2016 18:57:10 +0000 (14:57 -0400)]
Add a note regarding deploy maven jobs

Maven deploy jobs still need to remain Jenkins Maven Project types,
perhaps we can take another look at migration to freestyle once upstream
enhancement MNG-5666 is resolved.

    https://issues.apache.org/jira/browse/MNG-5666

Change-Id: Ib8729d426dfdc72cb352ef47233fb8a0b2b8df00
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRevert "Migrate maven to freestyle for distribution" 14/45914/1
Thanh Ha [Tue, 20 Sep 2016 17:27:24 +0000 (13:27 -0400)]
Revert "Migrate maven to freestyle for distribution"

jar:jar causes issues with <package>bundle</bundle> projects and does
not produce the correct OSGI jar files.

This reverts commit ed8c6237eb2a2a7c6e2a245d2250230ebcfa2b71.

Change-Id: I2c3e0db2f23b84ed3e343f842cc4fc564f0e2c84
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoRevert "Migrate maven to freestyle for merge" 13/45913/1
Thanh Ha [Tue, 20 Sep 2016 17:26:15 +0000 (13:26 -0400)]
Revert "Migrate maven to freestyle for merge"

jar:jar actually causes <package>bundle</package> projects to not
produce the correct osgi jars ODL is expecting.

This reverts commit 9be0c3d09f2ae47bbb5e1eeb45482594d78a3e8f.

Change-Id: I3c839fe61988a8c1bd398d3805965d933dae0da3
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "add stable ovsdb/netvirt CSIT jobs to dist-test"
Luis Gomez [Tue, 20 Sep 2016 16:06:10 +0000 (16:06 +0000)]
Merge "add stable ovsdb/netvirt CSIT jobs to dist-test"

7 years agoMigrate autorelease job from maven to freestyle 72/45872/2
Anil Belur [Tue, 20 Sep 2016 08:06:28 +0000 (18:06 +1000)]
Migrate autorelease job from maven to freestyle

* template: autorelease-release-{stream}

Change-Id: I0e1acb42ecfda638449b070e12a5f9ab72609649
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoExclude ubuntu-trusty and robot combination for packer job 63/45863/1
Anil Belur [Tue, 20 Sep 2016 03:15:16 +0000 (13:15 +1000)]
Exclude ubuntu-trusty and robot combination for packer job

Change-Id: I4c019330995e003d6b15aa3a904ff769e2174c8f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Fix missing mono rpms for java-builder image"
Thanh Ha [Tue, 20 Sep 2016 02:18:39 +0000 (02:18 +0000)]
Merge "Fix missing mono rpms for java-builder image"

7 years agoFix missing mono rpms for java-builder image 53/45853/1
Anil Belur [Mon, 19 Sep 2016 06:03:51 +0000 (16:03 +1000)]
Fix missing mono rpms for java-builder image

* disable quite mode for yum and yum-config-repo commands
* add nuget-2.8.7 suffix string as included in part of
the rpm version field.

Change-Id: I259f53fd163abfd3afe63cbc9d207f35c3a9de8e
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Migrate maven to freestyle for merge"
Thanh Ha [Tue, 20 Sep 2016 00:18:02 +0000 (00:18 +0000)]
Merge "Migrate maven to freestyle for merge"

7 years agoMerge "Migrate maven to freestyle for distribution"
Thanh Ha [Mon, 19 Sep 2016 23:27:34 +0000 (23:27 +0000)]
Merge "Migrate maven to freestyle for distribution"

7 years agoMerge "Update packer excludes section"
Thanh Ha [Mon, 19 Sep 2016 20:25:55 +0000 (20:25 +0000)]
Merge "Update packer excludes section"

7 years agoMerge "Gzip *.bundle files under archives/patches for autorelease"
Thanh Ha [Mon, 19 Sep 2016 20:25:25 +0000 (20:25 +0000)]
Merge "Gzip *.bundle files under archives/patches for autorelease"

7 years agoadd stable ovsdb/netvirt CSIT jobs to dist-test 41/45841/1
Jamo Luhrsen [Mon, 19 Sep 2016 18:00:37 +0000 (11:00 -0700)]
add stable ovsdb/netvirt CSIT jobs to dist-test

Change-Id: Ic354bcbf031f90eec8160be39f095bb0b293d684
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoValidate Carbon yangtools with maven 3.3 only 20/45820/1
Robert Varga [Mon, 19 Sep 2016 14:36:04 +0000 (16:36 +0200)]
Validate Carbon yangtools with maven 3.3 only

In Carbon release we will support maven 3.3.x only, there is
no need to validate with maven 3.2.x.

Change-Id: I25c3dbeb76a1bc09f14f028eaa8947c286dbc13a
Signed-off-by: Robert Varga <rovarga@cisco.com>
7 years agoUpgrade image specs for OF performance jobs 48/45748/1
Luis Gomez [Fri, 16 Sep 2016 18:05:25 +0000 (11:05 -0700)]
Upgrade image specs for OF performance jobs

Change-Id: Ie3f2c337c562d80baedb90822c87bbaa424160bf
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
7 years agoMerge "Added 3node cluster jobs for lispflowmapping-msmr."
Jamo Luhrsen [Fri, 16 Sep 2016 17:17:39 +0000 (17:17 +0000)]
Merge "Added 3node cluster jobs for lispflowmapping-msmr."

7 years agoGzip *.bundle files under archives/patches for autorelease 10/45610/3
Anil Belur [Wed, 14 Sep 2016 08:53:37 +0000 (18:53 +1000)]
Gzip *.bundle files under archives/patches for autorelease

Change-Id: I3a3b0ea61d5729c538403bc912a01acfd1aeced7
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoUpdate packer excludes section 18/45618/2
Anil Belur [Thu, 15 Sep 2016 08:13:12 +0000 (18:13 +1000)]
Update packer excludes section

* gbp with centos7 image is not required

Change-Id: Ie5d072c853b1805b7046535b5165bbccd321389f
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Combine SFC clustering jobs into SFC Rest Basic to reduce number of jenkins" release/boron
Thanh Ha [Thu, 15 Sep 2016 18:27:55 +0000 (18:27 +0000)]
Merge "Combine SFC clustering jobs into SFC Rest Basic to reduce number of jenkins"

7 years agoRemove lithium jobs 43/45643/2
Thanh Ha [Thu, 15 Sep 2016 18:08:38 +0000 (14:08 -0400)]
Remove lithium jobs

Now that Boron has been officially released we can remove all the
Lithium jobs from our CI system.

Change-Id: I6978a7f97e1bf1381ce236222c72a72e614a2452
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
7 years agoMerge "Remove Lithium jobs in SFC project"
Thanh Ha [Thu, 15 Sep 2016 17:17:53 +0000 (17:17 +0000)]
Merge "Remove Lithium jobs in SFC project"

7 years agoMerge "Add Support to collect the openstack logs after tests"
Jamo Luhrsen [Thu, 15 Sep 2016 16:52:53 +0000 (16:52 +0000)]
Merge "Add Support to collect the openstack logs after tests"

7 years agoAdded 3node cluster jobs for lispflowmapping-msmr. 30/45630/1
Ashish [Thu, 15 Sep 2016 13:13:11 +0000 (18:43 +0530)]
Added 3node cluster jobs for lispflowmapping-msmr.

Change-Id: I2af61250ffec3014e12d228b18b7ef5f396e069c
Signed-off-by: Ashish <ashishk.iiit@gmail.com>
7 years agoCombine SFC clustering jobs into SFC Rest Basic to reduce number of jenkins 19/45619/1
Miguel Angel Munoz Gonzalez [Thu, 15 Sep 2016 09:22:23 +0000 (11:22 +0200)]
Combine SFC clustering jobs into SFC Rest Basic to reduce number of jenkins

It removes sfc clustering templates. Note this commit is related to
a similar one in integration/test repository to do the actual merge
of test suites from sfc_clustering into sfc_rest_basic.

With this operation it is expected to reduce eight jenkins jobs in SFC project

Change-Id: Ia160f04629d908c132e4d398fe2652f759d9dee3
Signed-off-by: Miguel Angel Munoz Gonzalez <miguel.angel.munoz.gonzalez@ericsson.com>
7 years agoAdd Support to collect the openstack logs after tests 97/45597/2
gvrangan [Wed, 14 Sep 2016 19:06:08 +0000 (19:06 +0000)]
Add Support to collect the openstack logs after tests

Change-Id: Ie8ba135f6e812d270ebea003a56724e918d8e33f
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
7 years agoChange build retention to 14 days 57/45557/2
Anil Belur [Wed, 14 Sep 2016 02:51:29 +0000 (12:51 +1000)]
Change build retention to 14 days

Change-Id: I1899bb5b55f38a511b79d6a2957bbf8dc2d0e1f0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Fix merge-packer job"
Thanh Ha [Wed, 14 Sep 2016 23:58:48 +0000 (23:58 +0000)]
Merge "Fix merge-packer job"

7 years agoFix merge-packer job 09/45609/1
Anil Belur [Wed, 14 Sep 2016 23:51:42 +0000 (09:51 +1000)]
Fix merge-packer job

* trigger the job with 'remerge' instead of 'recheck'
* removed refspecs and branch points to master
under parameters section

Change-Id: Ia337160ec797ca4cb0e6ccc0c510b8dafa24e028
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
7 years agoMerge "Add packer build and validate job to build images"
Thanh Ha [Wed, 14 Sep 2016 22:44:48 +0000 (22:44 +0000)]
Merge "Add packer build and validate job to build images"