aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark-christophe.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-05 09:57:42 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-05-05 10:03:24 +0000
commit5f51c4320182afc8486fd23975be4c8bd1e4e6cf (patch)
treedcd6f7e5b86c67e8964130d5e0e5c6c67008e584 /tcwg-benchmark-christophe.yaml
parentaa6579f77d94bbeaa5af5016f6685df3bae891fd (diff)
tcwg-benchmark-christophe: Fix workspace path and .ssh/ workaround path.
Change-Id: I47c7f46565bb2b54294310c22badb6ff76497289
Diffstat (limited to 'tcwg-benchmark-christophe.yaml')
-rw-r--r--tcwg-benchmark-christophe.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tcwg-benchmark-christophe.yaml b/tcwg-benchmark-christophe.yaml
index 89c7ba6cd7..e8ac6f631f 100644
--- a/tcwg-benchmark-christophe.yaml
+++ b/tcwg-benchmark-christophe.yaml
@@ -36,7 +36,7 @@
description: 'File Server for results'
disabled: false
node: tcwg-coordinator
- workspace: $NODE_NAME
+ workspace: workspace/$JOB_NAME/$label
child-workspace: $label
concurrent: true
display-name: 'TCWG ZZZ Benchmark Christophe'
@@ -68,9 +68,9 @@
set -ex
ssh-add -l
- ls -l .ssh/
- cp /home/tcwg-buildslave/.ssh/config .ssh/
- cp /home/tcwg-buildslave/.ssh/known_hosts .ssh/
+ ls -l ~/.ssh/
+ cp /home/tcwg-buildslave/.ssh/config ~/.ssh/
+ cp /home/tcwg-buildslave/.ssh/known_hosts ~/.ssh/
wget --progress=dot:giga --no-check-certificate ${toolchain_url}
tarball=$(basename ${toolchain_url})