releng/builder.git
8 years agoMerge "Do not give Code-Review -1 on unstable integration-verify" release/lithium-sr3
Luis Gomez [Thu, 3 Dec 2015 17:06:12 +0000 (17:06 +0000)]
Merge "Do not give Code-Review -1 on unstable integration-verify"

8 years agoMerge "Fixed data for GBP CSIT tests for Li and Master branch. Pass branch parameter...
Vratko Polák [Thu, 3 Dec 2015 11:35:40 +0000 (11:35 +0000)]
Merge "Fixed data for GBP CSIT tests for Li and Master branch. Pass branch parameter as robot-options See - https://git.opendaylight.org/gerrit/30392"

8 years agoDo not give Code-Review -1 on unstable integration-verify 41/30541/1
Vratko Polak [Thu, 3 Dec 2015 10:25:23 +0000 (11:25 +0100)]
Do not give Code-Review -1 on unstable integration-verify

Usually, the integration/test patch under verification
is not guilty of keeping known bugs unfixed.

Change-Id: I2b4e9c70bf440caff4e2beaba4482e45ad5733f0
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoMerge "Include DLUX dependencies via Vagrant"
Thanh Ha [Thu, 3 Dec 2015 03:31:50 +0000 (03:31 +0000)]
Merge "Include DLUX dependencies via Vagrant"

8 years agoMerge "Use -rest feature in ovsdb-csit-southbound"
Luis Gomez [Thu, 3 Dec 2015 00:50:07 +0000 (00:50 +0000)]
Merge "Use -rest feature in ovsdb-csit-southbound"

8 years agoMerge "Multipatch build script: Add support for cherry-picks"
Luis Gomez [Thu, 3 Dec 2015 00:48:24 +0000 (00:48 +0000)]
Merge "Multipatch build script: Add support for cherry-picks"

8 years agoInclude DLUX dependencies via Vagrant 06/30306/2
Maxime Millette-Coulombe [Fri, 27 Nov 2015 18:39:52 +0000 (13:39 -0500)]
Include DLUX dependencies via Vagrant

Change-Id: I6f41bc5d5a7a7b677c96e81528abf52956e2d21a
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
8 years agoFixed data for GBP CSIT tests for Li and Master branch. 25/30525/1
Dileep [Wed, 2 Dec 2015 15:26:47 +0000 (07:26 -0800)]
Fixed data for GBP CSIT tests for Li and Master branch.
Pass branch parameter as robot-options
See - https://git.opendaylight.org/gerrit/30392

Change-Id: I5c318f93119f82f03e4c62b15aaba2be27a88a2d
Signed-off-by: Dileep <dileep.ranganathan@intel.com>
8 years agoUse -rest feature in ovsdb-csit-southbound 75/30475/1
Vratko Polak [Wed, 2 Dec 2015 10:14:29 +0000 (11:14 +0100)]
Use -rest feature in ovsdb-csit-southbound

Also drop executable flag from ovsdb-csit-scalability-daily.

Change-Id: Iec2f7f31f6063140b33f5730705359df50e13a6e
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoMerge "Forgot the comma in previous patch..."
Thanh Ha [Wed, 2 Dec 2015 03:49:16 +0000 (03:49 +0000)]
Merge "Forgot the comma in previous patch..."

8 years agoForgot the comma in previous patch... 63/30463/1
Luis Gomez [Wed, 2 Dec 2015 03:46:43 +0000 (19:46 -0800)]
Forgot the comma in previous patch...

Change-Id: Ic71c54ef34f9b589e7c1537980f182b6ca77e9c0
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Add nemo system test"
Luis Gomez [Wed, 2 Dec 2015 03:40:21 +0000 (03:40 +0000)]
Merge "Add nemo system test"

8 years agoMerge "De-revert: Set pass-if to 100% in csit-related jobs"
Luis Gomez [Wed, 2 Dec 2015 03:10:26 +0000 (03:10 +0000)]
Merge "De-revert: Set pass-if to 100% in csit-related jobs"

8 years agoFix distribution test job in Beryllium 61/30461/1
Luis Gomez [Wed, 2 Dec 2015 02:10:21 +0000 (18:10 -0800)]
Fix distribution test job in Beryllium

