27 lines
543 B
Plaintext
27 lines
543 B
Plaintext
|
#
|
||
|
# Build/PR gating tests for binutils
|
||
|
#
|
||
|
|
||
|
summary: binutils tests
|
||
|
|
||
|
adjust:
|
||
|
- because: "Plan to be ran when executed locally."
|
||
|
when: >-
|
||
|
trigger is defined
|
||
|
enabled: false
|
||
|
|
||
|
- because: "CRB and Buildroot repositories must be enabled for various BuildRequires"
|
||
|
when: distro == rhel-8
|
||
|
prepare+:
|
||
|
- how: shell
|
||
|
script:
|
||
|
- dnf config-manager --set-enabled rhel-CRB
|
||
|
# - dnf config-manager --set-enabled rhel-Buildroot
|
||
|
|
||
|
discover:
|
||
|
how: fmf
|
||
|
filter: "tag:-gate-build"
|
||
|
|
||
|
execute:
|
||
|
how: tmt
|