summaryrefslogtreecommitdiffstats
path: root/roles/openqa/dispatcher/files
Commit message (Collapse)AuthorAgeFilesLines
* Sigh. More JSON fixup.Adam Williamson2017-09-071-2/+2
| | | | Signed-off-by: Adam Williamson <awilliam@redhat.com>
* openqa/dispatcher: fix up images.json.ppc64 to be valid JSONAdam Williamson2017-09-071-38/+38
| | | | | | Sigh, JSON, why must you be so generally awful. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* openqa/dispatcher: Install a variant images.json for stgAdam Williamson2017-09-071-0/+165
| | | | | | To get ppc64 tasks run on stg but not prod. Signed-off-by: Adam Williamson <awilliam@redhat.com>
* openqa/dispatcher: update respin cronjob for new scheduler nameAdam Williamson2017-02-221-1/+1
| | | | | | The scheduler binary name changed from 'fedora-openqa-schedule' to 'fedora-openqa', but I forgot to update the call in this cronjob. Oops.
* openqa/scheduler: add a cron job to schedule live-respinsAdam Williamson2016-12-141-0/+6
| | | | | | | There are no fedmsg notifications for the live respin composes, so we just try scheduling them every hour; when we've already tested the current compose this will not create any new jobs, and when a new compose shows up, this will test it.
* openqa: drop the workaround for ARM kernel/initrd collisionsAdam Williamson2016-10-181-51/+0
| | | | | We fixed the issue which meant ARM kernel / initrd file names were colliding, so we don't need this workaround any more.
* couple of fixes to that scriptAdam Williamson2016-10-031-1/+3
|
* openqa/dispatcher: add an ugly workaround for openQA #673Adam Williamson2016-10-031-0/+49
| | | | | | | | | | | | | We currently can't tell openQA to download the ARM kernel and initramfs with a filename unique to the build being tested, so they just get downloaded as `vmlinuz` and `initrd.img`, which means that when the next compose is tested, we won't download them again, we'll just use the existing copies (which are no longer the right ones). Because of this our current 'F25' and 'Rawhide' ARM tests are actually still using some F24 kernel image. Until the openQA bug which prevents us giving the files unique names is resolved, here's a hacky workaround: a script which wipes the files every hour if no openQA jobs are pending.
* openqa_dispatcher: enable fedmsg-based result wiki reportingAdam Williamson2016-03-211-3/+0
| | | | | ...by extending the fedmsg consumer config file. Requires the latest openqa_fedora_tools to work.
* openqa_dispatcher: revise for fedmsg hub consumerAdam Williamson2016-03-071-0/+3
ditch the old systemd consumer service, install the fedmsg consumer config file, add some fedmsg-hub reload notifications.