On Wed, Aug 12, 2020 at 12:53:39PM -0700, Junio C Hamano wrote: > Jeff King <peff@xxxxxxxx> writes: > > > Yeah, I know. My main beef was that because it fails CI, the urgency of > > doing that fix gets pushed onto people working on their individual > > topics (in fact there is nothing for you to fix yet because I haven't > > even sent these topics upstream). I don't know how to solve that without > > stopping its use in the vsbuild CI job, though. > > What I am not getting is in what way it blocks you (or others who do > not deeply care about Windows) to leave vsbuild CI job broken. Do > you have some automation that is gated by all the CI jobs to pass, > or do you just dislike failing CI jobs out of principle? It's two things. The first is "out of principle". If the vs-build job always fails, then I'll stop looking at it. So I'd never even see if it fails for a legitimately interesting reason. And now there's no value in running it at all. The second thing is annoyance. I get an email that says "hey, your CI job failed". And then I think "oh no, I should figure out what it is". And then I spend 10 minutes investigating only to find out that no, it's not something I care about. If the vs-build job always failed I could write it off in less time than 10 minutes. But it's still not nothing, because the email still grabs my attention, and then I have to manually figure out that it was indeed vs-build and only vs-build which failed (which is not helped by the mail from GitHub consisting of 25 lines listing the succeeded jobs). Getting that once a day isn't world-ending, but it is annoying (and I do get it once a day because I do my own daily integration run, which is what I push to CI). So rather than deal with that, I'd probably add more bits to our ci/config to allow myself to just disable that job. For now I'm letting it run, though. I've fixed my two topics, and I'm curious to see if it comes up again, and if so how long it takes. -Peff