Right now all builders ask the hub for jobs every 15s.
Bump that out a bit to see if it lowers the pressure on the db server.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Moving all SCM policies previously defined in each builder to
centralized hub configuration. From now on, any SCM policy change just
needs updating the hub config and reloading it. Builders need nor change
nor reload.
Related: https://pagure.io/fedora-infrastructure/issue/9728
Signed-off-by: Tomas Kopecek <tkopecek@redhat.com>
With dnf5 becoming default in rawhide, we need to make sure to override
things to use dnf4 for making buildroots for now until dnf5 is ready to
take that on.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Our builders are on Fedora 38 which distrust SHA-1, and I don't see a
way to opt-out from this policy. Building for epel-6 is already on the
edge, so..
We have a postgres user in ipa to prevent people from making an account
with that name, but we need/want to use a local version of this on
database servers, not the ipa one. We need the local one because the ipa
one is locked and this prevents database backups from working.
(Locked accounts can't run cron jobs).
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Turns out we never completed it's migration to fedora-messaging, so we
need to re-enable fedmsg for now until we do.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
db-koji01 is our only postgresql 15 install so far, but split out the
config from the 12 one we are using on RHEL8 to avoid making changes
there.
Also, lets try tweaking things:
- I am bumping cpus up to 88
- Tweak max workers/etc
- Try a higher i/o level since this db server is running on a virthost
with ssds.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We already removed the old previous days version here, so trying to
remove it again results in a cron email with:
rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel7*.tar.xz': No such file or directory
rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel8*.tar.xz': No such file or directory
rm: cannot remove '/srv/cache/lookaside//rpm-specs-epel9*.tar.xz': No such file or directory
So, drop that here so we don't get these daily emails.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>