Skip to content

Commit 91f4e3c

Browse files
committed
MDBF-337: galera builds (Linux)
It was odd seeing mostly ppc64le/s390x test failures. This was because these where the main tests of galera. Added Fedora-40 to test the current distro galera package. Add s390/ppc64le Ubuntu 2404 so that this tests there too to see if modern compilers cause any different behaviour. As there is no debug build of galera, added amd64-2404-debug as a builder so that there is coverage of galera in a debug build which has additional tests.
1 parent 5ea4d7e commit 91f4e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

constants.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@
5050
builders_galera_mtr = [
5151
"aarch64-debian-12",
5252
"amd64-fedora-39",
53+
"amd64-fedora-40",
54+
"amd64-ubuntu-2004-debug",
5355
"s390x-ubuntu-2004",
5456
"s390x-ubuntu-2204",
57+
"s390x-ubuntu-2404",
5558
"ppc64le-ubuntu-2004",
5659
"ppc64le-ubuntu-2204",
60+
"ppc64le-ubuntu-2404",
5761
]
5862

5963
# Defines branches for which we save packages

0 commit comments

Comments
 (0)