Making CI test plans names uniform

This commit is contained in:
George Pantelakis 2024-07-04 10:16:02 +02:00
parent 00fe72684f
commit 5e5b6ff1ec
2 changed files with 10 additions and 10 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/fips-disabled-buildroot.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-disabled.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-disabled-buildroot-enabled.functional}

View File

@ -1,23 +1,23 @@
/fips-disabled:
/fips-disabled-buildroot-disabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/smart-cards
name: /plans/ci/fips-disabled
name: /plans/ci/fips-disabled-buildroot-disabled
/fips-disabled-buildroot:
/fips-disabled-buildroot-enabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/smart-cards
name: /plans/ci/fips-disabled-buildroot
name: /plans/ci/fips-disabled-buildroot-enabled
/fips-enabled:
/fips-enabled-buildroot-disabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/smart-cards
name: /plans/ci/fips-enabled
name: /plans/ci/fips-enabled-buildroot-disabled
/fips-enabled-buildroot:
/fips-enabled-buildroot-enabled:
plan:
import:
url: https://pkgs.devel.redhat.com/git/tests/smart-cards
name: /plans/ci/fips-enabled-buildroot
name: /plans/ci/fips-enabled-buildroot-enabled