Configure CI through TF and adjust gating.yaml

This commit is contained in:
Karel Srot 2025-06-20 07:27:37 +02:00 committed by Dan Horák
parent 94500eb171
commit 19c34b44f9
3 changed files with 26 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

24
ci.fmf Normal file
View File

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

View File

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