releng/builder.git
9 years agoAdding openflowplugin system test 05/16005/1
Luis Gomez [Tue, 3 Mar 2015 15:56:14 +0000 (07:56 -0800)]
Adding openflowplugin system test

Change-Id: I94aafd76998b589d071bb6f04c8067afd281c5fd
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoAdjusting integration templates 00/16000/1
Luis Gomez [Tue, 3 Mar 2015 13:23:50 +0000 (05:23 -0800)]
Adjusting integration templates

Change-Id: Ia25273392b36865c3ce1f9bab202a34fb95d0eef
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoFix missing settings and global-settings option for maven-target 88/15988/2
Thanh Ha [Tue, 3 Mar 2015 22:06:09 +0000 (17:06 -0500)]
Fix missing settings and global-settings option for maven-target

With the upstream JJB patch merged we can finally fix this issue.
https://review.openstack.org/#/c/155865/

Change-Id: Ia0064b8fd141a21374a93ba9981834ba99bee60c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoWorkaround JenkinsJobsException: branch parameter missing to format 91/15991/1
Thanh Ha [Tue, 3 Mar 2015 22:49:20 +0000 (17:49 -0500)]
Workaround JenkinsJobsException: branch parameter missing to format

Change-Id: I1b97856e6d79fca89378a667336dfb85b6add33a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoFix duplicate annotation issue when building autorelease-lithium 86/15986/1
Thanh Ha [Tue, 3 Mar 2015 21:26:37 +0000 (16:26 -0500)]
Fix duplicate annotation issue when building autorelease-lithium

Apparently calling source:jar before the install goal can cause this
issue. Moving source:jar goal to the end of the goals list seems to fix
this.

Change-Id: I45ed0fddcd0c1cc54929df1bfa5a1040414fb2ed
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoSet build timeout to absolute time (6hrs) 81/15981/1
Thanh Ha [Tue, 3 Mar 2015 16:59:22 +0000 (11:59 -0500)]
Set build timeout to absolute time (6hrs)

Change-Id: I0c89350f3e886809f9522557738dc7bba261d1bb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUpdate automated project templates 74/15974/1
jenkins-releng [Tue, 3 Mar 2015 14:40:27 +0000 (14:40 +0000)]
Update automated project templates

Change-Id: Icd4b67aafbc4ceaa9ad6142559c550e50f947556
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Update SFC project dependencies"
Andrew Grimberg [Tue, 3 Mar 2015 14:25:06 +0000 (14:25 +0000)]
Merge "Update SFC project dependencies"

9 years agoMerge "Distribution create job in yangtools"
Andrew Grimberg [Tue, 3 Mar 2015 14:24:34 +0000 (14:24 +0000)]
Merge "Distribution create job in yangtools"

9 years agoUpdate SFC project dependencies 58/15958/1
Lorand Jakab [Tue, 3 Mar 2015 08:53:31 +0000 (10:53 +0200)]
Update SFC project dependencies

Change-Id: Id67b2d44509ff24cfca3a4caa28dbcd51dc9018d
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
9 years agoMerge "Add aalldp settings configuration"
Thanh Ha [Mon, 2 Mar 2015 21:54:57 +0000 (21:54 +0000)]
Merge "Add aalldp settings configuration"

9 years agoDisable javadoc generation in autorelease-lithium job 37/15937/1
Thanh Ha [Mon, 2 Mar 2015 19:20:54 +0000 (14:20 -0500)]
Disable javadoc generation in autorelease-lithium job

It appears to be causing build issues. Disable until we can get a clean build.

Change-Id: I7dd5fa737d8f14d5110c4fdb703e01148cdf8988
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMerge "Re-enable opendaylight openstack gerrit, now using centos-7 vm"
Andrew Grimberg [Mon, 2 Mar 2015 18:19:41 +0000 (18:19 +0000)]
Merge "Re-enable opendaylight openstack gerrit, now using centos-7 vm"

