Commit graph

41450 commits

Author SHA1 Message Date
Aurélien Bompard
a96ca20e6c
Mirrormanager: don't retry jobs ad-hoc jobs
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-08-01 09:29:31 +02:00
Kevin Fenzi
d9f93f53e1 bodhi: 8.1.1 is current in f40 now
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-31 16:06:17 -07:00
Kevin Fenzi
7437f37762 vars: merge epel readme into readme for var substitution
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-31 15:53:22 -07:00
Carl George
45f5335356 bodhi: override status and mandatory_days_in_testing for EPEL bootstrap
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 16:56:22 -05:00
Carl George
fffd852e6e Fix RuntimeError in owner-sync-pagure.j2
This is a small follow up fix related to 01be34a706.
Previously the script modified a list while iterating through it, which
is always a bad idea, but it didn't throw an error.  My last changes
switched it to iterating through a list, which surfaced the flaw as a
RuntimeError.  Using a set comprehension is a cleaner way to generate
the set we need to return.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 13:27:42 -05:00
Carl George
6e70c6fc3a Update owner-sync-pagure.j2 to work with EPEL 10, second attempt
Originally attempted in 01be34a706, but it
didn't work correctly and needed to be reverted.  Some notable
differences this time around:

- Previously the script predicted branch and version based on the tag.
I had this switched to get both of those from the bodhi release, but not
all tags have a corresponding bodhi release.  So this now takes a hybrid
approach of using bodhi release if available, and falling back to the
prediction approach otherwise.
- Retired package lists from the lookaside are now skipped if they don't
exist, both during the retrieval and when checked later.
- The get_project_branches function now returns a set.

Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 14:27:54 +00:00
Carl George
a0f31814d2 Add expected branch SLAs for EPEL 10 branches
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-31 14:23:38 +00:00
Lenka Segura
e9b8e19c78 todddlers: unblock koji_block_retired
Signed-off-by: Lenka Segura <lsegura@redhat.com>
2024-07-31 15:22:16 +02:00
Kevin Fenzi
277495b74e owner-sync-pagure: adjust regex to not handle epel10 yet
The new epel10 release in bodhi is confusing this script, so
lets exclude it for now until we get the script sorted out.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-30 13:26:03 -07:00
Kevin Fenzi
a0b5a8f7c9 Revert "Update owner-sync-pagure.j2 to work with EPEL 10"
This reverts commit 01be34a706.

There's some corner cases causing this to fail, so lets revert for now.
2024-07-30 12:10:22 -07:00
Kevin Fenzi
326fb2788a people: adjust cert path
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-30 11:47:33 -07:00
Kevin Fenzi
cb5330c2c8 fedorapeople: new cert
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-30 11:37:14 -07:00
Carl George
01be34a706 Update owner-sync-pagure.j2 to work with EPEL 10
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-30 11:55:16 +00:00
Carl George
6ff3450ce8 Add EPEL 10 key to bodhi's pungi template
Signed-off-by: Carl George <carlwgeorge@gmail.com>
2024-07-30 11:52:44 +00:00
Aurélien Bompard
a13ca98b3a
Syntax
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:32:47 +02:00
Aurélien Bompard
e7cfb0ea69
Mirrormanager: get a unique job name in move-to-archive
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:30:58 +02:00
Aurélien Bompard
a30ae9f17a
Mirrormanager: fix the move-to-archive manual playbook
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:24:34 +02:00
Aurélien Bompard
53e8346422
Mirrormanager: slightly improve the move-to-archive manual template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:23:15 +02:00
Aurélien Bompard
89a7b32244
Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:16:44 +02:00
Aurélien Bompard
11a4e2fb68
Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:13:40 +02:00
Aurélien Bompard
7c5d602f6c
Fix the mirrormanager move-to-archive playbook
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 12:09:19 +02:00
Aurélien Bompard
be05575049
Add a playbook to run move-to-archive
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 11:01:27 +02:00
Aurélien Bompard
6949a0ca71
Update poddlers with the changes in toddlers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-30 11:01:27 +02:00
Kevin Fenzi
7355a9349b logdetective01: add to cloud_aws group to get correct nagios checks
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 14:21:01 -07:00
Kevin Fenzi
d1c3d4496a buildhw-a64: override max tasks on aarch64 builders. See ticket 12090
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 14:15:21 -07:00
Kevin Fenzi
974428680d vmhost-x86-07: move vm's off and retire
vmhost-x86-07 is a ~6 yr old server that we need to move off of.
So, move the guests and retire it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 13:31:36 -07:00
Kevin Fenzi
4b21fd0ffe bvmhost-x86-08: remove from ansible to retire
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 11:23:48 -07:00
Kevin Fenzi
484ba1b632 odcs-backend-releng01: move to another vmhost so we can retire bvmhost-x86-08
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-29 11:12:07 -07:00
Tomas Hrcka
741a60ba07 Fix typo
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2024-07-29 18:41:02 +02:00
Michal Konecny
3209b886ee [mailman3] Remove the duplicated information
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 16:25:04 +00:00
Tomas Hrcka
14e3072b59 Dsiable bugzilla_sync_toddler
Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
2024-07-29 16:18:03 +00:00
Michal Konecny
39d7b07b0c [mailman3] Add more info to generate_search_index script
Add information about number of remaining mailing lists to process to script output.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 18:06:12 +02:00
Michal Konecny
be2edf7b47 [mailman3] Add script for generating fulltext index for mailing lists
The index generated by the hyperkitty-hourly script generated unusually big
index (around 1TB).