We temporarily removed vtn csit jobs but forgot to update this template.

Change-Id: Ife551c32aa9b9b86d54a3841e32759641d754c22
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoAdd nemo system test 51/30451/1
A H [Tue, 1 Dec 2015 22:31:15 +0000 (14:31 -0800)]
Add nemo system test

Change-Id: Ic383a1a5eac274307c67384f389c8ced092726db
Signed-off-by: A H <an.ho@huawei.com>
8 years agoMerge "Update devstack vm to use lib resources"
Andrew Grimberg [Tue, 1 Dec 2015 19:35:36 +0000 (19:35 +0000)]
Merge "Update devstack vm to use lib resources"

8 years agoMultipatch build script: Add support for cherry-picks 43/30243/20
Vratko Polak [Tue, 1 Dec 2015 17:35:25 +0000 (18:35 +0100)]
Multipatch build script: Add support for cherry-picks

The old format with colon now performs cherry pick.
New format with equal sign means checkout.
Neither checkout nor cherry-pick is required.
If checkout is not given, ${DISTRIBUTION_BRANCH_TO_BUILD} is used.
Multiple cherry-picks can applied to the same project.
At most one checkout is applied,
has to be specified before cherry picks.

Additional changes: Provide {yangttols-settings}
as otherwise testInvalidVersion unit test fails.
Java memory parameters increased.
Maven option skip most things, except tests.

Change-Id: I07030232a381ee1049370d6c7783fd35726fbb76
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoJenkins administrative groovy scripts 45/30445/1
Andrew Grimberg [Tue, 1 Dec 2015 17:21:34 +0000 (09:21 -0800)]
Jenkins administrative groovy scripts

Make slave cleanup (destruction) groovy scripts accessible to anyone
that has script console access in Jenkins. Mostly this is just me
publishing the scripts so that Thanh has access and Google picks them up
when it indexes our mirror for others that may run into similar problems
that we have when trying to cleanup slaves that are not cleaning up
properly.

Change-Id: I86c5f773879eaff25e4579445ad2b8036bb080f6
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoMerge "Fix install feature in the Southbound job"
Vratko Polák [Tue, 1 Dec 2015 17:10:36 +0000 (17:10 +0000)]
Merge "Fix install feature in the Southbound job"

8 years agoMerge "Bump Maven 3.3.x series to 3.3.9"
Vratko Polák [Tue, 1 Dec 2015 16:48:06 +0000 (16:48 +0000)]
Merge "Bump Maven 3.3.x series to 3.3.9"

8 years agoFix install feature in the Southbound job 36/30436/1
adetalhouet [Tue, 1 Dec 2015 13:42:15 +0000 (08:42 -0500)]
Fix install feature in the Southbound job

the southbound job should install odl-ovsdb-southbound-impl
and not odl-ovsdb-openstack

Change-Id: I5591f5c27cb6c56ce9f1a7f444be0e1f2bea8b76
Signed-off-by: adetalhouet <adetalhouet@inocybe.com>
8 years agoDe-revert: Set pass-if to 100% in csit-related jobs 31/30431/1
Vratko Polak [Tue, 1 Dec 2015 12:30:10 +0000 (13:30 +0100)]
De-revert: Set pass-if to 100% in csit-related jobs

This is a de-revert of Change 30390,
but this time with override-votes set to true.

Some jobs had 0%, but the agreement is to report
yellow dot (as opposed to blue dot)
whenever any test case failed.

Explicitly set UNSTABLE to vote verified +1
as most test suites lack ability
to ignore known non-blocking bugs.

Change-Id: I5313c4bbf283a7970f9099517484834cd20c0886
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoMerge "Revert "Set pass-if to 100% in every csit-related job""
Vratko Polák [Tue, 1 Dec 2015 12:23:42 +0000 (12:23 +0000)]
Merge "Revert "Set pass-if to 100% in every csit-related job""

8 years agoRevert "Set pass-if to 100% in every csit-related job" 22/30422/1
Luis Gomez [Tue, 1 Dec 2015 05:30:28 +0000 (05:30 +0000)]
Revert "Set pass-if to 100% in every csit-related job"

