From 1770ce05bec8dc27d6a6a72a8b04cbaadb67117a Mon Sep 17 00:00:00 2001 From: Qin Yuan Date: Thu, 10 Apr 2025 14:22:25 +0800 Subject: [PATCH] Setup reverse depedency testing Resolves: RHEL-86766 --- gating.yaml | 1 + revdep.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 revdep.yaml diff --git a/gating.yaml b/gating.yaml index da43020..41df9d5 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,4 @@ product_versions: decision_context: osci_compose_gate rules: - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.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