Re: [PATCH] gitlab-ci: Display Avocado log content when tests timeout

2021-02-17 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Since commit ba2232bae6d ("gitlab-ci: Refactor code that show logs > of failed acceptances") we display the log content of failing tests > (Avocado "FAIL" event). > > Since we are also interested in tests timeouting, update our global > Avocado config to display

Re: [PATCH] gitlab-ci: Display Avocado log content when tests timeout

2021-02-15 Thread Willian Rampazzo
On Mon, Feb 15, 2021 at 2:14 PM Philippe Mathieu-Daudé wrote: > > Since commit ba2232bae6d ("gitlab-ci: Refactor code that show logs > of failed acceptances") we display the log content of failing tests > (Avocado "FAIL" event). > > Since we are also interested in tests timeouting, update our glob

Re: [PATCH] gitlab-ci: Display Avocado log content when tests timeout

2021-02-15 Thread Wainer dos Santos Moschetta
On 2/15/21 2:14 PM, Philippe Mathieu-Daudé wrote: Since commit ba2232bae6d ("gitlab-ci: Refactor code that show logs of failed acceptances") we display the log content of failing tests (Avocado "FAIL" event). Since we are also interested in tests timeouting, update our global Avocado config to

[PATCH] gitlab-ci: Display Avocado log content when tests timeout

2021-02-15 Thread Philippe Mathieu-Daudé
Since commit ba2232bae6d ("gitlab-ci: Refactor code that show logs of failed acceptances") we display the log content of failing tests (Avocado "FAIL" event). Since we are also interested in tests timeouting, update our global Avocado config to display log content for the "INTERRUPT" event, "possi