From c48bfb1aeb7f3a7333b8f6b25c4654a411ebe29d Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Tue, 8 Feb 2022 10:24:46 -0500 Subject: [PATCH] Add RHEL goo Resolves: #1949904 Signed-off-by: Robbie Harwood --- gating.yaml | 7 +++++++ rpminspect.yaml | 10 ++++++++++ 2 files changed, 17 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..010064c --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-other-archs.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..108d29a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,10 @@ +--- +inspections: + # Not a Java package + javabytecode: off + + # These just flag when things change "too much" + changedfiles: off + filesize: off + patches: off + upstream: off