From 76874891e0c36e9cb202a1aa818a4bee0fc49c43 Mon Sep 17 00:00:00 2001 From: Petr Kubat Date: May 05 2020 06:25:35 +0000 Subject: Configuration changes needed for user-cont automatization Related: RHELPLAN-17567 --- diff --git a/bot-cfg.yml b/bot-cfg.yml new file mode 100644 index 0000000..869a3ec --- /dev/null +++ b/bot-cfg.yml @@ -0,0 +1,17 @@ +--- +version: "1" + +# create new bugzillas as needed +bugzilla: + enabled: true + +# create and update erratas as needed +errata: + enabled: true + errata_template: 44368 + cdn_repos: ['rhel-8-for-aarch64-appstream-rpms__8', + 'rhel-8-for-ppc64le-appstream-rpms__8', + 'rhel-8-for-x86_64-appstream-rpms__8', + 'rhel-8-for-s390x-appstream-rpms__8'] + trigger: + required_acks: ['exception', 'release'] diff --git a/container.yaml b/container.yaml index c3f4804..1a06df4 100644 --- a/container.yaml +++ b/container.yaml @@ -7,3 +7,7 @@ platforms: - ppc64le - aarch64 - s390x + +compose: + inherit: true + pulp_repos: true