Commit Graph

13 Commits

Author SHA1 Message Date
Kevin Fenzi
ab01301f5c inventory: update to reflect machines that moved from f42 to f43
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2026-01-30 11:36:47 -08:00
Kevin Fenzi
a3dd45c855 buildvm: all these are f42 already, just adjust the more generic groups files
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-07-21 17:31:11 -07:00
Nils Philippsen
6c85fda0c9 Mass remove/replace iad2 -> rdu3, 10.3. -> 10.16.
Signed-off-by: Nils Philippsen <nils@redhat.com>
2025-07-03 20:05:02 +02:00
Kevin Fenzi
eafcece0cf batcave: redirect http to https
We hadn't done this in the past because virt-install couldn't do https
urls, but thats long since no longer the case.

So, move all the ks_url and ks_repo calls to use https and since they
are using https, they need to use the valid
infrastructure.fedoraproject.org name so they can verify the cert.

Set batcave to redirect http to https now since that was the thing
holding this back.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2025-01-06 09:45:25 -08:00
Kevin Fenzi
c1773ff72f buildvm: buildvms were moved to f41
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-11-27 13:43:24 -08:00
Kevin Fenzi
19f3868519 builders: all the builders should be f40 now
We moved them to f40 via upgrade, sync up ansible to match so that when
we reinstall them they will get 40 instead of 39

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-08-22 14:54:40 -07:00
Kevin Fenzi
55fd303920 builders: move to f39
We were holding off on this because of createrepo_c and epel7, but I
just decided to push a local old createrepo with Epoch:1 for now.
We can sync back up to upstream once rhel7 goes end of life, or if a
solution using --compatibility is made working.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2024-02-07 13:08:18 -08:00
Kevin Fenzi
c57a37ff88 Move a bunch of machines to f38
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-05-17 17:35:26 -07:00
Kevin Fenzi
4bec2d3255 buildvm_s390x: attempt to rebalance kvm lpar to allow for heavybuilders
We have been having issues with webkitgtk not being able to build due to
memory constraints on the existing builders. Also, we are overcomitted
on memory on the kvm lpar. So, to hopefully fix this:

* remove 3 existing builders.
* just leave the 3 cpus and 17gb memory from one free for the host
* make 2 of the other builders double the size in memory, cpu and disk.
* Will add these 2 to the heavybuilder channel and hopefully webkitgtk
  will be happy again.

I'm a bit concerned that this might slow the mass rebuild down, but we
will see. :)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2023-01-12 14:36:11 -08:00
Kevin Fenzi
9e9215b934 f37 uplift
Upgraded proxies and builders to f37. We have a reduced timeframe to get
this done before the holidays, so this time we just upgraded them in
place. Usually we do a full reinstall. We will try and do that next
cycle.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-11-30 16:31:23 -08:00
Kevin Fenzi
192fffe3d2 buildvm_s390x_kvm: fix virt-install for new vars on s390x and move to f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-07-06 11:47:21 -07:00
Kevin Fenzi
d1230db516 buildvm-s390x kvm builders: increase memory from 10g to 13g
We should be able to do this without too much overcommitting and it
could help builds avoid OOM (see devel list thread)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-03-03 22:27:52 +00:00
Kevin Fenzi
c8b7521e98 buildvm_s390x: reorg group and host vars, split zvm/kvm lpars
We can consolidate a bunch of things here in group vars that was in
host vars and avoid a bunch of duplication. So, now: all the
buildvm_s390x builders are in that group, but there's now a
buildvm_s390x_kvm and buildvm_s390x_zvm for those seperate lpars and
those define the default network setup for each lpar. Finally the hosts
vars only now needs to have the ip addresses.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-01-26 10:28:09 -08:00