Details
-
Technical task
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
N/A
-
None
-
Sprint 3 (10.02.2025), Sprint 4 (25.02.2025), Sprint 5 (10.03.2025)
Description
There is a lot of code duplication and inconsistency in master-libvirt.
1. environment variables are passed to each builder separately, but they are all mostly the same. Unify them
2. the $arch variable is "abused" and used as a way to define a suffix to the mirror and archive URLs. Move that logic out of master.cfg and put it in bash_lib.sh
Hi Faustin!
Can you please review the bash_lib.sh changes here:
https://github.com/MariaDB/buildbot/pull/706
This commit is the relevant one for bash_lib.sh changes:
MDBF-960: Decouple master-libvirt arch variable from install/upgrade sripts