alex-nl
alex-nl
> > In fact, at the moment users have to opt out of using TAfGT during installation of VS and then manually install GTA, and I don't think that many...
> The only issue I've noticed is that I can't debug into a unit test. If I set a breakpoint & debug the test, the test will simply fully run...
Thank you for the response. I don't believe an AnyBranchScheduler based pre-submit scheme would play well with Perforce, where making new branches is quite different from in Git, but we...
Rebuilding the most recent change, even if there are no new changes since the last build, is the default behaviour of the Nightly scheduler (as onlyIfChanged is default false). https://github.com/buildbot/buildbot/blob/master/master/buildbot/schedulers/timed.py#L166...
> I guess this would be a bug that could be fixed, no? I certainly believe it's a bug. I don't understand the role of the codebases dict inside the...
It looks like NightlyTriggerable tracks the important state that's required to trigger an identical build to last time. https://github.com/buildbot/buildbot/blob/414312bf410e232d239c9e9b0cfe0eb0042c58ee/master/buildbot/schedulers/timed.py#L433 I suppose this common logic could be refactored and used by...