Resolves: #2096174 - RFE: add nginx:1.22 module stream

- fix modulemd v3 yaml file format
- add gating.yaml
This commit is contained in:
Luboš Uhliarik 2022-10-26 17:02:03 +02:00
parent a596520034
commit cb431bdab6
2 changed files with 11 additions and 6 deletions

10
gating.yaml Normal file
View File

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

View File

@ -8,11 +8,6 @@ data:
description: >-
nginx 1.22 webserver module
license: [MIT]
dependencies:
- buildrequires:
platform: [el9]
requires:
platform: [el9]
configurations:
- context: '9'
platform: el9
@ -44,5 +39,5 @@ data:
rpms:
nginx:
rationale: Module API.
ref: stream-1.22-rhel-9.2.0
ref: stream-nginx-1.22-rhel-9.2.0
...