59c5820fa6
This change adds new jobs to run and combine phoronix test suite results. Co-Authored-By: Nicolas Hicher <nhicher@redhat.com> Change-Id: If94cdbd91c8d80393a71cd5c36690563de9edcd6
14 lines
485 B
YAML
14 lines
485 B
YAML
- job:
|
|
name: phoronix-test-suite
|
|
description: A system job to validate test resources
|
|
run: playbooks/phoronix-test-suite/run.yaml
|
|
post-run: playbooks/phoronix-test-suite/post.yaml
|
|
|
|
- job:
|
|
name: phoronix-combine-results
|
|
description: A system job to combine multiple results
|
|
vars:
|
|
phoronix_combined_result_name: "phoronix-combined-result"
|
|
run: playbooks/phoronix-test-suite/combine.yaml
|
|
post-run: playbooks/phoronix-test-suite/post-combine.yaml
|