From: Markos Chandras Date: Fri, 6 Oct 2017 09:30:39 +0000 (+0100) Subject: jjb: xci: Make use of alternative ssh configuration file X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=10a8f2aeb1bb8efeb9087bce9c38e91680701c2e;p=releng.git 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 --- 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: