Use matrix tests

This commit is contained in:
Marian Koncek 2026-04-08 11:19:58 +02:00
parent 6a490e3463
commit 26cd4ef01f
2 changed files with 28 additions and 9 deletions

28
plans/matrix.fmf Normal file
View File

@ -0,0 +1,28 @@
summary: Basic smoke test
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
execute:
how: tmt
prepare:
- how: install
package: java-21-openjdk-headless
/postgresql-16:
prepare+:
- how: install
package:
- postgresql16-server
- postgresql16-contrib
- postgresql-test-rpm-macros
# There is no version 17
/postgresql-18:
prepare+:
- how: install
package:
- postgresql18-server
- postgresql18-contrib
- postgresql18-test-rpm-macros

View File

@ -1,9 +0,0 @@
summary: Basic smoke test
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/postgresql-jdbc.git
execute:
how: tmt
prepare:
- how: install
package: java-21-openjdk-headless