Setup reverse depedency testing (RHEL-86556)

Resolves: RHEL-86556
This commit is contained in:
Qin Yuan 2025-04-08 17:25:08 +08:00
parent 9046c0831d
commit 3c1bce7864
2 changed files with 11 additions and 0 deletions

View File

@ -25,3 +25,4 @@ decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}

10
revdep.yaml Normal file
View File

@ -0,0 +1,10 @@
/test/build/dependent:
summary:
Reverse dependency testing
description:
Reverse dependency testing against automotive rpms to support Functional Safety Certification.
execute:
how: dependency
components:
- binutils
- gcc