diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..27a7838 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,12 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-tier2.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-explicitCI.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-tier2.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-explicitCI.functional} + # - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} \ No newline at end of file diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..bdb273c --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,40 @@ +/fips-disabled-tier1: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-tier1 + + +/fips-disabled-tier2: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-tier2 + + +/fips-disabled-explicitCI: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-disabled-explicitCI + + +/fips-enabled-tier1: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-tier1 + + +/fips-enabled-tier2: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-tier2 + + +/fips-enabled-explicitCI: + plan: + import: + url: https://pkgs.devel.redhat.com/git/tests/openssl + name: /Plans/ci/fips-enabled-explicitCI