Simplify val-autorelease and distro-check state definition 85/48085/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Nov 2016 19:04:34 +0000 (14:04 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 7 Nov 2016 19:45:38 +0000 (14:45 -0500)
commite5ebb1faf1e71657113c709ef811a25242780862
tree518cf0904675bee02f711767b3f80e1bfc3081a5
parent07e84d872fae2a2472dafd112d9664c3cf3b3837
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>
64 files changed:
jjb/aaa/aaa.yaml
jjb/alto/alto.yaml
jjb/armoury/armoury.yaml
jjb/atrium/atrium.yaml
jjb/bgpcep/bgpcep.yaml
jjb/capwap/capwap.yaml
jjb/cardinal/cardinal.yaml
jjb/centinel/centinel.yaml
jjb/controller/controller.yaml
jjb/coretutorials/coretutorials.yaml
jjb/didm/didm.yaml
jjb/discovery/discovery.yaml
jjb/dlux/dlux.yaml
jjb/docs/docs.yaml
jjb/eman/eman.yaml
jjb/faas/faas.yaml
jjb/genius/genius.yaml
jjb/groupbasedpolicy/groupbasedpolicy.yaml
jjb/honeycomb/vbd/vbd.yaml
jjb/infrautils/infrautils.yaml
jjb/integration/distribution/distribution.yaml
jjb/iotdm/iotdm.yaml
jjb/l2switch/l2switch.yaml
jjb/lacp/lacp.yaml
jjb/lispflowmapping/lispflowmapping.yaml
jjb/mdsal/mdsal.yaml
jjb/messaging4transport/messaging4transport.yaml
jjb/natapp/natapp.yaml
jjb/nemo/nemo.yaml
jjb/netconf/netconf.yaml
jjb/netide/netide.yaml
jjb/netvirt/netvirt.yaml
jjb/neutron/neutron.yaml
jjb/next/next.yaml
jjb/nic/nic.yaml
jjb/ocpplugin/ocpplugin.yaml
jjb/odlparent/odlparent.yaml
jjb/of-config/of-config.yaml
jjb/ofextensions/circuitsw/circuitsw.yaml
jjb/openflowjava/openflowjava.yaml
jjb/openflowplugin/openflowplugin.yaml
jjb/ovsdb/ovsdb.yaml
jjb/packetcable/packetcable.yaml
jjb/persistence/persistence.yaml
jjb/releng-templates-java.yaml
jjb/reservation/reservation.yaml
jjb/sdninterfaceapp/sdninterfaceapp.yaml
jjb/sfc/sfc.yaml
jjb/snbi/snbi.yaml
jjb/snmp/snmp.yaml
jjb/snmp4sdn/snmp4sdn.yaml
jjb/sxp/sxp.yaml
jjb/tcpmd5/tcpmd5.yaml
jjb/topoprocessing/topoprocessing.yaml
jjb/tsdr/tsdr.yaml
jjb/ttp/ttp.yaml
jjb/unimgr/unimgr.yaml
jjb/usc/usc.yaml
jjb/usecplugin/usecplugin.yaml
jjb/vpnservice/vpnservice.yaml
jjb/vtn/vtn.yaml
jjb/yang-push/yang-push.yaml
jjb/yangide/yangide.yaml
jjb/yangtools/yangtools.yaml