Re: [PATCH v3 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'

2020-11-10 Thread Wainer dos Santos Moschetta
On 11/8/20 8:19 PM, Philippe Mathieu-Daudé wrote: Extract the common definitions shared by '.cross_system_build_job' and '.cross_user_build_job' to '.cross_common_job'. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/crossbuilds.yml | 9 + 1 file changed, 5 insertions(+), 4

Re: [PATCH v3 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'

2020-11-10 Thread Philippe Mathieu-Daudé
On 11/9/20 10:52 AM, Thomas Huth wrote: > On 08/11/2020 23.19, Philippe Mathieu-Daudé wrote: >> Extract the common definitions shared by '.cross_system_build_job' >> and '.cross_user_build_job' to '.cross_common_job'. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> .gitlab-ci.d/crossbuilds.

Re: [PATCH v3 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'

2020-11-09 Thread Thomas Huth
On 08/11/2020 23.19, Philippe Mathieu-Daudé wrote: > Extract the common definitions shared by '.cross_system_build_job' > and '.cross_user_build_job' to '.cross_common_job'. > > Signed-off-by: Philippe Mathieu-Daudé > --- > .gitlab-ci.d/crossbuilds.yml | 9 + > 1 file changed, 5 insertio

[PATCH v3 07/11] gitlab-ci: Extract common job definition as 'cross_common_job'

2020-11-08 Thread Philippe Mathieu-Daudé
Extract the common definitions shared by '.cross_system_build_job' and '.cross_user_build_job' to '.cross_common_job'. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/crossbuilds.yml | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.d/crossbuilds.yml