[Buildroot] [PATCH] support/scripts: rework generation of pipelines

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Oct 6 18:59:30 UTC 2020


On Mon,  5 Oct 2020 22:48:25 +0200
"Yann E. MORIN" <yann.morin.1998 at free.fr> wrote:

> Note: triggering a pipeline can be done with a simple curl invocation:
> 
>     $ curl -X POST \
>         -F "token=${YOUR_TOKEN}" \
>         -F "ref=${BRANCH_TO_TEST}" \
>         -F "variables[BR_SCHEDULE_JOBS]=${TEST_TO_RUN}" \
>         "https://gitlab.com/api/v4/projects/${YOU_PROJEXT_ID}/trigger/pipeline"

s/YOU_PROJEXT_ID/YOUR_PROJECT_ID/

> +          (*-tests.*)
> +            tests=( "${CI_COMMIT_REF_NAME##*-}" )

Should have been:

		runtimes= ...

I have applied after fixing that. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list