Re: [PATCH v3 00/10] gitlab-ci: Ease forks pipeline workflow

2021-05-20 Thread Thomas Huth
On 19/05/2021 20.54, Philippe Mathieu-Daudé wrote: Series fully reviewed. Hi, Gitlab recommends to use job templates. To be able to re-use / include templates, they can not use YAML anchors. All current jobs has first to be converted to use the 'extends' keyworkd. This is the first part of this

[PATCH v3 00/10] gitlab-ci: Ease forks pipeline workflow

2021-05-19 Thread Philippe Mathieu-Daudé
Series fully reviewed. Hi, Gitlab recommends to use job templates. To be able to re-use / include templates, they can not use YAML anchors. All current jobs has first to be converted to use the 'extends' keyworkd. This is the first part of this series (already reviewed). The second part extracts