From fa0d4ebdaf28d8ceff5ef63c890e1d2acabaf306 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Mon, 22 Apr 2024 13:14:23 -0600 Subject: [PATCH] add gating.yaml and rpminspect.yaml --- gating.yaml | 7 +++++++ rpminspect.yaml | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 gating.yaml create mode 100644 rpminspect.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..16d63b0 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..f2b2be4 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,2 @@ +inspections: + specname: off