forked from rpms/openssl
configure basic gating on RHEL-10
This commit is contained in:
parent
dfb3583fef
commit
68e0354892
12
gating.yaml
Normal file
12
gating.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-disabled-explicitCI.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-tier1.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-tier2.functional}
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./Plan/ci/fips-enabled-explicitCI.functional}
|
||||
# - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}
|
40
plans/ci.fmf
Normal file
40
plans/ci.fmf
Normal file
@ -0,0 +1,40 @@
|
||||
/fips-disabled-tier1:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-tier1
|
||||
|
||||
|
||||
/fips-disabled-tier2:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-tier2
|
||||
|
||||
|
||||
/fips-disabled-explicitCI:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-disabled-explicitCI
|
||||
|
||||
|
||||
/fips-enabled-tier1:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-tier1
|
||||
|
||||
|
||||
/fips-enabled-tier2:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-tier2
|
||||
|
||||
|
||||
/fips-enabled-explicitCI:
|
||||
plan:
|
||||
import:
|
||||
url: https://pkgs.devel.redhat.com/git/tests/openssl
|
||||
name: /Plans/ci/fips-enabled-explicitCI
|
Loading…
Reference in New Issue
Block a user