| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
|
|
|
|
| |
Sigh, JSON, why must you be so generally awful.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
|
|
|
|
| |
To get ppc64 tasks run on stg but not prod.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
|
|
|
|
|
|
| |
The scheduler binary name changed from 'fedora-openqa-schedule'
to 'fedora-openqa', but I forgot to update the call in this
cronjob. Oops.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
We fixed the issue which meant ARM kernel / initrd file names
were colliding, so we don't need this workaround any more.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
...by extending the fedmsg consumer config file. Requires the
latest openqa_fedora_tools to work.
|
|
ditch the old systemd consumer service, install the fedmsg
consumer config file, add some fedmsg-hub reload notifications.
|