diff --git a/playbooks/phoronix-test-suite/combine.yaml b/playbooks/phoronix-test-suite/combine.yaml index e23c3f336..c9b2c1613 100644 --- a/playbooks/phoronix-test-suite/combine.yaml +++ b/playbooks/phoronix-test-suite/combine.yaml @@ -1,5 +1,4 @@ --- - hosts: all roles: - - ensure-phoronix-test-suite - phoronix-combine-results diff --git a/playbooks/phoronix-test-suite/pre.yaml b/playbooks/phoronix-test-suite/pre.yaml new file mode 100644 index 000000000..444256f5b --- /dev/null +++ b/playbooks/phoronix-test-suite/pre.yaml @@ -0,0 +1,3 @@ +- hosts: all + roles: + - ensure-phoronix-test-suite diff --git a/playbooks/phoronix-test-suite/run.yaml b/playbooks/phoronix-test-suite/run.yaml index 40961f60e..a56bde662 100644 --- a/playbooks/phoronix-test-suite/run.yaml +++ b/playbooks/phoronix-test-suite/run.yaml @@ -1,4 +1,3 @@ - hosts: all roles: - - ensure-phoronix-test-suite - phoronix-test-suite diff --git a/zuul.d/system-jobs.yaml b/zuul.d/system-jobs.yaml index e04450a8a..771d55f22 100644 --- a/zuul.d/system-jobs.yaml +++ b/zuul.d/system-jobs.yaml @@ -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