From 1f55433556548d26f2e554c769b0c9e84a844b3d Mon Sep 17 00:00:00 2001 From: Jesus Checa Hidalgo Date: Wed, 14 Aug 2024 11:12:08 +0200 Subject: [PATCH] Update gating setup for RHEL 9 Updated required tests in gating config. Add rpminspect yaml config Related: RHEL-110451 --- gating.yaml | 3 ++- rpminspect.yaml | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 rpminspect.yaml diff --git a/gating.yaml b/gating.yaml index c190bde..6ba9978 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,5 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !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..e378e1e --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,9 @@ +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/CompilerId/VS-Intel.vfproj.in + - /usr/share/cmake/Modules/Internal/CPack/CPack.Info.plist.in + - /usr/share/cmake/Modules/Internal/CPack/WIX.template.in + - /usr/share/cmake/Modules/Internal/CPack/WIX-v3/WIX.template.in