Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)

2020-12-06 Thread Thomas Huth
On 06/12/2020 19.55, Philippe Mathieu-Daudé wrote: > 'extends' is an alternative to using YAML anchors > and is a little more flexible and readable. See: > https://docs.gitlab.com/ee/ci/yaml/#extends > > More importantly it allows exploding YAML jobs. > > Reviewed-by: Wainer dos Santos Moschetta

[PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job)

2020-12-06 Thread Philippe Mathieu-Daudé
'extends' is an alternative to using YAML anchors and is a little more flexible and readable. See: https://docs.gitlab.com/ee/ci/yaml/#extends More importantly it allows exploding YAML jobs. Reviewed-by: Wainer dos Santos Moschetta Signed-off-by: Philippe Mathieu-Daudé ---