This reverts commit 393b9948ea1efd032d00b0a2d28c88d46c8f8f1f.

Change-Id: I18ea364dfa53cdb11bf2ccc59f987d611c16c1e9
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoUpdate automated project templates 05/30405/1
jenkins-releng [Mon, 30 Nov 2015 21:54:45 +0000 (21:54 +0000)]
Update automated project templates

Change-Id: Ib898d293bcdd96417fa966b654120a6ad4c325bc
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "Set pass-if to 100% in every csit-related job"
Luis Gomez [Mon, 30 Nov 2015 20:14:13 +0000 (20:14 +0000)]
Merge "Set pass-if to 100% in every csit-related job"

8 years agoMerge "Include BGP feature in integration-csit-verify-1node-library"
Luis Gomez [Mon, 30 Nov 2015 20:06:31 +0000 (20:06 +0000)]
Merge "Include BGP feature in integration-csit-verify-1node-library"

8 years agoMerge "Archive karaf logs compressed, cleanup workspace"
Luis Gomez [Mon, 30 Nov 2015 20:02:05 +0000 (20:02 +0000)]
Merge "Archive karaf logs compressed, cleanup workspace"

8 years agoMerge "Adding ability to build from different distribution branches"
Luis Gomez [Mon, 30 Nov 2015 19:07:47 +0000 (19:07 +0000)]
Merge "Adding ability to build from different distribution branches"

8 years agoSet pass-if to 100% in every csit-related job 90/30390/2
Vratko Polak [Mon, 30 Nov 2015 16:25:06 +0000 (17:25 +0100)]
Set pass-if to 100% in every csit-related job

Some jobs had 0%, but the agreement is to report
yellow dot (as opposed to blue dot)
whenever any test case failed.

Explicitly set UNSTABLE to vote verified +1
as most test suites lack ability
to ignore known non-blocking bugs.

Change-Id: I8b9de2b323ff183db19001321320569ff4fc3954
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoInclude BGP feature in integration-csit-verify-1node-library 98/30198/2
Vratko Polak [Wed, 25 Nov 2015 13:18:48 +0000 (14:18 +0100)]
Include BGP feature in integration-csit-verify-1node-library

BGP feature is fixed and back in integration,
this will make the BGP suite pass.

Also, feature list is now given in multiline format
and odl-bgpcep-*-all variants are removed as this never runs against Lithium.

Change-Id: I81f771aeb848e08588035a6daab6dc6d691bc750
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoArchive karaf logs compressed, cleanup workspace 91/29291/19
Vratko Polak [Fri, 27 Nov 2015 08:56:47 +0000 (09:56 +0100)]
Archive karaf logs compressed, cleanup workspace

Log rotation is configured to keep max 1 log file segment
and karaf.log maximum size is changed to 100GB;
as compression will make the resulting artifacts small enough.

Lines where karaf.log was "cat" to console
were replaced with "head" printing only first million bytes.
1MB of uncompressed karaf.log is archived as well.

Cluster logs now have "odl" prefix instead of "controller".

New macro integration-cleanup-worspace now deletes the whole workspace
to get rid of karaf / robot / graph files from the previous run.
Of course, the cloned integration/test repository is preserved;
no leftovers are there as it was cloned with "wipe and force clone".

ODL instance is killed before fetching logs
to try avoid errors if memory is starved.
Sleep 5 is added after kill.
In CSIT jobs, errors in log fetching are ignored.

Change-Id: Iaf7be3716018b6982bf703b4814263f0d55e2692
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoEnable validate autorelease job for all projects in Beryllium 65/30365/1
Thanh Ha [Mon, 30 Nov 2015 01:58:20 +0000 (20:58 -0500)]
Enable validate autorelease job for all projects in Beryllium

Change-Id: I57fc443ccbef2ff65484c565e0bfb5d1481a8b79
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Revert "Include DLUX dependencies to enable system test to pass on Jenkins""
Thanh Ha [Fri, 27 Nov 2015 18:17:38 +0000 (18:17 +0000)]
Merge "Revert "Include DLUX dependencies to enable system test to pass on Jenkins""

