Re: [PATCH 3/3] Acceptance tests: show test report on GitLab CI

2020-10-12 Thread Cleber Rosa
On Mon, Oct 12, 2020 at 02:09:22PM +0100, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > > > On 10/9/20 10:55 PM, Cleber Rosa wrote: > >> Avocado will, by default, produce JUnit files. Let's ask GitLab > >> to present those in the web UI. > > > > https://gitlab.com/philmd/qemu/-/pipeli

Re: [PATCH 3/3] Acceptance tests: show test report on GitLab CI

2020-10-12 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 10/9/20 10:55 PM, Cleber Rosa wrote: >> Avocado will, by default, produce JUnit files. Let's ask GitLab >> to present those in the web UI. > > https://gitlab.com/philmd/qemu/-/pipelines/200764992/test_report > > Reviewed-by: Philippe Mathieu-Daudé > Tested-

Re: [PATCH 3/3] Acceptance tests: show test report on GitLab CI

2020-10-10 Thread Philippe Mathieu-Daudé
On 10/9/20 10:55 PM, Cleber Rosa wrote: Avocado will, by default, produce JUnit files. Let's ask GitLab to present those in the web UI. https://gitlab.com/philmd/qemu/-/pipelines/200764992/test_report Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Cl

[PATCH 3/3] Acceptance tests: show test report on GitLab CI

2020-10-09 Thread Cleber Rosa
Avocado will, by default, produce JUnit files. Let's ask GitLab to present those in the web UI. Signed-off-by: Cleber Rosa --- .gitlab-ci.yml | 5 + 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bed5fe6161..7d4b2ced9e 100644 --- a/.gitlab-ci.yml +++ b/.