9 years agoAdd aalldp settings configuration 29/15929/1
Andrew Grimberg [Mon, 2 Mar 2015 17:11:11 +0000 (09:11 -0800)]
Add aalldp settings configuration

Change-Id: Idc713dbf0d2e31913d6afdf8e3665c65dfead291
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoRe-enable opendaylight openstack gerrit, now using centos-7 vm 20/15920/2
Flavio Fernandes [Mon, 2 Mar 2015 14:53:23 +0000 (09:53 -0500)]
Re-enable opendaylight openstack gerrit, now using centos-7 vm

- Revert changes that skipped stacking (done in a2fffe4)
- Changed build timeout to absolute (90 mins)
- Removed work-arounds that are no longer needed
- Added -p in creation of $DEVSTACKDIR

Patch 2:
- Revert removal of comment (not intentional)
- Use Rabbit instead of qpid

Change-Id: If9d8f37de31df36bf837ebf7c10eafa91fa1dd34
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
9 years agoUpdate automated project templates 27/15927/1
jenkins-releng [Mon, 2 Mar 2015 16:38:29 +0000 (16:38 +0000)]
Update automated project templates

Change-Id: I144ec2a7f9c86e6d786e839e023baddbc8fab537
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Only create master jobs for discovery"
Andrew Grimberg [Mon, 2 Mar 2015 15:56:12 +0000 (15:56 +0000)]
Merge "Only create master jobs for discovery"

9 years agoOnly create master jobs for discovery 14/15014/2
Thanh Ha [Sat, 7 Feb 2015 05:07:28 +0000 (00:07 -0500)]
Only create master jobs for discovery

The discovery project does not have a stable/helium branch therefore
only needs to create jobs for the master branch.

Change-Id: I0a42f3c5c1d42cac656f4d19472868e62337a19a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoDistribution create job in aaa 95/15695/2
Luis Gomez [Tue, 24 Feb 2015 05:45:46 +0000 (21:45 -0800)]
Distribution create job in aaa

Change-Id: Ib0032617f14794780ea69dcf1ce4ecb12494dabb
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoJenkins setup for CAPWAP 35/15835/1
Navin Agrawal [Fri, 27 Feb 2015 23:18:51 +0000 (15:18 -0800)]
Jenkins setup for CAPWAP

Change-Id: I2c041321144e21b18ab82cc2f4ab7b4540afe536
Signed-off-by: Navin Agrawal <anavin@gmail.com>
9 years agoAllow reverify as a keyword for verify jobs as well 25/15825/1
Thanh Ha [Fri, 27 Feb 2015 15:18:49 +0000 (10:18 -0500)]
Allow reverify as a keyword for verify jobs as well

Change-Id: I7cb4ccbe21a4fbddefe8898732fcf12bc33e5bf4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMerge "Adding cluster test + some fixes"
Andrew Grimberg [Thu, 26 Feb 2015 23:27:06 +0000 (23:27 +0000)]
Merge "Adding cluster test + some fixes"

9 years agoAdding cluster test + some fixes 66/15766/2
Luis Gomez [Wed, 25 Feb 2015 00:05:28 +0000 (16:05 -0800)]
Adding cluster test + some fixes

Change-Id: I5833551663119d8abe675a9f20ad9f5769342fa1
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoMerge "Distribution create job in openflowplugin"
Andrew Grimberg [Thu, 26 Feb 2015 17:07:05 +0000 (17:07 +0000)]
Merge "Distribution create job in openflowplugin"

9 years agoMerge "Distribution create job in l2switch"
Andrew Grimberg [Thu, 26 Feb 2015 17:04:31 +0000 (17:04 +0000)]
Merge "Distribution create job in l2switch"

9 years agoMerge "Distribution create job in openflowjava"
Andrew Grimberg [Thu, 26 Feb 2015 16:53:41 +0000 (16:53 +0000)]
Merge "Distribution create job in openflowjava"

