From ecfcc55b3e050d468582b44129fd3cd236d16c5c Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Thu, 7 Nov 2024 13:43:08 +0100 Subject: [PATCH] Changes fmf CI plan names and fix pointing links --- gating.yaml | 4 ++-- plans/ci.fmf | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gating.yaml b/gating.yaml index 78a75eb..09591e1 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/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} diff --git a/plans/ci.fmf b/plans/ci.fmf index 983f686..c4f4649 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -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