Make CPU HW requirement apply on non-s390x only
This commit is contained in:
parent
c3dc3043f9
commit
40f1e47045
1 changed files with 10 additions and 6 deletions
|
|
@ -4,6 +4,11 @@
|
|||
|
||||
summary: "Build/PR gating tests for binutils"
|
||||
|
||||
provision:
|
||||
hardware:
|
||||
disk:
|
||||
- size: ">= 60 GiB"
|
||||
|
||||
# Adjust rules
|
||||
adjust+:
|
||||
- because: "Plan to be ran when executed locally, or executed by CI system to gate a build or PR."
|
||||
|
|
@ -36,12 +41,11 @@ adjust+:
|
|||
- dnf config-manager --set-enabled rhel-CRB
|
||||
- dnf config-manager --set-enabled rhel-buildroot
|
||||
|
||||
provision:
|
||||
- hardware:
|
||||
disk:
|
||||
- size: ">= 60 GiB"
|
||||
cpu:
|
||||
processors: ">= 8"
|
||||
- when: arch != s390x
|
||||
provision+:
|
||||
hardware+:
|
||||
cpu:
|
||||
processors: ">= 8"
|
||||
|
||||
/common:
|
||||
discover:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue