diff --git a/gating.yaml b/gating.yaml index dbde1aa..978ce98 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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} diff --git a/revdep.yaml b/revdep.yaml new file mode 100644 index 0000000..7b4bd2f --- /dev/null +++ b/revdep.yaml @@ -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