summaryrefslogtreecommitdiff
path: root/playbooks/unittests/run.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/unittests/run.yaml')
-rw-r--r--playbooks/unittests/run.yaml17
1 files changed, 4 insertions, 13 deletions
diff --git a/playbooks/unittests/run.yaml b/playbooks/unittests/run.yaml
index c66c4e3..9818ef9 100644
--- a/playbooks/unittests/run.yaml
+++ b/playbooks/unittests/run.yaml
@@ -1,15 +1,6 @@
- hosts: all
+ roles:
+ - install_isal
+ - install_jerasure
+ - test_liberasurecode
- tasks:
- - name: Build and test
- shell:
- cmd: |
- set -e
- set -x
- ./autogen.sh
- ./configure
- make
- make test
- make valgrind-test
- executable: /bin/bash
- chdir: '{{ zuul.project.src_dir }}'