diff options
author | Mofassir Arif <Mofassir_arif@dellteam.com> | 2015-12-17 03:48:42 -0800 |
---|---|---|
committer | Mofassir Arif <Mofassir_arif@dellteam.com> | 2015-12-17 03:48:42 -0800 |
commit | 390c1e3ca7f751fdfe6c7e9634d0d95ae6ba114f (patch) | |
tree | e441b0e2e83ac7da9830d23ce32756501232fbd1 /benchmarks/playbooks/cachebench.yaml | |
parent | 6737007d817e62567cbcdaca598f4b1ffa915463 (diff) |
Script to modify key file permissions
I have added a script to change the file permissions of the
key files to 600 so that they can be used by the ssh agent
The duration of the sshtest has also been reduced to allow
the Jenkins Job to run/fail in a reasonable amount of time
Change-Id: I5446896619dfba3f3efb600b64628343d6378164
Signed-off-by: Mofassir Arif <Mofassir_arif@dellteam.com>
Diffstat (limited to 'benchmarks/playbooks/cachebench.yaml')
-rw-r--r-- | benchmarks/playbooks/cachebench.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/playbooks/cachebench.yaml b/benchmarks/playbooks/cachebench.yaml index 4569d4af..510812bd 100644 --- a/benchmarks/playbooks/cachebench.yaml +++ b/benchmarks/playbooks/cachebench.yaml @@ -33,6 +33,6 @@ shell: (cd /root/results/; find . -maxdepth 1 -type f) | cut -d'/' -f2 register: files_to_copy - name: copy results - fetch: src=/root/results/{{item}} dest={{Dest_dir}}/cachebench + fetch: src=/root/results/{{item}} dest=../../{{Dest_dir}}/cachebench with_items: files_to_copy.stdout_lines |