From cd029714fda860e46eb04015532e389edee0e51a Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Thu, 23 Feb 2023 11:47:58 +0000 Subject: [PATCH] update modulemd etc --- gating.yaml | 7 +++++++ go-toolset.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 gating.yaml create mode 100644 go-toolset.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9f1d298 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !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} diff --git a/go-toolset.yaml b/go-toolset.yaml new file mode 100644 index 0000000..dfa779d --- /dev/null +++ b/go-toolset.yaml @@ -0,0 +1,46 @@ +--- +document: modulemd +version: 2 +data: + name: go-toolset + summary: Go + description: Go Tools and libraries + stream: rhel8 + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [el8] + go-toolset: [rhel8] + requires: + platform: [el8] + profiles: + common: + rpms: + - go-toolset + api: + rpms: + - golang + buildopts: + rpms: + whitelist: + - go-toolset-1.10 + - go-toolset-1.10-golang + - go-toolset + - go-toolset-golang + - golang + - delve + components: + rpms: + go-toolset: + rationale: Meta package for go-toolset providing scl enable scripts. + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 0 + golang: + rationale: Package providing the Go compiler toolchain. + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 1 + delve: + rationale: A debugger for the Go programming language + ref: stream-rhel-8-rhel-8.8.0 + buildorder: 2