From 10a8f2aeb1bb8efeb9087bce9c38e91680701c2e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 6 Oct 2017 10:30:39 +0100 Subject: jjb: xci: Make use of alternative ssh configuration file 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 --- jjb/xci/xci-verify-jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/xci/xci-verify-jobs.yml') diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 0a7b960a0..1fde17a9e 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -300,7 +300,7 @@ 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: -- cgit 1.2.3-korg