Aurélien Bompard
080d9513ce
Fixup last commit with a prettier output
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 14:40:33 +02:00
Aurélien Bompard
02b242049f
Mirrormanager: fix a initialization bug in a script
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 14:37:18 +02:00
Aurélien Bompard
91bd11b0cc
Add a jobs-summary script on the os-control servers
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 14:13:53 +02:00
Josef Skladanka
8924984ac0
kanban/qa: added jskladan to appowners
2024-05-29 13:11:45 +02:00
František Zatloukal
c9934ea578
kanban/qa: adjust client_secrets
2024-05-29 12:42:43 +02:00
Aurélien Bompard
76a796c4b7
Mirrormanager: resolve name conflict
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 12:40:54 +02:00
Aurélien Bompard
785b2ca216
Mirrormanager: fix conditional syntax
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 12:34:58 +02:00
František Zatloukal
833b1c0af5
kanban/qa: Adjust route>service link
2024-05-29 12:19:33 +02:00
František Zatloukal
54b59278c8
Revert "kanban/qa: Try sleep debug"
...
This reverts commit 0b40f9c460 .
2024-05-29 12:11:39 +02:00
František Zatloukal
0b40f9c460
kanban/qa: Try sleep debug
2024-05-29 11:57:38 +02:00
Aurélien Bompard
f8bf7b83ad
Mirrormanager: adjust the filename
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 10:04:24 +02:00
Aurélien Bompard
2fa0df5004
Fixup last commit
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 09:33:38 +02:00
Aurélien Bompard
02b5245e28
Switch mirrormanager to the Openshift version
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 09:14:09 +02:00
Aurélien Bompard
22831e10e6
New version of mirrormanager in prod
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-29 08:29:39 +02:00
Kevin Fenzi
84a7a7afc8
nagios: adjust nrpe for badges vs old fedbadges
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-28 13:54:53 -07:00
Kevin Fenzi
71d5c496d4
nagios: fix badges monitoring check in nagios
...
This changed from 'fedbadges' to 'badges'.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-28 13:07:21 -07:00
František Zatloukal
498349366f
kanban/qa: add missing DB_DRIVER
2024-05-28 22:05:55 +02:00
František Zatloukal
9fe2e37298
kanban/qa: Adjust envvars
2024-05-28 21:59:58 +02:00
František Zatloukal
aaed3db52a
kanban/qa: Move client-secrets to client_secrets
2024-05-28 21:58:15 +02:00
František Zatloukal
b910a5730f
Revert "kanban/qa: adjust secrets template name"
...
This reverts commit a8693215fe .
2024-05-28 21:57:39 +02:00
Jonathan Lebon
793349a98d
greenwave: stop gating f39 updates for CoreOS
...
Many of the packages currently gated by the CoreOS tests are also used
outside of the CoreOS artifacts. And so it happens that e.g. Bodhi
updates are opened for releases that CoreOS itself no longer uses.
However, since those releases aren't monitored by CoreOS anymore, no
CoreOS tests run. In that case, we shouldn't be gating updates on those
releases.
Fedora 39 is in this scenario right now. Ideally, we could use symbolic
names here instead like `fedora-latest-stable` or something. For now,
I'll add this to a rebase checklist we have to make sure we update this
list shortly after a GA release.
2024-05-28 19:24:56 +00:00
Samyak Jain
ac33b4287a
robosignatory: sign f41-perl side tag
...
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com >
2024-05-28 17:47:31 +00:00
Samyak Jain
f4d3bf434b
robosignatory: sign f41-python side tag
...
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com >
2024-05-28 17:47:31 +00:00
Lenka Segura
ce7c3d4005
bodhi-backend: Remove forgotten print from owner-pagure-sync
...
Signed-off-by: Lenka Segura <lsegura@redhat.com >
2024-05-28 17:44:18 +00:00
František Zatloukal
a8693215fe
kanban/qa: adjust secrets template name
2024-05-28 18:02:24 +02:00
František Zatloukal
507a1c3bb0
kanban/qa: adjust deploymentconfig some more
2024-05-28 17:58:36 +02:00
František Zatloukal
3bb19d629b
kanban/qa: Try to make dc work
2024-05-28 17:15:16 +02:00
Neil Hanlon
ea9afb1fe2
monitor-dashboard: fix deploymentconfig selector
...
DeploymentConfig objects don't expect a selector type for selector,
rather it expects a simple mapping of labels to values, which will be
substituted into the resultant Deployment object as matchLabel:
Fixes: https://gitlab.com/fedora/commops/home/-/issues/28
Signed-off-by: Neil Hanlon <neil@shrug.pw >
2024-05-28 13:51:53 +00:00
Adam Williamson
44c5c79ad7
openqa/dispatcher: add a cron job to send missed test results
...
This works around an annoying problem where, for some reason, we
sometimes just miss sending completed test results to resultsdb.
I've never been able to figure out why this happens, but this
should band-aid it by looking, daily, for updates stuck in
waiting gating status, checking for cases where a test finished
but we didn't send a result, and sending it.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2024-05-27 15:25:25 -07:00
Adam Williamson
1db6f6132e
greenwave: apply requirements disabled during UEFI transition
...
We had to leave these requirements out while the openQA move to
testing on UEFI by default was in flight. Now it's been done for
several weeks, all pending updates ought to have these results,
so it should be safe to turn these on again.
Signed-off-by: Adam Williamson <awilliam@redhat.com >
2024-05-27 13:58:23 -07:00
Kevin Fenzi
c636c05813
email_overrides: drop old override
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-25 11:07:10 -07:00
Aurélien Bompard
4667fcd818
Badges: reduce the lock timeout, it can cause a deadlock
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-24 16:54:25 +02:00
Aurélien Bompard
80fbb70e9c
Badges: add myself to the admins list
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-23 12:09:55 +02:00
Aurélien Bompard
7133b7db35
Generate a list of expiration dates for the certs
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-23 12:09:55 +02:00
Aurélien Bompard
2378a3c3fb
Badges: fix env var for FASJSON
...
Signed-off-by: Aurélien Bompard <aurelien@bompard.org >
2024-05-23 12:09:54 +02:00
Kevin Fenzi
a5f554b862
f38-test: retire
...
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 16:40:00 -07:00
Kevin Fenzi
620dbb5753
openshift: drop egress policy
...
We had this with SDN networking, but no more with newer networking.
We also don't use it anywhere, it was mostly for when fas2 was running
in openshift to isolate it and it's not there anymore.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 15:30:54 -07:00
Kevin Fenzi
480fbe3951
download: adjust tcp_rmem/tcp_wmem to improve downloads
...
See https://pagure.io/fedora-infrastructure/issue/11929
for more info. This helps out download speeds.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 15:13:52 -07:00
Kevin Fenzi
719e5db2fa
message-tagging-service: retire
...
This service tagged things based on mbs builds.
Since mbs is retired now, no need for this to be around either.
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 14:37:28 -07:00
james02135
d7132e212c
Modify script based on output from last run
...
Signed-off-by: james02135 <james02135@hotmail.com >
2024-05-22 20:58:19 +00:00
Kevin Fenzi
d366194a22
module-build-service (mbs): retire service
...
With the EOL of Fedora 38 yesterday, we are no longer building any
modules and can retire our module build service.
Note that toddlers needs to be adjusted still, that will happen after
this.
Thanks for all the modules!
Signed-off-by: Kevin Fenzi <kevin@scrye.com >
2024-05-22 13:38:53 -07:00
Lenka Segura
a7bdb31bfc
bodhi-backend: Fix bug in owner-pagure-sync script
...
Signed-off-by: Lenka Segura <lsegura@redhat.com >
2024-05-22 22:31:20 +02:00
Timothée Ravier
9be1a293e7
bodhi2/pungi.rpm.conf.j2: Update for F38 EOL
...
Remove conditions that are always true now that Fedora 38 is EOL.
2024-05-22 17:54:09 +02:00
Jean-Baptiste Trystram
d3f9eab14c
coreos-ci: add jbtrystram to appowners
2024-05-22 14:24:58 +00:00
Michal Konecny
9618c253a6
[fedora-web/build] Update with RHEL 9 packages
...
Signed-off-by: Michal Konecny <mkonecny@redhat.com >
2024-05-22 14:37:41 +02:00
František Zatloukal
9877831c7c
kanban/qa: Adjust service
2024-05-22 11:43:59 +02:00
František Zatloukal
6b6718dda4
kanban: A new app for QA - initial play drop
...
Co-Authored-By: Josef Skladanka <josef.skladanka@gmail.com >
2024-05-22 11:41:07 +02:00
james02135
31fb825690
Write sync script for centos-10 using reposync
...
Signed-off-by: james02135 <james02135@hotmail.com >
Change variable names to basearch and repo as necessary, fix loop issues
Signed-off-by: james02135 <james02135@hotmail.com >
Fix syntax errors in nested for loop
Signed-off-by: james02135 <james02135@hotmail.com >
Modify script to include os filepath
Signed-off-by: james02135 <james02135@hotmail.com >
2024-05-22 00:15:38 +00:00
Samyak Jain
9438b39fd1
F38 is EOL
...
Signed-off-by: Samyak Jain <samyak.jn11@gmail.com >
2024-05-21 14:33:13 +00:00
Lenka Segura
14c37e9e8e
Fix mailman-sar script
...
Signed-off-by: Lenka Segura <lsegura@redhat.com >
2024-05-21 14:26:10 +02:00