On Tue, May 11, 2021 at 4:30 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Extract the build/test jobs run by default on the mainstream > CI into a new file (buildtest.yml). > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/buildtest.yml | 726 +++++++++++++++++++++++++++++++++++++ > .gitlab-ci.yml | 726 +------------------------------------ > 2 files changed, 727 insertions(+), 725 deletions(-) > create mode 100644 .gitlab-ci.d/buildtest.yml >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>