aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/playbooks/whetstone.yaml
diff options
context:
space:
mode:
authorNauman Ahad <nauman.ahad@xflowresearch.com>2016-06-06 13:36:19 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-06 13:36:19 +0000
commit06fe75eed51ef0f227487fc23a834841b7a29760 (patch)
treec5aeaf63eaca4b09c130e883b2212c65adcb7e10 /benchmarks/playbooks/whetstone.yaml
parente883f8d8ef5ee497982e13ff8afcdef771dfcc7f (diff)
parent1502753c041ec7179260890c8b2c41305fc91378 (diff)
Merge "Add zte-pod1 test cases and include proxy in playbooks."
Diffstat (limited to 'benchmarks/playbooks/whetstone.yaml')
-rw-r--r--benchmarks/playbooks/whetstone.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/playbooks/whetstone.yaml b/benchmarks/playbooks/whetstone.yaml
index b76c3063..efe78cfd 100644
--- a/benchmarks/playbooks/whetstone.yaml
+++ b/benchmarks/playbooks/whetstone.yaml
@@ -24,6 +24,8 @@
- name: make directory
shell: sudo mkdir $HOME/qtip_result
+ - include: ./sys_proxy_pbook.yaml
+
- include: ./sys_info_pbook.yaml
vars:
network: false
@@ -36,6 +38,8 @@
shell: sudo apt-get install git gcc patch perl -y
when: ansible_os_family == "Debian"
+ - include: ./git_proxy_pbook.yaml
+
- name: Clone unixbench
shell: git clone https://github.com/kdlucas/byte-unixbench.git $HOME/tempT