9 years agoMerge "Distribution create job in controller"
Andrew Grimberg [Thu, 26 Feb 2015 16:43:51 +0000 (16:43 +0000)]
Merge "Distribution create job in controller"

9 years agoMerge "Distribution create job in ovsdb"
Andrew Grimberg [Thu, 26 Feb 2015 16:34:06 +0000 (16:34 +0000)]
Merge "Distribution create job in ovsdb"

9 years agoDistribution create job in l2switch 98/15698/1
Luis Gomez [Tue, 24 Feb 2015 05:51:33 +0000 (21:51 -0800)]
Distribution create job in l2switch

Change-Id: Ia67edba5a35b4b6820350001c5515eb0e30c6b2e
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in ovsdb 97/15697/1
Luis Gomez [Tue, 24 Feb 2015 05:50:14 +0000 (21:50 -0800)]
Distribution create job in ovsdb

Change-Id: I32def30966dceb7f85bc0fca349553e62ec1660d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in vtn 96/15696/1
Luis Gomez [Tue, 24 Feb 2015 05:48:28 +0000 (21:48 -0800)]
Distribution create job in vtn

Change-Id: I6a145a536c088d0523bba6ee27fc436c7db4fc5b
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in openflowplugin 94/15694/1
Luis Gomez [Tue, 24 Feb 2015 05:43:33 +0000 (21:43 -0800)]
Distribution create job in openflowplugin

Change-Id: I4af6d789f8eb75e946f28762bac6c5adf3954b32
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in controller 91/15691/1
Luis Gomez [Tue, 24 Feb 2015 05:39:10 +0000 (21:39 -0800)]
Distribution create job in controller

Change-Id: I573119b6dbd6875eb1dd6084853e2ea9326bc4d8
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in openflowjava 93/15693/1
Luis Gomez [Tue, 24 Feb 2015 05:33:26 +0000 (21:33 -0800)]
Distribution create job in openflowjava

Change-Id: I2a0700db210489fdb9817bd89c9d445f21c99de6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoDistribution create job in yangtools 89/15689/1
Luis Gomez [Tue, 24 Feb 2015 05:26:27 +0000 (21:26 -0800)]
Distribution create job in yangtools

Change-Id: I0671696f197fe11be88beae9a701dd8c7b754593
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoNeuter openstack-ci jjb until we have known issues resolved 31/15631/1
Flavio Fernandes [Mon, 23 Feb 2015 20:48:07 +0000 (15:48 -0500)]
Neuter openstack-ci jjb until we have known issues resolved

Change-Id: I2b00ba172bc71084e9cdd5d6965310dab8e05959
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
9 years agoMerge "Integration Job templates, macros and scripts"
Thanh Ha [Mon, 23 Feb 2015 16:10:54 +0000 (16:10 +0000)]
Merge "Integration Job templates, macros and scripts"

9 years agoMerge "Run additional tempest tests as part of the OVSDB CI job"
Thanh Ha [Mon, 23 Feb 2015 15:34:34 +0000 (15:34 +0000)]
Merge "Run additional tempest tests as part of the OVSDB CI job"

9 years agoIntegration Job templates, macros and scripts 43/15443/3
Luis Gomez [Tue, 17 Feb 2015 09:06:10 +0000 (01:06 -0800)]
Integration Job templates, macros and scripts

Change-Id: I2cb0b005b06efc68bfbc1e9e029b20ed91142233
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
9 years agoCreate JJB for vpnservice with dependencies on 75/15375/1
gzhao [Mon, 16 Feb 2015 19:07:29 +0000 (11:07 -0800)]
Create JJB for vpnservice with dependencies on
odlparent, yangtools, controller, openflowplugin

Change-Id: I2c7a5c13e1e4eb0da4221976261fb76e56c63db1
Signed-off-by: gzhao <george.y.zhao@huawei.com>
9 years agoRemove settings and global-settings from Top Level Maven build step 85/15285/1
Thanh Ha [Fri, 13 Feb 2015 21:32:12 +0000 (16:32 -0500)]
Remove settings and global-settings from Top Level Maven build step

