From 7bd43b239b7be6f478399526a177922d4482bcc2 Mon Sep 17 00:00:00 2001 From: rexlee8776 Date: Thu, 16 Nov 2017 08:49:16 +0000 Subject: 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 --- ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml') diff --git a/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml b/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml index 72d8c93ee..b2a50896e 100644 --- a/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml +++ b/ansible/roles/uninstall_spec_cpu2006/tasks/main.yaml @@ -10,9 +10,8 @@ - name: remove SPEC CPU 2006 file: - path: /usr/cpu2006 + path: ~/cpu2006 state: absent - become: true - name: umount SPEC CPU 2006 ISO shell: @@ -25,4 +24,3 @@ file: path: ~/cpu2006-1.2.iso state: absent - become: true -- cgit 1.2.3-korg