Add gating setup for RHEL 10
* Updated rhel 10 gating config. * Added rpminspect exclusion files for xml inspection. Related: RHEL-45988
This commit is contained in:
parent
0116b04c9e
commit
566ba811ca
@ -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}
|
||||
|
7
rpminspect.yaml
Normal file
7
rpminspect.yaml
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user