[LTP] [PATCH] ci: fix patch download when using curl

Petr Vorel pvorel@suse.cz
Mon Dec 15 17:14:58 CET 2025


...
> > > -        curl -k "${{ inputs.SERIES_MBOX }}" | git am
> > > +        curl -k -L --max-redirs 1 --location-trusted "${{ inputs.SERIES_MBOX }}" | git am

> > Hopefully --max-redirs 1 is enough.
> > Thanks for looking into this!

> I suggest adding --retry to the CURL call. --retry 3. At least then
> when curl fails, it won't fail on the first?

+1, sounds reasonable.

Kind regards,
Petr

> Ben


More information about the ltp mailing list