From 566ba811ca09ab96cbe04e4eff3df0624184987e Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Mon, 8 Jul 2024 13:38:15 +0200 Subject: [PATCH] Add gating setup for RHEL 10 * Updated rhel 10 gating config. * Added rpminspect exclusion files for xml inspection. Related: RHEL-45988 --- gating.yaml | 7 +++++++ rpminspect.yaml | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 rpminspect.yaml diff --git a/gating.yaml b/gating.yaml index aaa7415..7dd91ee 100644 --- a/gating.yaml +++ b/gating.yaml @@ -19,3 +19,10 @@ decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional baseos-ci.brew-build.tier1.functional} +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-x86_64-aarch64.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.gating-s390x-ppc64le.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..e803d2a --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,7 @@ +xml: + # CMake contains templates to generate XML files. These templates have some + # placeholders identified with @ symbols, which rpminspect has trouble with. + ignore: + - /usr/share/cmake/Modules/CompilerId/VS-10.vcxproj.in + - /usr/share/cmake/Modules/Internal/CPack/CPack.Info.plist.in + - /usr/share/cmake/Modules/Internal/CPack/WIX.template.in