parent
815fa1462e
commit
c4d61c185f
@ -0,0 +1,11 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-9
|
||||||
|
decision_context: osci_compose_gate_modules
|
||||||
|
subject_type: redhat-module
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier3.functional}
|
||||||
|
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional}
|
||||||
|
|
@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 3
|
||||||
|
data:
|
||||||
|
name: redis
|
||||||
|
stream: 7
|
||||||
|
summary: Redis persistent key-value database
|
||||||
|
description: >-
|
||||||
|
redis 7 module
|
||||||
|
license: [GPLv2+]
|
||||||
|
configurations:
|
||||||
|
- context: '9'
|
||||||
|
platform: el9
|
||||||
|
references:
|
||||||
|
documentation: https://redis.io/documentation
|
||||||
|
tracker: https://github.com/redis/redis/issues
|
||||||
|
profiles:
|
||||||
|
common:
|
||||||
|
rpms:
|
||||||
|
- redis
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- redis
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
redis:
|
||||||
|
rationale: Module API.
|
||||||
|
ref: stream-redis-7-rhel-9.3.0
|
||||||
|
buildorder: 1
|
||||||
|
...
|
Loading…
Reference in new issue