8 years agoRevert "Include DLUX dependencies to enable system test to pass on Jenkins" 05/30305/3
Maxime Millette-Coulombe [Fri, 27 Nov 2015 18:14:07 +0000 (13:14 -0500)]
Revert "Include DLUX dependencies to enable system test to pass on Jenkins"

This reverts commit 397e2fedafa794da3341be8dd5264d7c07efb323.

Change-Id: I8a79d385d8349b4137f758568c763430b790ec5d
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
8 years agoBump Maven 3.3.x series to 3.3.9 01/30301/1
Thanh Ha [Fri, 27 Nov 2015 17:42:04 +0000 (12:42 -0500)]
Bump Maven 3.3.x series to 3.3.9

Change-Id: Iaf7ec910febbd49087c67ab38fbd2f2247f21f26
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Include DLUX dependencies to enable system test to pass on Jenkins"
Thanh Ha [Fri, 27 Nov 2015 16:48:06 +0000 (16:48 +0000)]
Merge "Include DLUX dependencies to enable system test to pass on Jenkins"

8 years agoUpdate automated project templates 91/30291/1
jenkins-releng [Fri, 27 Nov 2015 11:54:04 +0000 (11:54 +0000)]
Update automated project templates

Change-Id: I008c69051e1be910b81e090c61a6baee05a33a9a
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "Enable validate autorelease job to didm"
Vratko Polák [Fri, 27 Nov 2015 11:51:34 +0000 (11:51 +0000)]
Merge "Enable validate autorelease job to didm"

8 years agoMerge "Use only last major OVS release"
Thanh Ha [Fri, 27 Nov 2015 06:22:16 +0000 (06:22 +0000)]
Merge "Use only last major OVS release"

8 years agoUse only last major OVS release 70/30270/1
Sam Hague [Fri, 27 Nov 2015 01:49:12 +0000 (20:49 -0500)]
Use only last major OVS release

Change-Id: I5b20a4dff2424bb11935339266e10d43e76ae153
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoAdding ability to build from different distribution branches 05/30105/6
Jamo Luhrsen [Tue, 24 Nov 2015 01:30:22 +0000 (17:30 -0800)]
Adding ability to build from different distribution branches

Change-Id: I5925a9140bea476b3d5b258605b3435eb4f9cc77
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoMerge "Add ovsdb.controller.address option"
Thanh Ha [Thu, 26 Nov 2015 17:44:41 +0000 (17:44 +0000)]
Merge "Add ovsdb.controller.address option"

8 years agoAdd ovsdb.controller.address option 64/30264/1
Sam Hague [Thu, 26 Nov 2015 17:26:58 +0000 (12:26 -0500)]
Add ovsdb.controller.address option

Change-Id: I329db643067ca71e36e33c56e55b8156c593547d
Signed-off-by: Sam Hague <shague@redhat.com>
8 years agoEnable validate autorelease job to didm 60/30260/1
Thanh Ha [Thu, 26 Nov 2015 16:04:48 +0000 (11:04 -0500)]
Enable validate autorelease job to didm

Change-Id: I1872db975ed849167abe0d0b11b450c3aedb321a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate devstack vm to use lib resources 70/30170/2
Thanh Ha [Wed, 25 Nov 2015 01:22:44 +0000 (20:22 -0500)]
Update devstack vm to use lib resources

Change-Id: I76d64efced441c8288bc8f81fa60ef1413b34281
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoFixed scaling job definition 48/30248/4
Jozef Behran [Thu, 26 Nov 2015 13:51:58 +0000 (14:51 +0100)]
Fixed scaling job definition

Do not run this job after each Gerrit submit but only once
a day as it is pretty slow. And do not install unnecessary
features in the "only" job.

Change-Id: Ic93fd31884d42fcaea043313f6129b6188c596be
Signed-off-by: Jozef Behran <jbehran@cisco.com>
8 years agoMerge "Added job definition for scaling tests."
Vratko Polák [Thu, 26 Nov 2015 13:11:24 +0000 (13:11 +0000)]
Merge "Added job definition for scaling tests."

