MDBF-1237: Foundry in Buildbot - #999
Draft
RazvanLiviuVarzaru wants to merge 9 commits into
Draft
Conversation
A framework for building external plugins.
…ation The "Force" button never showed up for the foundry dispatcher builder because master-web (which serves the www UI) never loaded the ForceScheduler. ForceScheduler availability is resolved per-process via master.allSchedulers() (buildbot/data/forceschedulers.py), which is an in-memory list local to whichever master is asked, not DB-backed like change-consuming schedulers (e.g. AnyBranchScheduler), which propagate across masters via MQ/DB and so work regardless of where they're loaded. Move FOUNDRY_SCHEDULERS from master-migration to master-web so it's present on the master actually serving the force-build UI. The builder itself still only needs to be defined where its workers live (master-migration); build requests created by the force scheduler are claimed via the DB like any other. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
RazvanLiviuVarzaru
force-pushed
the
MDBF-1237
branch
from
August 20, 2026 08:53
935ee15 to
9aa06fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A framework for building external plugins.