public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/postgresql-jdbc] f44: Switch tests to using matrix tests
@ 2026-06-10 14:38 Marian Koncek
  0 siblings, 0 replies; only message in thread
From: Marian Koncek @ 2026-06-10 14:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/postgresql-jdbc
Branch : f44
Commit : 608b29c62e8eed266c0b6767d36b0d03d8399952
Author : Marian Koncek <mkoncek@redhat.com>
Date   : 2026-06-10T16:37:54+02:00
Stats  : +30/-10 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/postgresql-jdbc/c/608b29c62e8eed266c0b6767d36b0d03d8399952?branch=f44

Log:
Switch tests to using matrix tests

---
diff --git a/plans/matrix.fmf b/plans/matrix.fmf
new file mode 100644
index 0000000..34aa9dd
--- /dev/null
+++ b/plans/matrix.fmf
@@ -0,0 +1,30 @@
+summary: Basic smoke test
+discover:
+  how: fmf
+  url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
+execute:
+  how: tmt
+
+/postgresql-16:
+  prepare:
+    how: install
+    package:
+      - postgresql16-server
+      - postgresql16-contrib
+      - postgresql16-test-rpm-macros
+
+/postgresql-17:
+  prepare:
+    how: install
+    package:
+      - postgresql17-server
+      - postgresql17-contrib
+      - postgresql17-test-rpm-macros
+
+/postgresql-18:
+  prepare:
+    how: install
+    package:
+      - postgresql-server
+      - postgresql-contrib
+      - postgresql-test-rpm-macros

diff --git a/plans/smoke.fmf b/plans/smoke.fmf
deleted file mode 100644
index 79935d4..0000000
--- a/plans/smoke.fmf
+++ /dev/null
@@ -1,10 +0,0 @@
-summary: Basic smoke test
-discover:
-  how: fmf
-  url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
-prepare:
-  how: install
-  package:
-    - java-21-openjdk-devel
-execute:
-  how: tmt

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

only message in thread, other threads:[~2026-06-10 14:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 14:38 [rpms/postgresql-jdbc] f44: Switch tests to using matrix tests Marian Koncek

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