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:
Tristan Cacqueray 2020-06-17 20:10:19 +00:00 committed by Andreas Jaeger
parent 67f223b53a
commit 2d16f0fd07
4 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,4 @@
---
- hosts: all
roles:
- ensure-phoronix-test-suite
- phoronix-combine-results

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- ensure-phoronix-test-suite

View File

@ -1,4 +1,3 @@
- hosts: all
roles:
- ensure-phoronix-test-suite
- phoronix-test-suite

View File

@ -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