Skip to content

Commit 6094f89

Browse files
MDBF-1122 - SLES 15 SP 7 default mariadb is 11.8
sles 15 sp7 offered mariadb 11.4 when we configured the builder in June 2025 but upgraded to 11.8 one month after ``` 2ec249e0ebbb:/home/buildbot # rpm -q --changelog mariadb * Wed Jul 23 2025 [email protected] - Update to 11.8.2: https://mariadb.com/kb/en/mariadb-11-8-2-release-notes/ https://mariadb.com/kb/en/mariadb-11-8-2-changelog/ - Refresh gcc13-fix.patch - Update list of skipped tests * Tue Apr 08 2025 [email protected] - Update to 11.4.5: ```
1 parent 962abcd commit 6094f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,7 @@
202202
SUPPORTED_PLATFORMS["11.4"] = SUPPORTED_PLATFORMS["11.3"].copy()
203203
SUPPORTED_PLATFORMS["11.4"] += [
204204
"aarch64-ubuntu-2504",
205-
"amd64-sles-1507",
206205
"amd64-ubuntu-2504",
207-
"s390x-sles-1507",
208206
]
209207

210208
SUPPORTED_PLATFORMS["11.5"] = SUPPORTED_PLATFORMS["11.4"].copy()
@@ -222,6 +220,8 @@
222220
"amd64-debian-13",
223221
"ppc64le-debian-13",
224222
"x86-debian-13",
223+
"amd64-sles-1507",
224+
"s390x-sles-1507",
225225
]
226226
SUPPORTED_PLATFORMS["12.0"] = SUPPORTED_PLATFORMS["11.8"].copy()
227227
SUPPORTED_PLATFORMS["12.1"] = SUPPORTED_PLATFORMS["12.0"].copy()

0 commit comments

Comments
 (0)