xci: Convert execute shell scripts to external scripts 13/50913/4
authorFatih Degirmenci <fdegir@gmail.com>
Mon, 22 Jan 2018 08:51:44 +0000 (09:51 +0100)
committerFatih Degirmenci <fdegir@gmail.com>
Mon, 22 Jan 2018 09:16:57 +0000 (10:16 +0100)
commit721fbb630acb5766e3835095290fe215ec1f9686
treec802d98609682bb4b87bb4d66c4d994de55d5900
parent640039a7f889753777fe76940ff22be4f777d612
xci: Convert execute shell scripts to external scripts

The scripts used by verify jobs to create VMs, start deployments,
run functest, and do cleanup for CI can be reused by other jobs as
well so they are moved out of the yaml file.

Apart from that, if we decide to change the way we run CI (not
using VMs for performance reasons), we don't have to make big changes
to yaml either.

Change-Id: I2df1f2d60f999bcd7d53a5cd879112a5b2b0ca05
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
jjb/xci/xci-cleanup.sh [new file with mode: 0755]
jjb/xci/xci-run-functest.sh [new file with mode: 0755]
jjb/xci/xci-start-deployment.sh [new file with mode: 0755]
jjb/xci/xci-start-new-vm.sh [new file with mode: 0755]
jjb/xci/xci-verify-jobs.yml