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 <wainersm@xxxxxxxxxx> > Signed-off-by: Philippe Mathieu-Daudé <philmd@xxxxxxxxxx> > --- > .gitlab-ci.d/crossbuilds.yml | 40 ++++++++++++++++++------------------ > 1 file changed, 20 insertions(+), 20 deletions(-) Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>