summaryrefslogtreecommitdiffstats
path: root/jjb/apex/apex-functest-scenario.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11Apex: Fix functest docker tag passing for gateTim Rozet1-1/+1
The daily job moved to using the apex-functest-scenario script. This updates the gate jobs to use the same logic as well as updates the detection script to drop snapshot specific extensions like functest/csit which Apex uses to determine special deploy types. Change-Id: Id5f23d71401fc341c640b388f583b304b2ac6789 Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-10-30[Apex] Move Functest Scenario selection to scriptTrevor Bramwell1-0/+18
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>