On Tue, May 25, 2021 at 5:26 AM Philippe Mathieu-Daudé <f4...@amsat.org> wrote: > > Sometimes pull requests are merged during the week-end, triggering > a CI pipeline. Currently if such pipeline fails, the Avocado reports > are available for 2 days. For the reviewers working on the project > during office hours, the reports are already discarded when they > want to look at them. Increase this time to 1 week, which should > give reviewers enough time. > > Only keep the reports on failure, which is the only case we'll > look at them. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > .gitlab-ci.d/buildtest-template.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>