8 years agoInclude DLUX dependencies to enable system test to pass on Jenkins 62/30162/2
Maxime Millette-Coulombe [Tue, 24 Nov 2015 19:39:06 +0000 (14:39 -0500)]
Include DLUX dependencies to enable system test to pass on Jenkins

Change-Id: Ia75380ffc012e70600a01980fc489bed535efab9
Signed-off-by: Maxime Millette-Coulombe <mmcoulombe@inocybe.com>
8 years agoadd maven settings macro for yangide project 04/30204/1
Andrew Grimberg [Wed, 25 Nov 2015 15:30:54 +0000 (07:30 -0800)]
add maven settings macro for yangide project

Change-Id: Ia7117e44c6c6be544cf84d467f60884baffbfaac
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
8 years agoadding a link to specifically point to patch test job info 71/30171/1
Jamo Luhrsen [Wed, 25 Nov 2015 02:29:32 +0000 (18:29 -0800)]
adding a link to specifically point to patch test job info

Change-Id: I3a9153e82b69c43d7d3aa8ff8a4836be537041e8
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
8 years agoFix logic for disabling autorelease validate job 68/30168/1
Thanh Ha [Tue, 24 Nov 2015 23:55:19 +0000 (18:55 -0500)]
Fix logic for disabling autorelease validate job

The configuration in JJB is "disabled: bool" making the logic originally
designed incorrect. This fixes the templates to do the right thing.

Change-Id: Ia7b544cf90384298eb15e860015aba1491bb304a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 67/30167/1
jenkins-releng [Tue, 24 Nov 2015 23:19:29 +0000 (23:19 +0000)]
Update automated project templates

Change-Id: I51846b0ec33db7c18a5fd7daa92be2f5a3f95641
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "BUG-2625: enable JDK8 verification for alto"
Thanh Ha [Tue, 24 Nov 2015 23:17:09 +0000 (23:17 +0000)]
Merge "BUG-2625: enable JDK8 verification for alto"

8 years agoMerge "Spliting out packetcable Li csit job config"
Luis Gomez [Tue, 24 Nov 2015 18:36:45 +0000 (18:36 +0000)]
Merge "Spliting out packetcable Li csit job config"

8 years agoMerge "Update automated project templates"
Thanh Ha [Tue, 24 Nov 2015 18:27:32 +0000 (18:27 +0000)]
Merge "Update automated project templates"

8 years agoUpdate automated project templates 54/30154/1
jenkins-releng [Tue, 24 Nov 2015 18:25:11 +0000 (18:25 +0000)]
Update automated project templates

Change-Id: Ib06003a0cc9c828d98c23ca2ceebcf621890a4c5
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "Tempororily block VTN Beryllium CSIT jobs"
Luis Gomez [Tue, 24 Nov 2015 18:23:38 +0000 (18:23 +0000)]
Merge "Tempororily block VTN Beryllium CSIT jobs"

8 years agoMerge "jjb/bgpcep: Add new Beryllium projects as dependencies"
Luis Gomez [Tue, 24 Nov 2015 18:23:04 +0000 (18:23 +0000)]
Merge "jjb/bgpcep: Add new Beryllium projects as dependencies"

8 years agoUpdate automated project templates 49/30149/1
jenkins-releng [Tue, 24 Nov 2015 16:37:55 +0000 (16:37 +0000)]
Update automated project templates

Change-Id: I0d9239b3bb8308e0bfa3511c376b29557884159e
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoAllow projects to choose which stream to enable validate job 07/30107/2
Thanh Ha [Tue, 24 Nov 2015 02:16:26 +0000 (21:16 -0500)]
Allow projects to choose which stream to enable validate job

Change-Id: Id6a2eb0204f456c739e1a2f05504d3c34bafbbd7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoMerge "Fix builder-check-poms job to ignore integration repo"
Vratko Polák [Tue, 24 Nov 2015 16:02:36 +0000 (16:02 +0000)]
Merge "Fix builder-check-poms job to ignore integration repo"

