From 19c34b44f972c0ace0b7d8169cba6a086822be5f Mon Sep 17 00:00:00 2001 From: Karel Srot Date: Fri, 20 Jun 2025 07:27:37 +0200 Subject: [PATCH] Configure CI through TF and adjust gating.yaml --- .fmf/version | 1 + ci.fmf | 24 ++++++++++++++++++++++++ gating.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .fmf/version create mode 100644 ci.fmf 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}