oci-seccomp-bpf-hook/gating.yaml
Ed Santiago d9dabc69eb add gating tests
That is:
 . a -tests subpackage containing the 'test' subdirectory
 . a gating.yaml file of the proper form
 . a tests subdirectory containing the proper incantations

Signed-off-by: Ed Santiago <santiago@redhat.com>
2021-01-28 06:35:38 -07:00

15 lines
399 B
YAML

--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}