8 years agoMerge "Add patch distribution job triggered by keyword "test-distribution""
Vratko Polák [Tue, 24 Nov 2015 11:24:12 +0000 (11:24 +0000)]
Merge "Add patch distribution job triggered by keyword "test-distribution""

8 years agoFix builder-check-poms job to ignore integration repo 11/30111/2
Thanh Ha [Tue, 24 Nov 2015 03:09:55 +0000 (22:09 -0500)]
Fix builder-check-poms job to ignore integration repo

- Also update scripts to run without requiring ssh
- Force job to run on dynamic_verify builder
- Also ignore All-Users repo and archived repos

Change-Id: I116c237140e286272c3adb8b6bd4f41668669ae4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 09/30109/1
jenkins-releng [Tue, 24 Nov 2015 02:58:45 +0000 (02:58 +0000)]
Update automated project templates

Change-Id: Ie0c0666559890a3ce540bd357d15119eade0966f
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "Allow integration/distribution patches in multipatch job"
Luis Gomez [Tue, 24 Nov 2015 02:35:20 +0000 (02:35 +0000)]
Merge "Allow integration/distribution patches in multipatch job"

8 years agoAdd patch distribution job triggered by keyword "test-distribution" 51/30051/4
Luis Gomez [Sun, 22 Nov 2015 21:42:27 +0000 (13:42 -0800)]
Add patch distribution job triggered by keyword "test-distribution"

- This new job will build a patch distribution and will verify
this distribution can be deployed.
- Few adjusts to patch test job: remove unnecessary settings, skip
build tests, change mail notified project.

Change-Id: I1da9cef06aeaaab056ab3739d98a457815282213
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Enable autorelease validate job for usc project"
Andrew Grimberg [Mon, 23 Nov 2015 18:59:14 +0000 (18:59 +0000)]
Merge "Enable autorelease validate job for usc project"

8 years agoTempororily block VTN Beryllium CSIT jobs 29/30029/1
gvrangan [Sat, 21 Nov 2015 00:12:36 +0000 (16:12 -0800)]
Tempororily block VTN Beryllium CSIT jobs

  * VTN removed from integration/distribution
  * Beryllium jobs might fail
  * This patch will be reverted after VTN completes MD-SAL migration

Change-Id: Ifb42ce9a0ace3bb042e60f6acd1a88e21fce3be3
Signed-off-by: gvrangan <venkatrangang@hcl.com>
8 years agoMerge "Add req.txt description of JJB install reqs"
Andrew Grimberg [Fri, 20 Nov 2015 18:59:36 +0000 (18:59 +0000)]
Merge "Add req.txt description of JJB install reqs"

8 years agoEnable autorelease validate job for usc project 07/30007/1
Thanh Ha [Fri, 20 Nov 2015 18:50:41 +0000 (13:50 -0500)]
Enable autorelease validate job for usc project

Change-Id: I67dd9d029c60137abed0c0a96c74f4a06020be98
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoUpdate automated project templates 03/30003/1
jenkins-releng [Fri, 20 Nov 2015 17:48:39 +0000 (17:48 +0000)]
Update automated project templates

Change-Id: I729a46007d64a715fa8b1b58df5dabd0af0f02bb
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoEnable autorelease validate job for projects that volunteered 01/30001/1
Thanh Ha [Fri, 20 Nov 2015 17:30:46 +0000 (12:30 -0500)]
Enable autorelease validate job for projects that volunteered

Change-Id: Ic0001868d0b31fdadf30eb195deb4a943d41e301
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agoAdd autorelease-validate job type 02/29702/5
Thanh Ha [Fri, 20 Nov 2015 17:26:59 +0000 (12:26 -0500)]
Add autorelease-validate job type

- Adds a new 'AUTORELEASE: true' parameter to enable the new job type
  for a project.

The validate job can be used to quickly test pom.xml sanity across all
odlprojects for autorelease.

See mailing list post for POC details:
https://lists.opendaylight.org/pipermail/release/2015-November/004456.html

Change-Id: I0be019dfabf24474f8961c53c72866875530cda7
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
8 years agojjb/bgpcep: Add new Beryllium projects as dependencies 92/29992/1
Vratko Polak [Fri, 20 Nov 2015 15:50:14 +0000 (16:50 +0100)]
jjb/bgpcep: Add new Beryllium projects as dependencies

