aboutsummaryrefslogtreecommitdiffstats
path: root/playboooks/whetstone.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playboooks/whetstone.yaml')
-rw-r--r--playboooks/whetstone.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/playboooks/whetstone.yaml b/playboooks/whetstone.yaml
deleted file mode 100644
index f07ea073..00000000
--- a/playboooks/whetstone.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-
- - hosts: demo1
-
- tasks:
- - name: cleaning
- shell: rm -rf /root/tempT
- - name: Install git
- shell: yum install git -y
- - name: Clone unixbench
- shell: git clone https://github.com/kdlucas/byte-unixbench.git /root/tempT
- - name: make
- shell: make --directory /root/tempT/UnixBench/
- - name: Run whetstone
- shell: cd /root/tempT/UnixBench/&&./Run -v whetstone
- - name: copy results
- shell: scp -r /root/tempT/UnixBench/results/* root@172.18.0.11:/root/results/whetstone