compose-rawhide: install rpm-ostree to support new container upload

See https://pagure.io/releng/pull-request/11180#comment-184488
for more details. Basically we need rpm-ostree to upload this new format
of ostree images.

Note that after freeze we should just merge this into the normal
installs and install it on the branched and other composers.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-03-04 09:52:14 -08:00
parent 4d1d4350a1
commit 9e2172db47

View file

@ -136,6 +136,16 @@
tags:
- releng
# merge this into above after freeze
- name: add packages to rawhide composer
package:
state: present
name:
- rpm-ostree
tags:
- releng
when: inventory_hostname.startswith('compose-rawhide01.iad2')
- name: add pkgs from infrastructure testing repo
dnf: state=present pkg=python3-libpagure enablerepo=infrastructure-tags-stg