Also, functional CSIT job definition reformatted and comments added.

Change-Id: I98e911d5585c9ee05198a8baed06231c75ce92e3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoSpliting out packetcable Li csit job config 76/29876/3
Ryan Vail [Wed, 18 Nov 2015 16:31:35 +0000 (09:31 -0700)]
Spliting out packetcable Li csit job config

Packetcable's csit tests need to know which version is running.
Added robot-option to the Li config.

Change-Id: I3fb6ef0641022192979ddd95863e82e6cead78d4
Signed-off-by: Ryan Vail <r.vail@cablelabs.com>
8 years agoGroupbasedpolicy 3node job update 78/29978/1
Tomas Cechvala [Fri, 20 Nov 2015 11:33:53 +0000 (12:33 +0100)]
Groupbasedpolicy 3node job update

Added groupbasedpolicy distribution job to triggers.

Change-Id: Ibb36398f5a0c31d1c1e0f8bc876497414c3366c0
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoCSIT for usecplugin 56/29956/1
rafat [Fri, 20 Nov 2015 07:14:37 +0000 (12:44 +0530)]
CSIT for usecplugin

Change-Id: If6f580f48aa7c1e84f7b23150cb3a301f01481b2
Signed-off-by: rafat <rafat.jahan@tcs.com>
8 years agoMerge "Adding CSIT for NetIDE project "
Luis Gomez [Fri, 20 Nov 2015 06:02:06 +0000 (06:02 +0000)]
Merge "Adding CSIT for NetIDE project "

8 years agoAdd req.txt description of JJB install reqs 53/29953/1
Daniel Farrell [Fri, 20 Nov 2015 04:46:28 +0000 (23:46 -0500)]
Add req.txt description of JJB install reqs

Provides an easier, "official", way to get working JJB 1.3.0.

This is from Vratko on 29170:

 > Change 29737 went in, so now we see what the RelEng jobs use:
 > jenkins-job-builder==1.2.1.dev60
 > ordereddict==1.1
 > pbr==0.11.0
 > python-jenkins==0.4.6
 > PyYAML==3.11
 > six==1.9.0
 >
 > Knowing that, my simplest way to be able to configure
 > integration-patch-test-beryllium goes like this:
 > pip install --upgrade pip
 > pip install python-jenkins==0.4.6
 > pip install jenkins-job-builder==1.3.0

That works for me too. http://pastebin.com/ze9zeUCn

Formalizing that in a requirements.txt file for pip works too, as
expected. http://pastebin.com/fJNykH2j

Change-Id: Iee4f2b91f778c935dcfbafbcf26ed969f02df00c
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
8 years agoUpdate automated project templates 37/29937/1
jenkins-releng [Thu, 19 Nov 2015 18:52:32 +0000 (18:52 +0000)]
Update automated project templates

Change-Id: I2e97fe928d05b1b3b451004480aeb27a451b0da0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "BUG-2625: activate JDK8 verification for capwap"
Andrew Grimberg [Thu, 19 Nov 2015 18:50:53 +0000 (18:50 +0000)]
Merge "BUG-2625: activate JDK8 verification for capwap"

8 years agoMerge "BUG-2625: enable JDK8 verification for dlux"
Andrew Grimberg [Thu, 19 Nov 2015 18:33:42 +0000 (18:33 +0000)]
Merge "BUG-2625: enable JDK8 verification for dlux"

8 years agoUpdate automated project templates 34/29934/1
jenkins-releng [Thu, 19 Nov 2015 17:16:14 +0000 (17:16 +0000)]
Update automated project templates

Change-Id: I7d3ffb89d44cc7ec9a90ccacfb93d2ed5ef641f4
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "BUG-2625: activate JDK8 verification for didm"
Andrew Grimberg [Thu, 19 Nov 2015 17:13:58 +0000 (17:13 +0000)]
Merge "BUG-2625: activate JDK8 verification for didm"

