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