public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gdbm] rawhide: Enable CI using CentOS Stream test repository
@ 2026-08-05 10:47 Daniel Handzus
0 siblings, 0 replies; only message in thread
From: Daniel Handzus @ 2026-08-05 10:47 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gdbm
Branch : rawhide
Commit : 239c9b4ddd5875322ba270ad3e256516ad761be2
Author : Daniel Handzus <dhandzus@redhat.com>
Date : 2026-08-05T08:58:54+02:00
Stats : +24/-10 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/gdbm/c/239c9b4ddd5875322ba270ad3e256516ad761be2?branch=rawhide
Log:
Enable CI using CentOS Stream test repository
Resolves: INFRASERV-1751
---
diff --git a/ci.fmf b/ci.fmf
deleted file mode 100644
index 2d1ee77..0000000
--- a/ci.fmf
+++ /dev/null
@@ -1,10 +0,0 @@
-/test:
- summary:
- Basic set of quick tests for gdbm.
- discover:
- - name: fedora
- how: fmf
- url: "https://src.fedoraproject.org/tests/gdbm.git"
- ref: main
- execute:
- how: tmt
diff --git a/gating.yaml b/gating.yaml
new file mode 100644
index 0000000..b6e62e6
--- /dev/null
+++ b/gating.yaml
@@ -0,0 +1,17 @@
+# Branched Fedora (non-Rawhide)
+--- !Policy
+product_versions:
+ - fedora-*
+decision_context: bodhi_update_push_testing
+subject_type: koji_build
+rules:
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
+
+# Rawhide Fedora
+--- !Policy
+product_versions:
+ - fedora-*
+decision_context: bodhi_update_push_stable
+subject_type: koji_build
+rules:
+ - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional}
diff --git a/plans/tier1-public.fmf b/plans/tier1-public.fmf
new file mode 100644
index 0000000..b34558a
--- /dev/null
+++ b/plans/tier1-public.fmf
@@ -0,0 +1,7 @@
+summary: Tier1 tests from CentOS Stream test repo
+discover:
+ how: fmf
+ url: https://gitlab.com/redhat/centos-stream/tests/gdbm
+ ref: main
+execute:
+ how: tmt
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-05 10:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 10:47 [rpms/gdbm] rawhide: Enable CI using CentOS Stream test repository Daniel Handzus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox