From 8c19a98f2fb21140b8bacdf0e8d7c6e291d9c814 Mon Sep 17 00:00:00 2001 From: Milan Lysonek Date: Mon, 10 Jun 2024 16:48:59 +0200 Subject: [PATCH] Rename gating test plans to avoid tmt prefix name matching --- gating.yaml | 4 ++-- plans/ci.fmf | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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