xci: scripts: Fix script to run on Jenkins CI 35/43035/18
authorMarkos Chandras <mchandras@suse.de>
Mon, 25 Sep 2017 19:40:11 +0000 (20:40 +0100)
committerMarkos Chandras <mchandras@suse.de>
Tue, 26 Sep 2017 15:06:58 +0000 (16:06 +0100)
commit9f085a075309738af1f73a7617f604bd2af1604c
tree6b7e86f9da5aeaba1bc8994474874193c2ff18e7
parente728ad6988a15c71376860b1ea6eaedcce15fa4e
xci: scripts: Fix script to run on Jenkins CI

A couple of tweaks are necessary to get it working with Jenkins
- Jenkins jobs could contain the 'xci' string so make the regexp
more accurate.
- Rename VMs to use a more accurate name
- Fix ssh public key location
- Create a fresh /etc/hosts since distro may not have one.
- Set hostname on VM

Change-Id: I332a424bc8b2de98d7b326c192996b7b12c79dd7
Signed-off-by: Markos Chandras <mchandras@suse.de>
xci/scripts/vm/build-dib-os.sh
xci/scripts/vm/start-new-vm.sh