30 lines
681 B
Plaintext
30 lines
681 B
Plaintext
|
#
|
||
|
# Build/PR gating tests for binutils
|
||
|
#
|
||
|
|
||
|
summary: binutils tests for build/PR gating
|
||
|
|
||
|
adjust:
|
||
|
- because: "Plan to be ran when executed locally, or executed by CI system to gate a build or PR."
|
||
|
when: >-
|
||
|
trigger is defined
|
||
|
and trigger != commit
|
||
|
and trigger != build
|
||
|
enabled: false
|
||
|
|
||
|
- because: "CRB and Buildroot repositories must be enabled for various BuildRequires"
|
||
|
when: distro == rhel-9
|
||
|
prepare+:
|
||
|
- how: shell
|
||
|
script: dnf config-manager --set-enabled beaker-CRB
|
||
|
|
||
|
# - how: shell
|
||
|
# script: dnf config-manager --set-enabled beaker-Buildroot
|
||
|
|
||
|
discover:
|
||
|
how: fmf
|
||
|
filter: "tag:gate-build"
|
||
|
|
||
|
execute:
|
||
|
how: tmt
|