Merge "Revert "Exclude buggy edk2-ovmf for t/u/v container-build""

This commit is contained in:
Zuul 2021-07-27 13:14:11 +00:00 committed by Gerrit Code Review
commit 9574c3986b
1 changed files with 0 additions and 9 deletions

View File

@ -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: |