[LTP] [PATCH v6 3/4] ci: add ci-patchwork-trigger workflow

Andrea Cervesato andrea.cervesato@suse.com
Tue Apr 15 18:10:01 CEST 2025


Hi Cyril,

On 4/15/25 17:12, Cyril Hrubis wrote:
>> +name: "Patchwork checker"
>> +on:
>> +  push:
> Does it make sense to run the script both on schedulle and push?
It makes sense if you develop the pipeline. I can disable it tho, but 
then we need to remember that for each new feature on the pipeline we 
need to add "push:" as well.
>> +  schedule:
>> +    - cron: '*/15 * * * 1-5'
>> +    - cron: '*/45 * * * 6,0'
> So we run this less on weekends, I suppose that may make some sense.

Yes, it makes sense if we receive patches in the weekend. Just in case, 
it will take a few seconds to complete the workflow anyway.

- Andrea


More information about the ltp mailing list