public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/perl-Data-Dumper] f44: Update gating for rhel
@ 2026-06-04  9:23 Jitka Plesnikova
  0 siblings, 0 replies; only message in thread
From: Jitka Plesnikova @ 2026-06-04  9:23 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/perl-Data-Dumper
Branch : f44
Commit : d0285145a89c6e0686e29aeae6991cba5fb1393b
Author : Jitka Plesnikova <jplesnik@redhat.com>
Date   : 2026-03-24T09:47:48+01:00
Stats  : +32/-1 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/perl-Data-Dumper/c/d0285145a89c6e0686e29aeae6991cba5fb1393b?branch=f44

Log:
Update gating for rhel

---
diff --git a/gating.yaml b/gating.yaml
index 282e16b..da7481a 100644
--- a/gating.yaml
+++ b/gating.yaml
@@ -1,7 +1,19 @@
+# Fedora
 --- !Policy
+id: fedora_policy
 product_versions:
   - fedora-*
-decision_context: bodhi_update_push_stable
+decision_contexts:
+  - bodhi_update_push_testing
+  - bodhi_update_push_stable
 subject_type: koji_build
 rules:
   - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
+
+# RHEL
+--- !Policy
+product_versions:
+  - rhel-*
+decision_context: osci_compose_gate
+rules:
+  - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

diff --git a/plans/internal.fmf b/plans/internal.fmf
new file mode 100644
index 0000000..f741e33
--- /dev/null
+++ b/plans/internal.fmf
@@ -0,0 +1,12 @@
+summary: Private (RHEL) beakerlib tests
+enabled: false
+adjust:
+  - when: distro == rhel
+    enabled: true
+    because: private tests are accesible only within rhel pipeline
+discover:
+  - name: rhel
+    how: fmf
+    url: https://pkgs.devel.redhat.com/git/tests/perl-Data-Dumper
+execute:
+    how: tmt

diff --git a/tests/upstream-tests.fmf b/tests/upstream-tests.fmf
index 79365f1..2bff71b 100644
--- a/tests/upstream-tests.fmf
+++ b/tests/upstream-tests.fmf
@@ -2,3 +2,10 @@ summary: Upstream tests
 component: perl-Data-Dumper
 require: perl-Data-Dumper-tests
 test: /usr/libexec/perl-Data-Dumper/test
+enabled: true
+tag:
+  - rhel-buildroot
+adjust:
+  - enabled: false
+    when: distro < rhel-10 or distro < centos-stream-10
+    continue: false

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-04  9:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04  9:23 [rpms/perl-Data-Dumper] f44: Update gating for rhel Jitka Plesnikova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox