From cb431bdab6a1e5dbc3f366b6a9e6fd3faaa07ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Wed, 26 Oct 2022 17:02:03 +0200 Subject: [PATCH] Resolves: #2096174 - RFE: add nginx:1.22 module stream - fix modulemd v3 yaml file format - add gating.yaml --- gating.yaml | 10 ++++++++++ nginx.yaml | 7 +------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..aa06352 --- /dev/null +++ b/gating.yaml @@ -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} diff --git a/nginx.yaml b/nginx.yaml index cc23fce..c25c678 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -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 ...