Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-26 Thread Tianyu Chen
Lucas Nussbaum 于2025年8月25日周一 14:14写道: > > I am all in favor of having all kinds of automation to work on > > hundreds of packages in parallel, and it might be a good idea to run > > the Salsa CI every once in a while even with no or just few changes to > > validate that there are no regressions d

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-26 Thread Simon Josefsson
Lucas Nussbaum writes: >> > > If you know you are doing a minor typofix, removing a trailing space >> > > etc and don't need CI at all, please pass the git option `-o ci.skip` >> > > when pushing. >> > > >> > > Example: >> > > git push -o ci.skip >> > >> > I'm using the GitLab REST API through py

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-25 Thread Lucas Nussbaum
On 25/08/25 at 23:20 +0200, Lucas Nussbaum wrote: > On 25/08/25 at 13:43 -0700, Otto Kekäläinen wrote: > > Hi, > > > > > On 24/08/25 at 12:18 -0700, Otto Kekäläinen wrote: > > ... > > > > I just noticed one developer pushed git commits to 493 different > > > > packages in Salsa, triggering hundred

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-25 Thread Lucas Nussbaum
On 25/08/25 at 13:43 -0700, Otto Kekäläinen wrote: > Hi, > > > On 24/08/25 at 12:18 -0700, Otto Kekäläinen wrote: > ... > > > I just noticed one developer pushed git commits to 493 different > > > packages in Salsa, triggering hundreds of Salsa CI pipelines. > > > > I think that was me (during add

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-25 Thread Alexandre Detiste
Le lun. 25 août 2025 à 22:44, Otto Kekäläinen a écrit : > >Do you know if there's a way to do the same thing in that case, > > other that using "[skip ci]" in the commit message, which pollutes the > > git history? "gbp dch" could strip the "[skip ci]" out.

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-25 Thread Otto Kekäläinen
Hi, > On 24/08/25 at 12:18 -0700, Otto Kekäläinen wrote: ... > > I just noticed one developer pushed git commits to 493 different > > packages in Salsa, triggering hundreds of Salsa CI pipelines. > > I think that was me (during adding debian/gbp.conf files to many > packages, during DEP-14 migrati

Re: How to skip Salsa CI to avoid unnecessary CI runs

2025-08-24 Thread Lucas Nussbaum
Hi, On 24/08/25 at 12:18 -0700, Otto Kekäläinen wrote: > Hi everyone using Salsa, > > [Disclaimer: Please don't view this as nagging - I am putting in > significant effort in Debian development, and I am writing this with > the sincere belief that I am helping Debian in doing so.] > > I just not