8 years agoUpdate automated project templates 33/29933/1
jenkins-releng [Thu, 19 Nov 2015 17:10:54 +0000 (17:10 +0000)]
Update automated project templates

Change-Id: I3594405aa9a404f4122ea07c7f55671589d72096
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoMerge "BUG-2625: enable JDK8 verification for reservation"
Andrew Grimberg [Thu, 19 Nov 2015 17:06:56 +0000 (17:06 +0000)]
Merge "BUG-2625: enable JDK8 verification for reservation"

8 years agoMerge "BUG-2625: enable JDK8 verification for sfc"
Andrew Grimberg [Thu, 19 Nov 2015 17:06:24 +0000 (17:06 +0000)]
Merge "BUG-2625: enable JDK8 verification for sfc"

8 years agoMerge "Job config for GBP 3node demo"
Vratko Polák [Thu, 19 Nov 2015 12:26:18 +0000 (12:26 +0000)]
Merge "Job config for GBP 3node demo"

8 years agoMerge "Update dsbenchmark Beryllium feature name"
Luis Gomez [Thu, 19 Nov 2015 01:30:42 +0000 (01:30 +0000)]
Merge "Update dsbenchmark Beryllium feature name"

8 years agoJob config for GBP 3node demo 71/29871/1
Tomas Cechvala [Wed, 18 Nov 2015 16:35:54 +0000 (17:35 +0100)]
Job config for GBP 3node demo

Gbp-trusty VMs in use.

Change-Id: I6dd7b69e4f9844b77ffe4253efbd37236de1c9c9
Signed-off-by: Tomas Cechvala <tcechval@cisco.com>
8 years agoMerge "Add "pip freeze" to builder-verify-jjb job"
Thanh Ha [Wed, 18 Nov 2015 15:47:13 +0000 (15:47 +0000)]
Merge "Add "pip freeze" to builder-verify-jjb job"

8 years agoMerge "Refine options for bgpcep-csit-bgp-ingest"
Andrew Grimberg [Tue, 17 Nov 2015 15:36:19 +0000 (15:36 +0000)]
Merge "Refine options for bgpcep-csit-bgp-ingest"

8 years agoMerge "Add OVS 2.4.0 to ovsdb full integration"
Andrew Grimberg [Tue, 17 Nov 2015 15:35:06 +0000 (15:35 +0000)]
Merge "Add OVS 2.4.0 to ovsdb full integration"

8 years agoFix distribution offline job 94/29794/1
Luis Gomez [Tue, 17 Nov 2015 01:27:55 +0000 (17:27 -0800)]
Fix distribution offline job

In case of command success error.txt is not generated.

Change-Id: I57303bf5c5dbffb22f5e3b5ebdd9cf2e23fd9ad6
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
8 years agoMerge "Jenkins build template controller-csit-rest-cars-perf"
Vratko Polák [Mon, 16 Nov 2015 17:28:22 +0000 (17:28 +0000)]
Merge "Jenkins build template controller-csit-rest-cars-perf"

8 years agoAllow integration/distribution patches in multipatch job 46/29746/2
Vratko Polak [Mon, 16 Nov 2015 13:54:27 +0000 (14:54 +0100)]
Allow integration/distribution patches in multipatch job

Change-Id: I497eee7c7cde9d0eafbdc43882ff428fc70b26f1
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoUpdate automated project templates 40/29740/1
jenkins-releng [Mon, 16 Nov 2015 09:59:03 +0000 (09:59 +0000)]
Update automated project templates

Change-Id: I152b6e5f0ac1e76059ca20bb83af024abc9b2ad0
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
8 years agoAdd "pip freeze" to builder-verify-jjb job 37/29737/1
Vratko Polak [Mon, 16 Nov 2015 08:54:32 +0000 (09:54 +0100)]
Add "pip freeze" to builder-verify-jjb job

Change-Id: I3cbd5ffb670b736c208b0b8b0ca5d6cfed2d8059
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
8 years agoMerge "BUG-2625: enable JDK8 verification for sxp"
Vratko Polák [Mon, 16 Nov 2015 08:46:47 +0000 (08:46 +0000)]
Merge "BUG-2625: enable JDK8 verification for sxp"