summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-verify-jobs.yml
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2017-10-06 10:30:39 +0100
committerMarkos Chandras <mchandras@suse.de>2017-10-06 10:30:39 +0100
commit10a8f2aeb1bb8efeb9087bce9c38e91680701c2e (patch)
treede0537b79d5a3724941385adbefac76dfab1b409 /jjb/xci/xci-verify-jobs.yml
parent19f559f63eed668fcfa4d7ded964a635eb52a769 (diff)
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 <mchandras@suse.de>
Diffstat (limited to 'jjb/xci/xci-verify-jobs.yml')
-rw-r--r--jjb/xci/xci-verify-jobs.yml2
1 files changed, 1 insertions, 1 deletions
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: