<div dir="auto">For Mesa, we could run CI only when Marge pushes, so that it's a strictly pre-merge CI.<div dir="auto"><br></div><div dir="auto">Marek</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat., Feb. 29, 2020, 17:20 Nicolas Dufresne, <<a href="mailto:nicolas@ndufresne.ca">nicolas@ndufresne.ca</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le samedi 29 février 2020 à 15:54 -0600, Jason Ekstrand a écrit :<br>
> On Sat, Feb 29, 2020 at 3:47 PM Timur Kristóf <<a href="mailto:timur.kristof@gmail.com" target="_blank" rel="noreferrer">timur.kristof@gmail.com</a>> wrote:<br>
> > On Sat, 2020-02-29 at 14:46 -0500, Nicolas Dufresne wrote:<br>
> > > > 1. I think we should completely disable running the CI on MRs which<br>
> > > > are<br>
> > > > marked WIP. Speaking from personal experience, I usually make a lot<br>
> > > > of<br>
> > > > changes to my MRs before they are merged, so it is a waste of CI<br>
> > > > resources.<br>
> > > <br>
> > > In the mean time, you can help by taking the habit to use:<br>
> > > <br>
> > >   git push -o ci.skip<br>
> > <br>
> > Thanks for the advice, I wasn't aware such an option exists. Does this<br>
> > also work on the mesa gitlab or is this a GStreamer only thing?<br>
> <br>
> Mesa is already set up so that it only runs on MRs and branches named<br>
> ci-* (or maybe it's ci/*; I can't remember).<br>
> <br>
> > How hard would it be to make this the default?<br>
> <br>
> I strongly suggest looking at how Mesa does it and doing that in<br>
> GStreamer if you can.  It seems to work pretty well in Mesa.<br>
<br>
You are right, they added CI_MERGE_REQUEST_SOURCE_BRANCH_NAME in 11.6<br>
(we started our CI a while ago). But there is even better now, ou can<br>
do:<br>
<br>
  only:<br>
    refs:<br>
      - merge_requests<br>
<br>
Thanks for the hint, I'll suggest that. I've lookup some of the backend<br>
of mesa, I think it's really nice, though there is a lot of concept<br>
that won't work in a multi-repo CI. Again, I need to refresh on what<br>
was moved from the enterprise to the community version in this regard,<br>
<br>
> <br>
> --Jason<br>
> <br>
> <br>
> > > That's a much more difficult goal then it looks like. Let each<br>
> > > projects<br>
> > > manage their CI graph and content, as each case is unique. Running<br>
> > > more<br>
> > > tests, or building more code isn't the main issue as the CPU time is<br>
> > > mostly sponsored. The data transfers between the cloud of gitlab and<br>
> > > the runners (which are external), along to sending OS image to Lava<br>
> > > labs is what is likely the most expensive.<br>
> > > <br>
> > > As it was already mention in the thread, what we are missing now, and<br>
> > > being worked on, is per group/project statistics that give us the<br>
> > > hotspot so we can better target the optimization work.<br>
> > <br>
> > Yes, would be nice to know what the hotspot is, indeed.<br>
> > <br>
> > As far as I understand, the problem is not CI itself, but the bandwidth<br>
> > needed by the build artifacts, right? Would it be possible to not host<br>
> > the build artifacts on the gitlab, but rather only the place where the<br>
> > build actually happened? Or at least, only transfer the build artifacts<br>
> > on-demand?<br>
> > <br>
> > I'm not exactly familiar with how the system works, so sorry if this is<br>
> > a silly question.<br>
> > <br>
> > _______________________________________________<br>
> > mesa-dev mailing list<br>
> > <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank" rel="noreferrer">mesa-dev@lists.freedesktop.org</a><br>
> > <a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
<br>
_______________________________________________<br>
mesa-dev mailing list<br>
<a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank" rel="noreferrer">mesa-dev@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/mesa-dev" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
</blockquote></div>