Update relevancies for rhel 10

This commit is contained in:
Jesus Checa Hidalgo 2024-06-26 17:31:27 +02:00
commit bc3f003633
2 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,10 @@ adjust:
- enabled: false
when: arch != x86_64
# No i686 in RHEL-10+
- enabled: false
when: distro >= rhel-10
# Testing farm does not support installing i686 packages in bodhi update testing,
# so we disable this test there until that capacity is implemented.
- enabled: false

View file

@ -26,6 +26,10 @@ adjust:
- enabled: false
when: arch != x86_64
# No i686 in RHEL-10+
- enabled: false
when: distro >= rhel-10
# Testing farm does not support installing i686 packages in bodhi update testing,
# so we disable this test there until that capacity is implemented.
- enabled: false