On Sun, Aug 17, 2025 at 04:46:25PM +0900, Charles Plessy wrote: > > I only see this working if either Salsa would have a (scriptable ?) > upload button, or if the usual command-line tools like dput would > have a config option to do so. For instance maybe dgit - which I am > looking forward to test after my holidays - or gbp could prompt at > an appropriate time "There are xyz MRs that can be merged in this > branch with no conflict" ?
Something else which could be done is to extend SalsaCI so it is run on every single MR. And if it fails, the submitter could be told to try again. (It is *amazing* to me when I see github PR's that don't even build, indicating that the submitter hasn't even bother to check to see if their code submission meets the "it builds, ship it!" quality bar.) This could result in a denial of service attack on Salsa CI test infrastructure, true. But perhaps that's better than a denial of service attack on the DD's time? After all, hardware is cheaper than people time... Cheers, - Ted