gcc-toolset-13-binutils/plans/build-gating.fmf
Miloš Prchlík c9bd2d012b tests: bootstrap test coverage
There's a "standard" plan for the gating, plus a small fix of
gating.yaml, and a beginning of non-gating coverage for migrated tests.
2023-07-03 10:28:37 +02:00

29 lines
663 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-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