This script should help with generating the search index from scratch, after
that we can leave it to hyperkitty-hourly job again.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 14:41:12 +02:00
Michal Konecny
41e92cb6de [toddlers] Enable clean-retired-packages on staging
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-29 09:36:14 +02:00
David Kirwan
765e619525
communishift: gitlabce
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
2024-07-29 08:29:59 +01:00
Michal Konecny
0c0fe5d7e0 [toddlers] Add bodhi URL to configuration
Bodhi URL is now needed for the rewritten clean_retired_packages toddlers.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-26 19:10:39 +02:00
Michal Konecny
2f8622c395 [toddlers] Block all PDC related toddlers
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-26 17:02:42 +00:00
Miro Hrončok
e0a7231ec6 Switch the weekly FTBFS reminders to F40
Signed-off-by: Miro Hrončok <miro@hroncok.cz>
2024-07-26 15:11:02 +00:00
Adam Williamson
4743c3fdce openqa/worker: transition all tap workers to NM-based setup
This seems to be working fine in testing, so let's deploy it
everywhere.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 14:54:03 -07:00
Adam Williamson
762b23ef7d openqa/worker tap-setup-nm: tweak some quoting, drop tunctl
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 14:06:52 -07:00
Adam Williamson
690a5eb951 openqa/worker: add NM-based tap setup and test on p09-worker01
network-scripts-openvswitch was removed in f40 and network-scripts
is going away in f41; we really need to get off using them.
This attempts to implement the same setup using NetworkManager,
based on a few different NM/ovs references, and the source of
openQA upstream's os-autoinst-setup-multi-machine . It might
need a bit of tweaking, so for now, we make it a separate task
and use it only on p09-worker01 for testing. This doesn't handle
tearing down the old network-scripts-based config as that's
pretty complex and will only need to happen once; I'll do it
manually before trying this out.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 13:50:39 -07:00
Adam Williamson
2ea8ffa760 Ugh, fixup for previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 13:27:44 -07:00
Adam Williamson
ba9e0f04a0 Update openqa-p09-worker01 host vars
The interface name changed (thanks, 'predictable' names...sigh)
and this box *is* encrypted currently.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-07-25 13:25:36 -07:00
Kevin Fenzi
b11d59d934 toddlers: disable pdc_import_compose plugin as pdc is going away
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-07-25 12:29:15 -07:00
Aurélien Bompard
c3cf83f3a5
Badges: add a config value that will be needed in the next update
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-25 16:16:00 +02:00
Aurélien Bompard
a431c7e919
Badges: upgrade the DB on redeployments
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2024-07-25 15:53:41 +02:00
Michal Konecny
85351ee90d [release-monitoring] Update anitya config
Switch log to debug and add thread id information if available.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 15:51:07 +02:00
Jiri Podivin
f19c9f0edb Add CUDA drivers and other utils 2024-07-25 15:38:05 +02:00
Michal Konecny
8e7f84edbc [toddlers] Disable koji_block_retired toddler
koji_block_retired is currently generating a lot of error messages. Let's
disable it for now.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2024-07-25 11:41:45 +00:00
Miroslav Suchý
99c6d88b9d use become for logdetective 2024-07-25 13:34:26 +02:00