jjb: xci: Make use of alternative ssh configuration file 49/44449/1
authorMarkos Chandras <mchandras@suse.de>
Fri, 6 Oct 2017 09:30:39 +0000 (10:30 +0100)
committerMarkos Chandras <mchandras@suse.de>
Fri, 6 Oct 2017 09:30:39 +0000 (10:30 +0100)
The script now creates an XCI specific ssh configuration file
so we need to use that when trying to connect to the host.

Change-Id: I34cb39636b95de9ab97cb5d2ca250b4218e9a7f7
Signed-off-by: Markos Chandras <mchandras@suse.de>
jjb/xci/xci-verify-jobs.yml

index 0a7b960..1fde17a 100644 (file)
               exit 0
           fi
 
-          ssh ${DISTRO}_xci_vm "cd releng-xci && ./xci_test.sh"
+          ssh -F $HOME/.ssh/xci-vm-config ${DISTRO}_xci_vm "cd releng-xci && ./xci_test.sh"
 
 
 - builder: