Bug 40295 - Add CI job Koha_Main_MariaDB_update but with lowest MariaDB version (10.3)
Summary: Add CI job Koha_Main_MariaDB_update but with lowest MariaDB version (10.3)
Status: NEW
Alias: None
Product: Project Infrastructure
Classification: Unclassified
Component: Continuous Integration (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low critical
Assignee: Tomás Cohen Arazi (tcohen)
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-02 16:33 UTC by Victor Grousset/tuxayo
Modified: 2025-07-03 21:45 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victor Grousset/tuxayo 2025-07-02 16:33:39 UTC
That would have caught that blocker: bug 40292

So it's about forking Koha_Main_MariaDB_update and switching the DBMS.
It should be ok to leave it on main to be sure to not miss DB revs to test.
The trade off is the risk of dropping that new MDB 10.3 upgrade job when that version is dropped from main. That's a more general issue of CI going out of sync with:
https://wiki.koha-community.org/wiki/System_requirements_and_recommendations

To not risk any of the two trade offs above, we would need to have that job on main, 24.11 LTS and 25.05 (as some db rev would be only on 25.05). That would be a waste of resources.