Updated git submodules
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Nov 2016 19:04:34 +0000 (14:04 -0500)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 7 Nov 2016 23:43:56 +0000 (23:43 +0000)
commitcb7872918224cc5b94d47d5ec8486f0a0b8ff5cb
tree35bdf0c00ae0058a28ad05c3c85192d36b5fc576
parent49ce04d799e4adec0b7c5af8ea1c1679ca8da310
Updated git submodules

Project: releng/builder master e5ebb1faf1e71657113c709ef811a25242780862

Simplify val-autorelease and distro-check state definition

The validate-autorelease and distribution-check jobs use a
activate/disable mechanism from before when releng/builder was using a
custom scripting layer. This is no longer needed as projects can just
remove the unneeded templates directly in their 'project' definition
jjb so let's simplify the JJB code by removing the complexity here.

Also simplify streams to no longer be a list as that is no longer
necessary with the way we are now defining project definitions.

- templates now have a setting of 'disabled: false' to ensure they are
  always enabled if defined.
- remove validate-autorelease and distro-check templates from projects
  that are not participating in the distribution / autorelease.
- enable validate-autorelease job on projects that are participating in
  the distribution / autorelease but mistakenly had those jobs disabled.

Change-Id: Ia4edb4ad0207ddcf9ca4508886fb3f37488f4788
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
docs/submodules/releng/builder