From 99d7726186866f5e5b71136759cb729750faac70 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:47:59 +0000 Subject: [PATCH] update modulemd etc --- gating.yaml | 10 ++++++++++ nginx.yaml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 gating.yaml create mode 100644 nginx.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..fb67879 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,10 @@ +--- !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} diff --git a/nginx.yaml b/nginx.yaml new file mode 100644 index 0000000..d1e880e --- /dev/null +++ b/nginx.yaml @@ -0,0 +1,47 @@ +--- +document: modulemd +version: 2 +data: + name: nginx + stream: 1.20 + summary: nginx webserver + description: >- + nginx 1.20 webserver module + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + documentation: http://nginx.org/en/docs/ + tracker: https://trac.nginx.org/nginx/ + profiles: + common: + rpms: + - nginx + - nginx-all-modules + - nginx-filesystem + - nginx-mod-http-image-filter + - nginx-mod-http-perl + - nginx-mod-http-xslt-filter + - nginx-mod-mail + - nginx-mod-stream + api: + rpms: + - nginx + - nginx-all-modules + - nginx-filesystem + - nginx-mod-http-image-filter + - nginx-mod-http-perl + - nginx-mod-http-xslt-filter + - nginx-mod-mail + - nginx-mod-stream + components: + rpms: + nginx: + rationale: Module API. + ref: stream-1.20-rhel-8.8.0 +...