phoronix-test-suite: extract ensure- role from run playbook
This change adds a new phoronix-test-suite/pre.yaml playbook to ensure-phoronix-test-suite is installed. Change-Id: I30d8cca408cca006a452db35cb4f40d4af526dec
This commit is contained in:
parent
67f223b53a
commit
2d16f0fd07
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- ensure-phoronix-test-suite
|
|
||||||
- phoronix-combine-results
|
- phoronix-combine-results
|
||||||
|
3
playbooks/phoronix-test-suite/pre.yaml
Normal file
3
playbooks/phoronix-test-suite/pre.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- ensure-phoronix-test-suite
|
@ -1,4 +1,3 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- ensure-phoronix-test-suite
|
|
||||||
- phoronix-test-suite
|
- phoronix-test-suite
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
- job:
|
- job:
|
||||||
name: phoronix-test-suite
|
name: phoronix-test-suite
|
||||||
description: A system job to validate test resources
|
description: A system job to validate test resources
|
||||||
|
pre-run: playbooks/phoronix-test-suite/pre.yaml
|
||||||
run: playbooks/phoronix-test-suite/run.yaml
|
run: playbooks/phoronix-test-suite/run.yaml
|
||||||
post-run: playbooks/phoronix-test-suite/post.yaml
|
post-run: playbooks/phoronix-test-suite/post.yaml
|
||||||
|
|
||||||
@ -9,5 +10,6 @@
|
|||||||
description: A system job to combine multiple results
|
description: A system job to combine multiple results
|
||||||
vars:
|
vars:
|
||||||
phoronix_combined_result_name: "phoronix-combined-result"
|
phoronix_combined_result_name: "phoronix-combined-result"
|
||||||
|
pre-run: playbooks/phoronix-test-suite/pre.yaml
|
||||||
run: playbooks/phoronix-test-suite/combine.yaml
|
run: playbooks/phoronix-test-suite/combine.yaml
|
||||||
post-run: playbooks/phoronix-test-suite/post-combine.yaml
|
post-run: playbooks/phoronix-test-suite/post-combine.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user