Exclude affected podman version

Latest version of podman broke tripleo C9 jobs,
details are in Closes-Bug

~~~
last good version: podman-4.6.0-1.el9.x86_64
affected version: podman-4.6.0-3.el9.x86_64
~~~

Excluding affected podman version to get around this issue.

Related-Bug: #2030841
Change-Id: Ia8bc8c9ca8c65181e049f1d579757883a40a31b0
This commit is contained in:
Ronelle Landy 2023-08-08 20:20:28 -04:00 committed by Sandeep Yadav
parent 9109140002
commit 2aa133c2ae
2 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,8 @@ repos:
reponame: quickstart-centos-appstreams
filename: quickstart-centos-appstreams.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/9-stream/AppStream/x86_64/os/
exclude:
- podman-4.6.0-3* #todo(ysandeep): remove once podman bug: https://bugzilla.redhat.com/show_bug.cgi?id=2230212 resolves.
# centos9 the equivalent to powertools is CRB
- type: generic

View File

@ -208,6 +208,8 @@ repos:
reponame: quickstart-centos-appstreams
filename: quickstart-centos-appstreams.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/9-stream/AppStream/x86_64/os/
exclude:
- podman-4.6.0-3* #todo(ysandeep): remove once podman bug: https://bugzilla.redhat.com/show_bug.cgi?id=2230212 resolves.
# centos9 the equivalent to powertools is CRB
- type: generic