From c4d61c185fd46ce388b0236344a6540c3d32c3cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 May 2023 15:35:30 +0200 Subject: [PATCH] New stream for redis 7 Related: #2129826 --- gating.yaml | 11 +++++++++++ redis.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 gating.yaml create mode 100644 redis.yaml 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 +...