Configure CI through TF and adjust gating.yaml
This commit is contained in:
parent
94500eb171
commit
19c34b44f9
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
24
ci.fmf
Normal file
24
ci.fmf
Normal 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
|
||||
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user