Use matrix tests
This commit is contained in:
parent
6a490e3463
commit
26cd4ef01f
28
plans/matrix.fmf
Normal file
28
plans/matrix.fmf
Normal 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
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user