Skip to content

Commit

Permalink
Revert "Exclude buggy edk2-ovmf for t/u/v container-build"
Browse files Browse the repository at this point in the history
This reverts commit b0747d5.

Reason for revert: Because of bug[1] we have added workaround to pin edk2-ovmf by adding exclude.

Fix for bug[1] is released: libvirt-6.0.0-36.el8

[0] https://bugzilla.redhat.com/show_bug.cgi?id=1961562

Change-Id: I9cb33c6b62c6d54af792634cd582e6d72821ad02
Closes-Bug: #1936205
  • Loading branch information
Sandeepyadav93 authored and rlandy committed Jul 26, 2021
1 parent 5586765 commit d15d348
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/tripleo-repos/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,6 @@
is_stream_node: true
when: "os_name_output.stdout_lines[0]| regex_search('(S|s)tream$')"

# Remove this task once rh bz 1961562 is fixed.
- name: Add edk2 on exclude list for AppStream repo
become: true
lineinfile:
path: /etc/yum.repos.d/CentOS-Stream-AppStream.repo
line: 'exclude=edk2-ovmf-20200602gitca407c7246bf-5*'
insertafter: EOF
when: release is defined and release in ['train', 'ussuri', 'victoria']

- name: Install repos
become: true
shell: |
Expand Down

0 comments on commit d15d348

Please sign in to comment.