Rename gating test plans to avoid tmt prefix name matching

This commit is contained in:
Milan Lysonek 2024-06-10 16:48:59 +02:00
parent e8cdf88a8b
commit 8c19a98f2f
2 changed files with 6 additions and 6 deletions

View File

@ -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}

View File

@ -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