Reworked the test plans to take the tests from the centos stream

repository where the tests are maintained and used by mariadb itself
This commit is contained in:
Pavol Sloboda 2026-04-21 16:03:59 +02:00 committed by Nikola Davidova
parent a50d5b9ecf
commit 6c77a7d028
No known key found for this signature in database
3 changed files with 33 additions and 8 deletions

8
ci.fmf
View File

@ -1,8 +0,0 @@
summary: Sanity tests
discover:
how: fmf
repository: https://src.fedoraproject.org/tests/mariadb.git
ref: master
filter: tier:1
execute:
how: tmt

18
plans/base-package.fmf Normal file
View File

@ -0,0 +1,18 @@
summary: centos stream tests for the distribution default mariadb
environment:
BUILD_PACKAGE: mariadb-server
prepare:
how: shell
script: |
dnf install -y $BUILD_PACKAGE
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/mariadb/
ref: main
filter: tag:base-package
execute:
how: tmt

15
plans/galera.fmf Normal file
View File

@ -0,0 +1,15 @@
summary: centos stream tests for galera
prepare:
how: shell
script: |
dnf install -y mariadb-server-galera wireshark-cli
discover:
how: fmf
url: https://gitlab.com/redhat/centos-stream/tests/mariadb/
ref: main
filter: tag:galera&tag:single-host
execute:
how: tmt