Re: [PATCH v3 1/6] gitlab-ci: Extract &environment_variables template

2021-05-20 Thread Wainer dos Santos Moschetta
Hi, On 5/19/21 3:45 PM, Philippe Mathieu-Daudé wrote: To be able to set the same environment variables to multiple jobs, extract what we currently have as a template. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/buildtest-template.yml | 7 +-- 1 file changed, 5 insertions(+),

Re: [PATCH v3 1/6] gitlab-ci: Extract &environment_variables template

2021-05-19 Thread Willian Rampazzo
On Wed, May 19, 2021 at 3:46 PM Philippe Mathieu-Daudé wrote: > > To be able to set the same environment variables to multiple jobs, > extract what we currently have as a template. > > Signed-off-by: Philippe Mathieu-Daudé > --- > .gitlab-ci.d/buildtest-template.yml | 7 +-- > 1 file changed

[PATCH v3 1/6] gitlab-ci: Extract &environment_variables template

2021-05-19 Thread Philippe Mathieu-Daudé
To be able to set the same environment variables to multiple jobs, extract what we currently have as a template. Signed-off-by: Philippe Mathieu-Daudé --- .gitlab-ci.d/buildtest-template.yml | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.d/buildtest-templat