Commit graph

3 commits

Author SHA1 Message Date
Adam Williamson
2602d052b0 openqa/dispatcher: fix respin test scheduler
It broke because python3 setup.py install installs binaries
to /usr/local/bin , not /usr/bin, so fedora-openqa is no longer
where the script expects it to be...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2019-06-24 15:11:04 -07:00
Adam Williamson
f78d015cf4 openqa/dispatcher: update respin cronjob for new scheduler name
The scheduler binary name changed from 'fedora-openqa-schedule'
to 'fedora-openqa', but I forgot to update the call in this
cronjob. Oops.
2017-02-22 11:56:53 -08:00
Adam Williamson
ea4ed40076 openqa/scheduler: add a cron job to schedule live-respins
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.
2016-12-14 12:32:48 -08:00