Change-Id: I1ca1b94387142770f483a72112fa2b65c35796ed
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMerge "Run ovsdb integration tests in 2nd Maven step"
Andrew Grimberg [Fri, 13 Feb 2015 20:36:44 +0000 (20:36 +0000)]
Merge "Run ovsdb integration tests in 2nd Maven step"

9 years agoMerge "Add jjb-templates to verify job trigger"
Andrew Grimberg [Fri, 13 Feb 2015 17:15:46 +0000 (17:15 +0000)]
Merge "Add jjb-templates to verify job trigger"

9 years agoRun ovsdb integration tests in 2nd Maven step 60/15260/1
Thanh Ha [Fri, 13 Feb 2015 15:46:01 +0000 (10:46 -0500)]
Run ovsdb integration tests in 2nd Maven step

Change-Id: I56830909b5ca7919747ffcecc5714f816813abd7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoAdd jjb-templates to verify job trigger 35/15235/1
Thanh Ha [Fri, 13 Feb 2015 00:50:21 +0000 (19:50 -0500)]
Add jjb-templates to verify job trigger

Change-Id: I56ed67f0b46029219c96e0575637451385c85aeb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoSwitch OVSDB back to using standard templates 30/15230/2
Thanh Ha [Thu, 12 Feb 2015 23:43:31 +0000 (18:43 -0500)]
Switch OVSDB back to using standard templates

Change-Id: I3e7461962ed2dd591ef4de8e29c15f100dc91efd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoAdd yangtools cfg file 29/15229/2
Thanh Ha [Thu, 12 Feb 2015 23:32:15 +0000 (18:32 -0500)]
Add yangtools cfg file

Change-Id: I9c0e1074a887630a721a56a4ef7e726a835d85f6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUpdate automated project templates 31/15231/1
jenkins-releng [Thu, 12 Feb 2015 23:55:44 +0000 (23:55 +0000)]
Update automated project templates

Change-Id: I8329c3d46044545867fc1307c3b37f940cf06c36
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoEnable projects to select templates to use 28/15228/1
Thanh Ha [Thu, 12 Feb 2015 23:30:09 +0000 (18:30 -0500)]
Enable projects to select templates to use

Change-Id: I183130088a05c7021924b982a6f166733dfeb149
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoJJB jobs for neutron 24/15224/2
Ed Warnicke [Thu, 12 Feb 2015 22:38:48 +0000 (15:38 -0700)]
JJB jobs for neutron

Change-Id: Icc7797bd940b4eb9ff6f08436ead4f2d8c1275c0
Signed-off-by: Ed Warnicke <eaw@cisco.com>
9 years agoAdd Sandbox temporary files to .gitignore 22/15222/1
Thanh Ha [Thu, 12 Feb 2015 21:59:11 +0000 (16:59 -0500)]
Add Sandbox temporary files to .gitignore

Change-Id: Ic1452d56f323c65d0c52132adec41e0eee34c7f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoadd neutron-settings macro 21/15221/1
Andrew Grimberg [Thu, 12 Feb 2015 21:54:13 +0000 (13:54 -0800)]
add neutron-settings macro

Change-Id: I0df0d7932592886ea728e9b6ef516de09dc33ccb
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoExplicitly specify Gerrit server to use 10/15210/1
Thanh Ha [Thu, 12 Feb 2015 17:51:25 +0000 (12:51 -0500)]
Explicitly specify Gerrit server to use

Change-Id: I920a8f0c6c310875fd3a2e686823757857b6c512
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoOVSDB customize sonar job 59/15159/2
Flavio Fernandes [Wed, 11 Feb 2015 19:10:24 +0000 (14:10 -0500)]
OVSDB customize sonar job

