On Tue, May 11, 2021 at 4:30 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Extract the container job template to a new file > (container-template.yml) to be able to reuse it > without having to run all the jobs included, which > are mainly useful for mainstream CI. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/container-template.yml | 22 ++++++++++++++++++++++ > .gitlab-ci.d/containers.yml | 24 ++---------------------- > 2 files changed, 24 insertions(+), 22 deletions(-) > create mode 100644 .gitlab-ci.d/container-template.yml >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>