Commit graph

41563 commits

Author SHA1 Message Date
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
Kevin Fenzi
ae7b7db942 Move vm's off rhel7 virthost-cc-rdu02 to new rhel9 vmhost-x86-cc01
Move these vm's off the old rhel7 virthost to the new rhel9 one.
It's faster, better, newer, etc.
Once these are all moved (pagure02 is still live migrating), we can
decomission virthost-cc-rdu02 as it's end of life.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-20 18:48:46 -07:00
Kevin Fenzi
abee63c966 postgresql_server: adjust backups for db-datanommer02
Currently backups are taking 17-18 hours with 4 threads.
Now that we have 16 cpus defined there, lets bump that up to 8 and see
if that lowers things much. If not we can look at moving to another
compression, but the database is very large so lots of compression is
good to save disk space.

Also filter out another output of the backup job that causes cron
emails.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-20 10:28:04 -07:00
František Zatloukal
f1d86f7ac2 oraculum: Try more import fun 2024-05-20 14:42:31 +02:00
František Zatloukal
de9aecb407 oraculum: try adjusting PYTHONPATH 2024-05-20 14:27:47 +02:00
František Zatloukal
3f6dabd0c6 oraculum: try test_s2i branch on stg 2024-05-20 14:00:04 +02:00
Kevin Fenzi
9dab52444b rabbitmq / staging: bump these all up to 8gb memory
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-17 08:32:47 -07:00
Kevin Fenzi
f15fa40ccd bodhi / koji sync listener: set BODHI_URL and import re
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-17 08:10:56 -07:00
Kevin Fenzi
fa08cf1895 Reapply "bodhi-backend: owner-sync-pagure script debugged"
This reverts commit b029ec8c63.

I spoke too soon, the errors I saw were not causing it to fail.
2024-05-17 08:09:24 -07:00
Kevin Fenzi
b029ec8c63 Revert "bodhi-backend: owner-sync-pagure script debugged"
This reverts commit 8cfdeed4b6.

Still got some issues with this new script. ;(
Reverting for now while we debug.
2024-05-17 07:59:30 -07:00
Stephen Smoogen
ca3def5d94 Fix numbering and move aarch64 to hardware
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2024-05-16 21:25:35 +00:00
Kevin Fenzi
dcb435a8c9 bvmhost-x86-08: fix device for nbde
Turns out this was the /boot device, but we need the main device.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-16 13:50:41 -07:00
Kevin Fenzi
ec2f9a1c0b bodhi: enable trusted_sources again
We had the syntax wrong here, it's space seperated, not ,
so the entire thing was getting checked and of course failing.
Lets try again now with space seperator

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-16 13:22:29 -07:00
Lenka Segura
8cfdeed4b6 bodhi-backend: owner-sync-pagure script debugged
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-05-16 20:17:30 +00:00
Stephen Smoogen
254fa60914 Update dates for old graphics
These gnuplot logs are needing to be updated to cover the newer
dates. This will probably be the last set of updates as newer graphs
should be in the pipeline.

Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com>
2024-05-16 20:05:25 +00:00
Owen W. Taylor
5477546ff2 Add Flatpak build types to the Koji web configuration
This is needed to make them appear properly in dropdowns.

https://pagure.io/koji-flatpak/issue/1
2024-05-16 20:03:13 +00:00
Mattia Verga
4b9b2fc171 bodhi: update bot name in top users blacklist
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
2024-05-16 19:27:45 +00:00
Kevin Fenzi
8e2bdcb6f3 smtp-mm-cc-rdu01: fix dns setup
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-05-16 10:46:42 -07:00