Change-Id: Ibee53427c5dc8f73159cb49b086894fc811d5177
Also-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMerge "Add ovsdb to JJB"
Andrew Grimberg [Wed, 11 Feb 2015 16:59:06 +0000 (16:59 +0000)]
Merge "Add ovsdb to JJB"

9 years agoAdd ovsdb to JJB 15/14715/2
Thanh Ha [Tue, 3 Feb 2015 04:03:52 +0000 (23:03 -0500)]
Add ovsdb to JJB

Change-Id: I46afc713602c045b52f4b28c32a00f125f23b618
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoSearch repos against plural forms 50/15150/1
Thanh Ha [Wed, 11 Feb 2015 15:41:53 +0000 (10:41 -0500)]
Search repos against plural forms

More accurate and reduces false positives since <distributionManagement>
sections have <repository> sections.

Change-Id: I062296378e9b8fdba793188d1150fe2120772071
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUpdate automated project templates 44/15144/1
jenkins-releng [Wed, 11 Feb 2015 14:58:34 +0000 (14:58 +0000)]
Update automated project templates

Change-Id: Ia8fbbc748e8c88f57f352a22c992ddd00d795b8b
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Add dependencies to bgpcep.cfg, create tcpmd5.cfg"
Andrew Grimberg [Wed, 11 Feb 2015 14:50:13 +0000 (14:50 +0000)]
Merge "Add dependencies to bgpcep.cfg, create tcpmd5.cfg"

9 years agoMake sure keystonemiddleware is up to date 98/15598/1
Kyle Mestery [Wed, 11 Feb 2015 10:35:38 +0000 (10:35 +0000)]
Make sure keystonemiddleware is up to date

Change-Id: If55b824b16a721adbe4d2a52eb36f5a28f6bc2c7
Signed-off-by: Kyle Mestery <mestery@mestery.com>
9 years agoRun additional tempest tests as part of the OVSDB CI job 97/15597/1
Kyle Mestery [Wed, 11 Feb 2015 09:39:37 +0000 (09:39 +0000)]
Run additional tempest tests as part of the OVSDB CI job

This adds the running of some additional tempest tests for the upstream
OpenStack and OpenDaylight third-party CI job for OVSDB. This an
incremental step along the way to being able to run a full tempest
smoke test.

Change-Id: I6b38c4e48064cb293feb8586f32d5f005a7ec5e0
Signed-off-by: Kyle Mestery <mestery@mestery.com>
9 years agoAdd job to scan projects for poms for repositories 22/15122/1
Thanh Ha [Tue, 10 Feb 2015 21:54:27 +0000 (16:54 -0500)]
Add job to scan projects for poms for repositories

Job will run every Monday to find projects that still have
<repositories> sections in their build. If they do the Job will fail,
notifying builder committers of the failure.

Change-Id: Id0b4aa57e37043df5d6ba0d004967335df1ffa1d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoMake sure that openvswitch is installed 14/15114/2
Andrew Grimberg [Tue, 10 Feb 2015 18:07:55 +0000 (10:07 -0800)]
Make sure that openvswitch is installed

Make sure that openvswitch gets installed on the mininet image

Change-Id: I631f8d3a45e8d4f72a45b2b2ebaa2af25ddd0fda
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoUpdate automated project templates 13/15113/1
jenkins-releng [Tue, 10 Feb 2015 16:39:19 +0000 (16:39 +0000)]
Update automated project templates

Change-Id: I0cab2da808532db0421ee30c4d4a6953292a592c
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Workaround JaCoCo failure if project is not a Java project"
Andrew Grimberg [Tue, 10 Feb 2015 16:30:24 +0000 (16:30 +0000)]
Merge "Workaround JaCoCo failure if project is not a Java project"

9 years agoUpdate automated project templates 10/15110/1
jenkins-releng [Tue, 10 Feb 2015 16:11:51 +0000 (16:11 +0000)]
Update automated project templates

