aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/fetch_spec_cpu2006_result
diff options
context:
space:
mode:
authorrexlee8776 <limingjiang@huawei.com>2017-11-16 08:49:16 +0000
committerrexlee8776 <limingjiang@huawei.com>2017-12-13 02:46:28 +0000
commit7bd43b239b7be6f478399526a177922d4482bcc2 (patch)
tree6203df4e3a3d18fcc769c82e768bc5213b281151 /ansible/roles/fetch_spec_cpu2006_result
parentce52059f5f78912eeff2d97235c1028c218bf960 (diff)
bugfix: tc078 fails in some situations
1. make "SPECint_benchmark, runspec_iterations, runspec_tune, runspec_size, runspec_rate" parameterized and change the default value "int^429" to "int" 2. remove "become: true" in some roles since it does not need root privilege JIRA: YARDSTICK-852 Change-Id: Icb384bddc12911e2681a981d0504e0e142d1a8ec Signed-off-by: rexlee8776 <limingjiang@huawei.com>
Diffstat (limited to 'ansible/roles/fetch_spec_cpu2006_result')
-rw-r--r--ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml b/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml
index 370ec7a0c..ccc89000c 100644
--- a/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml
+++ b/ansible/roles/fetch_spec_cpu2006_result/tasks/main.yaml
@@ -10,7 +10,6 @@
- name: fetch_spec_cpu2006_result
fetch:
- src: /usr/cpu2006/spec_cpu2006_result.zip
+ src: ~/cpu2006/spec_cpu2006_result.zip
dest: /tmp/
flat: yes
- become: true