Compare commits

...

No commits in common. "c8-stream-5" and "stream-redis-6-rhel-8.9.0" have entirely different histories.

4 changed files with 14 additions and 7 deletions

0
.gitignore vendored
View File

View File

11
gating.yaml Normal file
View File

@ -0,0 +1,11 @@
--- !Policy
product_versions:
- rhel-8
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}

View File

@ -3,10 +3,10 @@ document: modulemd
version: 2
data:
name: redis
stream: 5
stream: 6
summary: Redis persistent key-value database
description: >-
redis 5 module
redis 6 module
license:
module:
- GPLv2+
@ -27,14 +27,10 @@ data:
api:
rpms:
- redis
buildopts:
rpms:
macros: |
%_without_redistrib 1
components:
rpms:
redis:
rationale: Module API.
ref: stream-5.0-rhel-8.4.0
ref: stream-redis-6-rhel-8.9.0
buildorder: 1
...