Change-Id: Idda205755878cead567402e06fa289efa9ead399
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Only create master jobs for reservation"
Andrew Grimberg [Tue, 10 Feb 2015 16:02:55 +0000 (16:02 +0000)]
Merge "Only create master jobs for reservation"

9 years agoUpdate to a newer version of pip 70/15570/1
Kyle Mestery [Tue, 10 Feb 2015 13:03:20 +0000 (13:03 +0000)]
Update to a newer version of pip

devstack now installs pip version 6.0.8, so lets use that here
as well.

Change-Id: Ifea276baaf4f9ad0942c57e09eab6d0d69c32e25
Signed-off-by: Kyle Mestery <mestery@mestery.com>
9 years agoFix silly typo in Jenkins list subject line topic 65/15565/2
Andrew Grimberg [Fri, 20 Feb 2015 19:08:19 +0000 (11:08 -0800)]
Fix silly typo in Jenkins list subject line topic

Last patch set the jenkins topic to obsdb not ovsdb. This fixes that
silly mistake

Change-Id: I1b5c134b13e47dcbeb141944980fa6aa266292a8
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoAdd [ovsdb] to jenkins subjects for openstack job 63/15563/1
Andrew Grimberg [Fri, 20 Feb 2015 17:47:41 +0000 (09:47 -0800)]
Add [ovsdb] to jenkins subjects for openstack job

The ovsdb-openstack job doesn't add the needed [ovsdb] topic to the
subject line. This adds it in so that folks that are subscribed to
jenkins@lists.opendaylight.org can properly use the topics system.

Change-Id: I9daab1d9d88cc197faf79ad003dc3a84013ccb6a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoMerge "Port openstack gerrit to jjb"
Andrew Grimberg [Fri, 20 Feb 2015 15:50:40 +0000 (15:50 +0000)]
Merge "Port openstack gerrit to jjb"

9 years agoUpdate automated project templates 59/15559/1
jenkins-releng [Fri, 20 Feb 2015 15:32:10 +0000 (15:32 +0000)]
Update automated project templates

Change-Id: Ibd8489e223392c49de7c8454460909ae9589d612
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoAdd neutron to lispflowmapping dependencies 56/15556/1
Lorand Jakab [Fri, 20 Feb 2015 14:49:38 +0000 (16:49 +0200)]
Add neutron to lispflowmapping dependencies

Change-Id: I0aadfa72664f9bb24c7c5c7e8d97159897ca1eff
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
9 years agoPort openstack gerrit to jjb 23/15323/7
Flavio Fernandes [Sat, 14 Feb 2015 11:16:18 +0000 (06:16 -0500)]
Port openstack gerrit to jjb

Move https://jenkins.opendaylight.org/ovsdb/job/openstack-gerrit/
to https://jenkins.opendaylight.org/releng/view/ovsdb/

Patch1: initial
Patch3: remove 'set -e' from include-raw-openstack-ci.sh
Patch5: code review
Patch6: rebase
Patch7: Use openstack-gerrit-credentials

Change-Id: I5e1578021efded833c5c2be580a7fe6ef80da927
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
9 years agoMap the OpenStack Gerrit credentials 22/15422/1
Andrew Grimberg [Tue, 17 Feb 2015 17:47:04 +0000 (09:47 -0800)]
Map the OpenStack Gerrit credentials

For OVSDB to be able to migrate their OpenStack test job to releng they
will need to use the credentials that we've got for stream access to the
OpenStack Gerrit system. This patch adds in the credential id for use in
JJB templates.

Change-Id: I85669e4195cfd90f4a60314cbba8e3dc5a732c0a
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoCreate JJB for IoTDM with odlparent, yangtools, controoler and aaa as dependencies 84/15084/1
George Zhao [Mon, 9 Feb 2015 19:02:47 +0000 (11:02 -0800)]
Create JJB for IoTDM with odlparent, yangtools, controoler and aaa as dependencies

