Merge pull request #3272 from jladdjr/mo_stats

Add support for new playbook stats

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-02-28 18:24:03 +00:00
committed by GitHub
7 changed files with 40 additions and 10 deletions
+2
View File
@@ -329,8 +329,10 @@ class BaseCallbackModule(CallbackBase):
changed=stats.changed,
dark=stats.dark,
failures=stats.failures,
ignored=getattr(stats, 'ignored', 0),
ok=stats.ok,
processed=stats.processed,
rescued=getattr(stats, 'rescued', 0),
skipped=stats.skipped
)