Update CI plan to use the components test repo

This commit is contained in:
George Pantelakis 2025-03-07 13:53:33 +01:00
parent 64f3e4444c
commit f005002b57
2 changed files with 6 additions and 4 deletions

View File

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

View File

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