[Buildroot] [PATCH v3 1/5] .gitlab-ci.yml: use "extends" keyword

Arnout Vandecappelle arnout at mind.be
Wed Feb 6 10:53:02 UTC 2019



On 21/01/2019 02:11, Ricardo Martincoski wrote:
> Replace all YAML anchors with the new "extends" keyword because it is
> more readable and more flexible (it works across configuration files
> combined with the new "include" keyword).
> 
> Readability is more meaningful in .gitlab-ci.yml.in.
> In the part of .gitlab-ci.yml that is auto-generated by 'make
> .gitlab-ci.yml' keep the keyword in the same line of the job name.
> So instead of this:
>  zynqmp_zcu106_defconfig:
>      extends: .defconfig
>  tests.boot.test_atf.TestATFAllwinner:
>      extends: .runtime_test
> Use this:
>  zynqmp_zcu106_defconfig: { extends: .defconfig }
>  tests.boot.test_atf.TestATFAllwinner: { extends: .runtime_test }
> Do this to to keep .gitlab-ci.yml easier to be post-processed by a
> script.
> 
> Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
> Cc: Arnout Vandecappelle <arnout at mind.be>
> Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

 Applied to master, thanks.

 Regards,
 Arnout


More information about the buildroot mailing list