Le 06/09/2019 à 12:13, Krisztián Szűcs a écrit : > On Fri, Sep 6, 2019 at 12:01 PM Antoine Pitrou <anto...@python.org> wrote: > >> >> Le 06/09/2019 à 10:07, Krisztián Szűcs a écrit : >>> For example trigger a builder for changes affecting files under arrow/ci >>> which reloads the builder object within the build master's process. >> >> I am asking you how this affects only the current build and not other >> concurrent builds. > > We need to register the changed builders as new ones with a corresponding > triggerable scheduler, and trigger them.
Don't you still need to restart the buildmaster to see those new builders? I get the impression that it is a complicated and fragile solution to the problem. Regards Antoine.