Update relevancies for rhel 10
This commit is contained in:
parent
89d13e8a13
commit
bc3f003633
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue