diff --git a/zuul.d/playbooks/directories.yml b/zuul.d/playbooks/directories.yml index 94eaf5912..2873cae40 100644 --- a/zuul.d/playbooks/directories.yml +++ b/zuul.d/playbooks/directories.yml @@ -23,11 +23,3 @@ dest: /opt/ remote_src: true mode: "0777" - - # FIXME(chandankumar): Downgrade ontainers-common due to - # https://bugs.launchpad.net/tripleo/+bug/1988500 and - # https://bugzilla.redhat.com/show_bug.cgi?id=2123611 -- name: Downgrade containers-common - shell: | - if [ -n "$(rpm -qa containers-common)" ];then dnf -y downgrade containers-common-1-40.el9; fi - become: true diff --git a/zuul.d/playbooks/pre.yml b/zuul.d/playbooks/pre.yml index ffce840d5..0c562b96a 100644 --- a/zuul.d/playbooks/pre.yml +++ b/zuul.d/playbooks/pre.yml @@ -76,13 +76,6 @@ - name: Reset ssh connection meta: reset_connection tasks: - # FIXME(chandankumar): Downgrade ontainers-common due to - # https://bugs.launchpad.net/tripleo/+bug/1988500 and - # https://bugzilla.redhat.com/show_bug.cgi?id=2123611 - - name: Downgrade containers-common - shell: | - if [ -n "$(rpm -qa containers-common)" ];then dnf -y downgrade containers-common-1-40.el9; fi - become: true - name: Get Ansible Galaxy roles command: >- {{ ansible_user_dir }}/test-python/bin/ansible-galaxy install --timeout 300