Skip to content

Commit

Permalink
Merge "Revert "Exclude buggy edk2-ovmf for t/u/v container-build""
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Jul 27, 2021
2 parents f6224fe + d15d348 commit 9574c39
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/tripleo-repos/tasks/main.yml
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 9574c39

Please sign in to comment.