From f005002b57ceda463dba1554eb1799e992ab63c9 Mon Sep 17 00:00:00 2001 From: George Pantelakis Date: Fri, 7 Mar 2025 13:53:33 +0100 Subject: [PATCH] Update CI plan to use the components test repo --- gating.yaml | 2 ++ plans/ci.fmf | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index 09591e1..83b2ff2 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,5 @@ decision_context: osci_compose_gate rules: - !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} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-disabled.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/fips-enabled-buildroot-enabled.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf index ce57384..6d16695 100644 --- a/plans/ci.fmf +++ b/plans/ci.fmf @@ -1,26 +1,26 @@ /fips-disabled-buildroot-disabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/libfido2 + url: https://pkgs.devel.redhat.com/git/tests/python-breathe name: /plans/ci/fips-disabled-buildroot-disabled /fips-disabled-buildroot-enabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/libfido2 + url: https://pkgs.devel.redhat.com/git/tests/python-breathe name: /plans/ci/fips-disabled-buildroot-enabled /fips-enaled-buildroot-disabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/libfido2 + url: https://pkgs.devel.redhat.com/git/tests/python-breathe name: /plans/ci/fips-enabled-buildroot-disabled /fips-enaled-buildroot-enabled: plan: import: - url: https://pkgs.devel.redhat.com/git/tests/libfido2 + url: https://pkgs.devel.redhat.com/git/tests/python-breathe name: /plans/ci/fips-enabled-buildroot-enabled