3 Commits

Author SHA1 Message Date
Aurélien Bompard
1e56a66d34 Lower the DB connection recycling time in Dist-Git
Fixes: https://forge.fedoraproject.org/infra/tickets/issues/13099

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2026-02-17 13:07:51 +01:00
Jiri Kyjovsky
369056132a copr-hv: enable x86 hvs for prod 2026-02-17 13:01:54 +01:00
Jiri Podivin
e6f5f2b8cc Adding jmatufka to root_auth_users
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
2026-02-17 10:53:41 +01:00
4 changed files with 7 additions and 7 deletions

View File

@@ -47,13 +47,13 @@ builders:
p09_hypervisor_04: p09_hypervisor_04:
ppc64le: [15, 5, 15] ppc64le: [15, 5, 15]
x86_hypervisor_01: x86_hypervisor_01:
x86_64: [0, 4, 20] x86_64: [20, 4, 20]
x86_hypervisor_02: x86_hypervisor_02:
x86_64: [0, 4, 20] x86_64: [20, 4, 20]
x86_hypervisor_03: x86_hypervisor_03:
x86_64: [0, 4, 20] x86_64: [20, 4, 20]
x86_hypervisor_04: x86_hypervisor_04:
x86_64: [0, 4, 20] x86_64: [20, 4, 20]
ibm_cloud_us_east_hp: ibm_cloud_us_east_hp:
s390x: [2, 1, 0] s390x: [2, 1, 0]

View File

@@ -15,7 +15,7 @@ drive_device: 38e6c8c2-5747-47bf-b3d2-9f0dea371edc
datacenter: aws datacenter: aws
devel: false devel: false
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari jmatufka
nrpe_client_uid: 500 nrpe_client_uid: 500

View File

@@ -15,7 +15,7 @@ drive_device: c62e20b2-3388-459f-87ff-aa937d6a9318
datacenter: aws datacenter: aws
devel: false devel: false
root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari root_auth_users: msuchy frostyx praiskup nikromen ttomecek jpodivin sgallagh mmassari jmatufka
nagios_Can_Connect: false nagios_Can_Connect: false
nagios_Check_Services: nagios_Check_Services:

View File

@@ -40,7 +40,7 @@ DB_URL = 'postgresql://{{ distgit_pagure_db_user }}:{{ distgit_pagure_db_pass }}
# Something breaks the database connections after a while, recycle them sooner # Something breaks the database connections after a while, recycle them sooner
# https://forge.fedoraproject.org/infra/tickets/12622 # https://forge.fedoraproject.org/infra/tickets/12622
DB_POOL_RECYCLE = 600 DB_POOL_RECYCLE = 300
### FAS groups of pagure admins ### FAS groups of pagure admins
ADMIN_GROUP = ['cvsadmin', 'sysadmin-main'] ADMIN_GROUP = ['cvsadmin', 'sysadmin-main']