mdevctl/gating.yaml
Jonathon Jongsma 19753c6401 Add gating
Add gating.yml to satisfy gating requirements. Since the unit tests run
during build, there's a lot of confidence that things are working
properly, so just add a very basic gating test that executes the binary
and makes sure it works.

Also add rpminspect.yml to disable the annocheck test for rpminspect.
This test assumes that gcc is used and therefore is expected to fail for
rust binaries.

Related: rhbz#1999686

Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com>
2022-01-19 13:53:16 -06:00

7 lines
166 B
YAML

--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule { test_case_name: osci.brew-build.tier0.functional }