[Apex] Move Functest Scenario selection to script 65/64265/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 30 Oct 2018 19:32:33 +0000 (12:32 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 30 Oct 2018 19:32:33 +0000 (12:32 -0700)
commit532d544beffedc438c6cc7f2f59d1880d05c779d
tree2303091f25764c6e60a7db3b5b10d784fec824f2
parentf815ee40627b33c71a22a8df29789d7d8b991bb8
[Apex] Move Functest Scenario selection to script

When using 'shell' builder directly '{}' is interpreted as a JJB
substitution. This can be escaped with '{{}}' but breaks due to Apex
use of Jinja2. Moving the entire script to a shell fixes this issue.

Change-Id: I874a45cf25ca69373275849f98c89c534f3de0bb
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
jjb/apex/apex-functest-scenario.sh [new file with mode: 0644]
jjb/apex/apex.yaml
jjb/apex/apex.yaml.j2