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:
parent
a50d5b9ecf
commit
6c77a7d028
8
ci.fmf
8
ci.fmf
@ -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
18
plans/base-package.fmf
Normal 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
15
plans/galera.fmf
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user