Re: CI build failures

2024-06-06 Thread Jason Gerlowski
> I recall getting a direct email to me if I contributed a > change to a CI failure. I would like this. I would also like a dev > list email periodically (weekly?) listing the CI job status +1 to any effort that aims to summarize "builds@". Even for folks that check "builds@" regularly it can b

Re: CI build failures

2024-06-06 Thread David Smiley
We could add (yet) another Github workflow validation. Or maybe take the Docker one, which looks at certain paths (including bin/solr), and generalizes to be not just testing docker but also running BATS integration tests. Then think of this as the "integration test" build. The "paths" it looks

Re: CI build failures

2024-06-06 Thread Eric Pugh
I think a weekly heads up would be great to have. You mention “PR validation doesn’t run BATS tests”…. Maybe it should? We’ve had a lot of churn in the CLI, and we’ll probably continue to have that till 10x comes out, so that would be a nice check. Plus, if we add more integration style