CI: Switch to OSCI tier0 testing

This commit is contained in:
Karel Srot 2026-07-15 15:39:42 +02:00
parent 864b54dad4
commit df60ce1fe5
3 changed files with 38 additions and 1 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

36
ci.fmf Normal file
View File

@ -0,0 +1,36 @@
context:
component: libica
/internal-regression:
enabled: false
adjust:
- when: distro == rhel
enabled: true
plan:
import:
url: https://gitlab.cee.redhat.com/rhel-tests/libica.git
name: /plans/ci-regression
/internal-engine-regression:
enabled: false
adjust:
- when: distro == rhel-9
enabled: true
plan:
import:
url: https://gitlab.cee.redhat.com/rhel-tests/libica.git
name: /plans/engine-regression
/internal-fips-regression:
enabled: false
adjust:
- when: distro == rhel
enabled: true
plan:
import:
url: https://gitlab.cee.redhat.com/rhel-tests/libica.git
name: /plans/fips-ci-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}