From dabba947bf9783b1bf60e2b04ac1a8e394604bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Stan=C4=9Bk?= Date: Thu, 24 Jul 2025 12:38:33 +0200 Subject: [PATCH] Enable gating Related: RHELPLAN-172228 [skip changelog] --- gating.yaml | 6 ++++++ plans/centos-stream.fmf | 15 +++++++++++++++ plans/tier1-internal.fmf | 10 ++++++++++ 3 files changed, 31 insertions(+) create mode 100644 gating.yaml create mode 100644 plans/centos-stream.fmf create mode 100644 plans/tier1-internal.fmf diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..4ca9235 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/plans/centos-stream.fmf b/plans/centos-stream.fmf new file mode 100644 index 0000000..d2d91b2 --- /dev/null +++ b/plans/centos-stream.fmf @@ -0,0 +1,15 @@ +--- +summary: Package test suite +discover: + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/nodejs +environment: + NODEJS_MAIN_PACKAGE: nodejs24 + NODEJS_BIN: /usr/bin/node-24 +prepare: + - name: install tested package + how: install + package: '${NODEJS_MAIN_PACKAGE}' +execute: + how: tmt +... diff --git a/plans/tier1-internal.fmf b/plans/tier1-internal.fmf new file mode 100644 index 0000000..a2c925e --- /dev/null +++ b/plans/tier1-internal.fmf @@ -0,0 +1,10 @@ +summary: Internal Tier1 tests plan +discover: + how: fmf + filter: 'tier: 1' + url: https://pkgs.devel.redhat.com/git/tests/nodejs +execute: + how: tmt +adjust: + enabled: false + when: distro == centos-stream, fedora