diff --git a/gating.yaml b/gating.yaml index 27ba783..f902224 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,5 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/tier1.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/tier1-custom-hw.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/default-hw-tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/custom-hw-tier1.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf index b2a25f8..4be8533 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,12 +1,12 @@ summary: CI test plan -/tier1: +/default-hw-tier1: plan: import: url: https://pkgs.devel.redhat.com/git/tests/openscap - name: /plans/gating/tier1 + name: /plans/gating/default-hw-tier1 -/tier1-custom-hw: +/custom-hw-tier1: plan: import: url: https://pkgs.devel.redhat.com/git/tests/openscap - name: /plans/gating/tier1-custom-hw + name: /plans/gating/custom-hw-tier1