- add copr_builder_fedora_version variable, because production sometimes
differs from devel for a short period of time
- drop the epel-8 -> centos-stream+epel-8 links, this is now done all
against RHEL
- katello hack package is not in s390x images anymore, since we generate
the images by 'copr-image', not by IBM Cloud snapshots
- kernel-core is now fixed for aws builders, update it as well as other
packages when updating the image
- don't install subscription-manager when spawning builder, it is
already available from image preparation time
- copr-rh-subscribe.sh script is also prepare_base_image only
- we don't modify /etc/copr-rpmbuild/mock.cfg.j2 for quite some time,
drop the hack
- the /usr/bin/copr-update-builder is fixed upstream, drop the
lineinfile hack
- epel-8 configs are installed via files/mock/epel now
- no need to touch /etc/rpkg.conf nowadays on f35
- prepare mockbuilder user only when preparing image, not spawning
- disable coredumps only when preparing the image
- disable services only when preparing the image
- don't update rubygem-gem2rpm all the time, on F35 we have new enough
version
- the /etc/copr-rpmbuild/rpkg.conf.j2 is to be kept as is on F35
Right now this is the last thing (That we know of)
thats using fas2. If we disable this for now we can drop fas2. :)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Sometimes we see that mirrorlist-server processes are not running and it
just needs to be restarted. Let the script try it twice before erroring
out.
The most common reason for non running mirrorlist-server processes seems
to be incomplete or truncated input files which is usually fixed the
next time the data is synced.
Signed-off-by: Adrian Reber <adrian@lisas.de>
Our playbook was named `fedora-coreos.yml` and our role was
named `fcos-pipeline`. Let's meet in the middle at `fedora-coreos-pipeline`
for both.
Also update some of the descriptions.
Since F35, the swap service started failing with:
kernel: BTRFS warning (device nvme0n1p5): swapfile must not be copy-on-write
swapon[2976986]: swapon: /swap: swapon failed: Invalid argument
swap.swap: Swap process exited, code=exited, status=255/EXCEPTION
We're trying to figure out why Bodhi isn't changing update gating
status in response to new test results. Debug logging might help.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This doesn't add host_vars for them yet, as I need them to be
partially deployed so I can find the necessary info to set the
host_vars correctly...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
We don't know what's wrong on that:
HTTP CRITICAL: HTTP/1.1 503 Service Unavailable - string 'Index of /' not found on 'https://download.copr.fedorainfracloud.org:443/' - 3692 bytes in 0.631 second response time
Staging wiki auth from openqa-lab01 works again now (thanks to
Aurelien) so we can re-enable these. Also fix the grouping in
openqa_lab that was broken by the sorting done in 580cd25.
Signed-off-by: Adam Williamson <awilliam@redhat.com>