Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Release branches do not have priority in buildbot.mariadb.org. Priority should be given to release branches and then to main tree branches.
Attachments
Issue Links
- is part of
-
MDBF-40 Milestone 3: Time to move to new buildbot
-
- Closed
-
Activity
-
- Time Spent:
- 1d
- Investigated the priority problem since theoretically it should have been enabled. The existing implementation model followed the buildbot documentation. I found out that the documentation is outdated and that there was a bug in it. Tried contacting the buildbot team regarding this, but I did not get an answer yet. After digging in the buildbot code, I found the problem which consisted in a renaming and changing the structure of the "source" class attribute which was used to get the current branch. Implemented the fix and now priority is correctly attributed.