Compare commits

...

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

6 changed files with 49 additions and 40 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

View File

View File

@ -1,40 +0,0 @@
---
document: modulemd
version: 2
data:
name: redis
stream: 5
summary: Redis persistent key-value database
description: >-
redis 5 module
license:
module:
- GPLv2+
content:
- BSD
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
documentation: https://redis.io/documentation
tracker: https://github.com/antirez/redis/issues
profiles:
common:
rpms:
- redis
api:
rpms:
- redis
buildopts:
rpms:
macros: |
%_without_redistrib 1
components:
rpms:
redis:
rationale: Module API.
ref: stream-5.0-rhel-8.4.0
buildorder: 1
...

8
gating.yaml Normal file
View File

@ -0,0 +1,8 @@
--- !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}

10
plans/tier1-internal.fmf Normal file
View File

@ -0,0 +1,10 @@
summary: Internal Tier1 beakerlib tests
discover:
how: fmf
url: git://pkgs.devel.redhat.com/tests/redis
filter: "tier:1&component:redis:7"
execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream-9

30
redis.yaml Normal file
View File

@ -0,0 +1,30 @@
---
document: modulemd-packager
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
...