]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/distros: pass --allowerasing --nobest when installing container-tools
authorAdam King <adking@redhat.com>
Thu, 16 Feb 2023 17:34:06 +0000 (12:34 -0500)
committerAdam King <adking@redhat.com>
Tue, 28 Feb 2023 18:23:30 +0000 (13:23 -0500)
commit3011d954986e38ae8f7c9cd027ef2a88dff9a3d8
tree6c78761dee34caad2f62c139b573662bfc21d924
parent33284b3be8d6ed871ed1b477b11c3aec2ac38403
qa/distros: pass --allowerasing --nobest when installing container-tools

One of the tests in the orch suite is running distro install
commands from multiple distros, causing it to first install
container-tools 3.0 and then later install container-tools,
which fails, causing the test to fail. This is sort of a bandaid
fix to getthe test to work. It will cause whatever the last
version of the package to be installed to end up being installed
(and will do so without error) which is what we want in the tests.

Fixes: https://tracker.ceph.com/issues/57771
Signed-off-by: Adam King <adking@redhat.com>
qa/distros/container-hosts/centos_8.stream_container_tools.yaml
qa/distros/container-hosts/centos_8.stream_container_tools_crun.yaml
qa/distros/container-hosts/rhel_8.6_container_tools_3.0.yaml
qa/distros/container-hosts/rhel_8.6_container_tools_rhel8.yaml
qa/distros/podman/centos_8.stream_container_tools.yaml
qa/distros/podman/rhel_8.6_container_tools_3.0.yaml
qa/distros/podman/rhel_8.6_container_tools_rhel8.yaml