diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b5749d7 --- /dev/null +++ b/gating.yaml @@ -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} + diff --git a/redis.yaml b/redis.yaml new file mode 100644 index 0000000..a9df6b7 --- /dev/null +++ b/redis.yaml @@ -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 +...