[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system
From: |
Thomas Huth |
Subject: |
Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job) |
Date: |
Mon, 7 Dec 2020 06:11:08 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 |
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@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> .gitlab-ci.d/crossbuilds.yml | 40 ++++++++++++++++++------------------
> 1 file changed, 20 insertions(+), 20 deletions(-)
Reviewed-by: Thomas Huth <thuth@redhat.com>
- [PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job), Philippe Mathieu-Daudé, 2020/12/06
- Re: [PATCH 1/8] gitlab-ci: Replace YAML anchors by extends (cross_system_build_job),
Thomas Huth <=
- [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 3/8] gitlab-ci: Add KVM X86 cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 4/8] gitlab-ci: Add KVM ARM cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06
- [PATCH 6/8] gitlab-ci: Add KVM PPC cross-build jobs, Philippe Mathieu-Daudé, 2020/12/06