<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<body>
<div dir="auto">
<div dir="auto">I don't think we need to worry so much about the cost of CI that we need to micro-optimize to to get the minimal number of CI runs. We especially shouldn't if it begins to impact coffee quality, people's ability to merge patches in a timely manner, or visibility into what went wrong when CI fails. I've seen a number of suggestions which will do one or both of those things including:</div><div dir="auto"><br></div><div dir="auto"> - Batching merge requests</div><div dir="auto"> - Not running CI on the master branch</div><div dir="auto"> - Shutting off CI</div><div dir="auto"> - Preventing CI on other non-MR branches</div><div dir="auto"> - Disabling CI on WIP MRs</div><div dir="auto"> - I'm sure there are more...</div><div dir="auto"><br></div><div dir="auto">I think there are things we can do to make CI runs more efficient with some sort of end-point caching and we can probably find some truly wasteful CI to remove. Most of the things in the list above, I've seen presented by people who are only lightly involved the project to my knowledge (no offense to anyone intended).  Developers depend on the CI system for their day-to-day work and hampering it will only show down development, reduce code quality, and ultimately hurt our customers and community. If we're so desperate as to be considering painful solutions which will have a negative impact on development, we're better off trying to find more money.</div><div dir="auto"><br></div><div dir="auto">--Jason</div><div dir='auto'><br></div>
<div id="aqm-original" style="color: black;">
<!-- body start -->
<div class="aqm-original-body">
<div style="color: black;">
<p style="color: black; font-size: 10pt; font-family: sans-serif; margin: 8pt 0;">On March 1, 2020 13:51:32 Jacob Lifshay <programmerjake@gmail.com> wrote:</p>
<blockquote type="cite" class="gmail_quote" style="margin: 0 0 0 0.75ex; border-left: 1px solid #808080; padding-left: 0.75ex;">
<div dir="auto">One idea for Marge-bot (don't know if you already do this):<div dir="auto">Rust-lang has their bot (bors) automatically group together a few merge requests into a single merge commit, which it then tests, then, then the tests pass, it merges. This could help reduce CI runs to once a day (or some other rate). If the tests fail, then it could automatically deduce which one failed, by recursive subdivision or similar. There's also a mechanism to adjust priority and grouping behavior when the defaults aren't sufficient.</div><div dir="auto"><br></div><div dir="auto">Jacob</div></div>

<div>_______________________________________________</div>
<div>Intel-gfx mailing list</div>
<div><a class="aqm-autolink aqm-autowrap" href="mailto:Intel-gfx%40lists.freedesktop.org">Intel-gfx@lists.freedesktop.org</a></div>
<div><a class="aqm-autolink aqm-autowrap" href="https://lists.freedesktop.org/mailman/listinfo/intel-gfx">https://lists.freedesktop.org/mailman/listinfo/intel-gfx</a></div>
<div><br></div>
</blockquote>
</div>
</div>
<!-- body end -->

</div><div dir="auto"><br></div>
</div></body>
</html>