Change-Id: I9a20079129b78b0ebb524c74f82c6ac881e010b8
Signed-off-by: George Zhao <george.y.zhao@huawei.com>
9 years agoUpdate automated project templates 76/15076/1
jenkins-releng [Mon, 9 Feb 2015 16:54:17 +0000 (16:54 +0000)]
Update automated project templates

Change-Id: I00fd8eeab91df86174152bfcafc373a2a5797533
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoAdd dependencies to bgpcep.cfg, create tcpmd5.cfg 60/15060/2
Vratko Polak [Mon, 9 Feb 2015 11:23:29 +0000 (12:23 +0100)]
Add dependencies to bgpcep.cfg, create tcpmd5.cfg

Merged with "Build using /tmp/r as Maven local repo".

Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Change-Id: I44f7917d31fd5c08eec109edafe6ccee576979e0

9 years agoBuild using /tmp/r as Maven local repo 72/14272/2
Thanh Ha [Tue, 20 Jan 2015 03:08:54 +0000 (22:08 -0500)]
Build using /tmp/r as Maven local repo

Change-Id: Ie8b0c20e68b7523df88144374d564946e5b017cd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoWorkaround JaCoCo failure if project is not a Java project 23/15023/6
Thanh Ha [Sat, 7 Feb 2015 07:59:08 +0000 (02:59 -0500)]
Workaround JaCoCo failure if project is not a Java project

Change-Id: Ic65c15cfe8852db2f4634f4ebb974f4391090e57
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoAdd SXP to JJB 05/15005/5
Miloslav Radakovic [Sat, 7 Feb 2015 00:17:18 +0000 (01:17 +0100)]
Add SXP to JJB

Added dependencies

Change-Id: I0289702ef28427709d1a14c073bcf3df98ccfec1
Signed-off-by: Miloslav Radakovic <mradakov@cisco.com>
9 years agoOnly create master jobs for reservation 13/15013/1
Thanh Ha [Sat, 7 Feb 2015 05:06:08 +0000 (00:06 -0500)]
Only create master jobs for reservation

Reservation project does not have a stable/helium branch therefore there
shouldn't be any jobs created for it.

Change-Id: I7ecfa8ad477b7c46d8748d376a2a1483da2ae815
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUpdate automated project templates 01/15001/1
jenkins-releng [Fri, 6 Feb 2015 22:18:03 +0000 (22:18 +0000)]
Update automated project templates

Change-Id: I67905eb5f52741682d9a56584801e688856cbc9d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMoved ARCHIVE_ARTIFACTS from daily to merge jobs. 99/14999/1
Hideyuki Tai [Fri, 6 Feb 2015 22:08:41 +0000 (17:08 -0500)]
Moved ARCHIVE_ARTIFACTS from daily to merge jobs.

Change-Id: Ic269ecd0a588301a8aff65fab8daf3c05313feaf
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
9 years agoUpdate automated project templates 87/14987/1
jenkins-releng [Fri, 6 Feb 2015 19:18:52 +0000 (19:18 +0000)]
Update automated project templates

Change-Id: I878581c5273ea1462ac9e9e55adf667b12996aa2
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoFixed a typo in vtn.cfg. 85/14985/1
Hideyuki Tai [Fri, 6 Feb 2015 19:09:20 +0000 (14:09 -0500)]
Fixed a typo in vtn.cfg.

Change-Id: I0fe0d3b096b8cb312b39a55517e2ea5295c1594d
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
9 years agoAdded exclusions to ignore generated code for JaCoCo 46/14946/1
Al Harrington [Thu, 5 Feb 2015 23:15:29 +0000 (15:15 -0800)]
Added exclusions to ignore generated code for JaCoCo

Change-Id: Iea7167662c489052d395816a4a0866a8ab2d17af
Signed-off-by: Al Harrington <al.harrington@hp.com>
9 years agoMerge "Add VTN to JJB"
Andrew Grimberg [Thu, 5 Feb 2015 19:59:51 +0000 (19:59 +0000)]
Merge "Add VTN to JJB"

