Re: [PATCH 04/15] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)

2021-05-03 Thread Philippe Mathieu-Daudé
On 5/3/21 11:22 AM, Thomas Huth wrote: > On 19/04/2021 01.34, Philippe Mathieu-Daudé wrote: >> From: 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 >> >> Reviewed-by:

Re: [PATCH 04/15] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)

2021-05-03 Thread Thomas Huth
On 19/04/2021 01.34, Philippe Mathieu-Daudé wrote: From: 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 Reviewed-by: Wainer dos Santos Moschetta Signed-off-by: Philippe Mathi

[PATCH 04/15] gitlab-ci: Replace YAML anchors by extends (acceptance_test_job)

2021-04-18 Thread Philippe Mathieu-Daudé
From: 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 Reviewed-by: Wainer dos Santos Moschetta Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.yml | 20 ++