aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-christophe.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-05 11:50:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-05 11:52:26 +0000
commit454dcbd5a5a9f8375c718cf41afa1da9a59c730a (patch)
tree05acf46e862f87b02bdb5adf377aea9e5666f992 /tcwg-benchmark-christophe.yaml
parent3cae59c658b35f66228d5a466f15eac89ac74035 (diff)
tcwg-benchmark-christophe: Remove custom ssh options
... now that we copy .ssh/config Change-Id: Id8a6f241d704506eb5c0bbe92385191343e19f1a
Diffstat (limited to 'tcwg-benchmark-christophe.yaml')
-rw-r--r--tcwg-benchmark-christophe.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg-benchmark-christophe.yaml b/tcwg-benchmark-christophe.yaml
index c38dba0ae5..a5b324f4e2 100644
--- a/tcwg-benchmark-christophe.yaml
+++ b/tcwg-benchmark-christophe.yaml
@@ -81,7 +81,7 @@
# convert the slave name into the target board name
boardname=$(echo ${NODE_NAME} | sed 's/-bmk//').tcwglab
boardname="tcwg-benchmark@${boardname}"
- ssh_opts="-o StrictHostKeyChecking=no -Snone"
+ ssh_opts=""
ssh ${ssh_opts} $boardname ls -l .ssh/
scp /home/tcwg-buildslave/.ssh/config $boardname:.ssh/
scp /home/tcwg-buildslave/.ssh/known_hosts $boardname:.ssh/
@@ -99,8 +99,8 @@
esac
# Hack: populate tcwg-benchmark's known_hosts on the board
- ssh -A ${ssh_opts} $boardname ssh ${ssh_opts} git@dev-private-git.linaro.org true || true
- ssh -A ${ssh_opts} $boardname ssh ${ssh_opts} dev-01.tcwglab true || true
+ #ssh -A ${ssh_opts} $boardname ssh ${ssh_opts} git@dev-private-git.linaro.org true || true
+ #ssh -A ${ssh_opts} $boardname ssh ${ssh_opts} dev-01.tcwglab true || true
# FIXME: bench_list can contain more than one bench
# FIXME: support cflags