9 years agoUpdate automated project templates 26/14926/1
jenkins-releng [Thu, 5 Feb 2015 15:55:56 +0000 (15:55 +0000)]
Update automated project templates

Change-Id: I64b2ffeeae7937b195d4f65570e93543a532e616
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoMerge "Bug 2677 - Add support for configuring artifacts to archive"
Andrew Grimberg [Thu, 5 Feb 2015 15:50:13 +0000 (15:50 +0000)]
Merge "Bug 2677 - Add support for configuring artifacts to archive"

9 years agoUpdate automated project templates 24/14924/1
jenkins-releng [Thu, 5 Feb 2015 15:17:47 +0000 (15:17 +0000)]
Update automated project templates

Change-Id: I105e439a78bd3b084d3357feace6c62a8d386238
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoAdd VTN to JJB 12/14712/3
Thanh Ha [Tue, 3 Feb 2015 03:46:35 +0000 (22:46 -0500)]
Add VTN to JJB

Change-Id: I4b6fa56d574d27ccd2ab21d042f4723081937b3b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoBug 2677 - Add support for configuring artifacts to archive 74/14874/1
Thanh Ha [Thu, 5 Feb 2015 02:28:25 +0000 (21:28 -0500)]
Bug 2677 - Add support for configuring artifacts to archive

Change-Id: Iae44df0bdaf8258c1bb982a05bb10a3fa1e4b358
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoAdd source:jar and javadoc:jar to daily jobs 73/14873/1
Thanh Ha [Thu, 5 Feb 2015 01:41:53 +0000 (20:41 -0500)]
Add source:jar and javadoc:jar to daily jobs

Daily jobs are a good way to ensure the build is fully functional day to
day. Therefore we should also be building the full build of artifacts in
the daily build.

Change-Id: Ia4df32c4c6a7406a4be92dcae4ad3ef11e5212db
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
9 years agoUpdate automated project templates 65/14865/1
jenkins-releng [Wed, 4 Feb 2015 22:33:10 +0000 (22:33 +0000)]
Update automated project templates

Change-Id: I60da885456532c2a949a7962645001fd31f2dffa
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agonon-default m2 repo clean of org.opendaylight bits 99/14299/4
Andrew Grimberg [Tue, 20 Jan 2015 16:40:58 +0000 (08:40 -0800)]
non-default m2 repo clean of org.opendaylight bits

Assume a non-default but not part of $WORKSPACE m2 repo of /tmp/r and
execute a prebuild step to clean out all of the org/opendaylight
artifacts to ensure a clean pull of any new SNAPSHOT / RELEASE artifacts
that are needed during the build

Change-Id: I7b1472bb371e002e9767649dcbfa48e7202a39c3
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoMerge "Add settings macro info for vpnservice project"
Thanh Ha [Wed, 4 Feb 2015 21:25:49 +0000 (21:25 +0000)]
Merge "Add settings macro info for vpnservice project"

9 years agoUpdate automated project templates 55/14855/1
jenkins-releng [Wed, 4 Feb 2015 21:01:53 +0000 (21:01 +0000)]
Update automated project templates

Change-Id: I7873de3c977d4a01977fc76165d451d52d430b1d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
9 years agoAdd settings macro info for vpnservice project 54/14854/1
Andrew Grimberg [Wed, 4 Feb 2015 21:01:17 +0000 (13:01 -0800)]
Add settings macro info for vpnservice project

Change-Id: Iafa8749b07db4bf24ac9d2311463bce68de63082
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
9 years agoMerge "Add source:jar and javadoc:jar goals to autorelease build"
Andrew Grimberg [Wed, 4 Feb 2015 20:55:42 +0000 (20:55 +0000)]
Merge "Add source:jar and javadoc:jar goals to autorelease build"