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
|
||||
roles:
|
||||
- ensure-phoronix-test-suite
|
||||
- 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
|
||||
roles:
|
||||
- ensure-phoronix-test-suite
|
||||
- phoronix-test-suite
|
||||
|
@ -1,6 +1,7 @@
|
||||
- job:
|
||||
name: phoronix-test-suite
|
||||
description: A system job to validate test resources
|
||||
pre-run: playbooks/phoronix-test-suite/pre.yaml
|
||||
run: playbooks/phoronix-test-suite/run.yaml
|
||||
post-run: playbooks/phoronix-test-suite/post.yaml
|
||||
|
||||
@ -9,5 +10,6 @@
|
||||
description: A system job to combine multiple results
|
||||
vars:
|
||||
phoronix_combined_result_name: "phoronix-combined-result"
|
||||
pre-run: playbooks/phoronix-test-suite/pre.yaml
|
||||
run: playbooks/phoronix-test-suite/combine.yaml
|
||||
post-run: playbooks/phoronix-test-suite/post-combine.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user