summaryrefslogtreecommitdiffstats
path: root/roles/openqa/dispatcher/templates/openqa_consumer.py.j2
Commit message (Collapse)AuthorAgeFilesLines
* openqa/dispatcher: tweak template logic a bitAdam Williamson2017-02-141-2/+4
|
* openqa: update roles for openqa_fedora_tools repo splitAdam Williamson2017-02-141-4/+5
| | | | | We split fedora_openqa and createhdds out into their own repos, this should adapt to the change (I hope).
* openqa/dispatcher: enable ResultsDB reporterAdam Williamson2017-02-021-0/+1
|
* openqa/dispatcher: stupid typo template fixAdam Williamson2016-03-301-1/+1
|
* openqa: u-t not needed, more generic compatibilityAdam Williamson2016-03-301-3/+5
| | | | | | | | | | | | necessary updates for openqa roles have gone stable for now, so disable updates-testing usage (keep the plays around commented, though, since we'll likely need them again in future). Also, a bit more attempted support for non-infra use: make the monkey patching of the repo URLs in the test templates only happen if deployment_type is defined, actually respect the openqa_consumer var (don't enable the job scheduling consumer unless it's truey) and only enable any wiki reporting consumer if deployment_type is defined.
* hmm, jinja indents with nested ifs seem weird. try this?Adam Williamson2016-03-211-3/+3
|
* openqa_dispatcher: enable fedmsg-based result wiki reportingAdam Williamson2016-03-211-0/+10
...by extending the fedmsg consumer config file. Requires the latest openqa_fedora_tools to work.