diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/ci.fmf b/ci.fmf new file mode 100644 index 0000000..acec906 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,24 @@ +context: + component: openssl-ibmca + +/internal-regression: + enabled: false + + adjust: + - when: distro == rhel + enabled: true + plan: + import: + url: https://gitlab.cee.redhat.com/rhel-tests/openssl-ibmca.git + name: /imported-plans/rhel-ci-regression + +/internal-fips-regression: + enabled: false + + adjust: + - when: distro == rhel + enabled: true + plan: + import: + url: https://gitlab.cee.redhat.com/rhel-tests/openssl-ibmca.git + name: /imported-plans/rhel-ci-fips-regression diff --git a/gating.yaml b/gating.yaml index 6a4d87c..648918d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.beaker-tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}