Split out release-merge job to separate project 37/91937/4
authorThanh Ha <zxiiro@gmail.com>
Thu, 6 Aug 2020 14:12:45 +0000 (10:12 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 7 Aug 2020 13:57:39 +0000 (09:57 -0400)
commit5102e39ad035be2409ce11d59605921a58646308
tree693a1f0075f8c235e1a322f8eef31a1815b785bc
parent64bdb03e908a5db5b2f19d7e6ad17ecf7696ef63
Split out release-merge job to separate project

Split all of the release-merge jobs into a separate project definition.
This resolves issue where the branch cutting script is grabbing this
definition and copying it to the next release every time we do branch
cutting causing duplicate job definitions. Considering there can be
only a single release-merge job per-project it makes sense that it
has it's own separate project definition that is separate from jobs
that can have multiple streams and branches.

Also configure all the jobs to use a 2c-1g system (smallest available
system) considering that it's essentially a curl script that hits a
Nexus Rest API.

Change-Id: Id701e77ed9f1ba61f6d53e4d49869d0cf118306a
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
31 files changed:
jjb/alt-datastores/alt-datastores.yaml
jjb/bier/bier.yaml
jjb/controller/controller.yaml
jjb/detnet/detnet.yaml
jjb/dlux/dlux.yaml
jjb/dluxapps/dluxapps.yaml
jjb/groupbasedpolicy/groupbasedpolicy.yaml
jjb/honeycomb/vbd/vbd.yaml
jjb/infrautils/infrautils.yaml
jjb/jsonrpc/jsonrpc.yaml
jjb/l2switch/l2switch.yaml
jjb/mdsal/mdsal.yaml
jjb/nemo/nemo.yaml
jjb/odlguice/odlguice.yaml
jjb/odlmicro/odlmicro.yaml
jjb/odlparent/odlparent.yaml
jjb/odlsaf/odlsaf.yaml
jjb/odltools/odltools.yaml
jjb/of-config/of-config.yaml
jjb/p4plugin/p4plugin.yaml
jjb/packetcable/packetcable.yaml
jjb/plastic/plastic.yaml
jjb/snmp/snmp.yaml
jjb/snmp4sdn/snmp4sdn.yaml
jjb/sxp/sxp.yaml
jjb/telemetry/telemetry.yaml
jjb/transportpce/transportpce.yaml
jjb/tsdr/tsdr.yaml
jjb/unimgr/unimgr.yaml
jjb/usc/usc.yaml
jjb/yangtools/yangtools.yaml