From: Cleber Rosa Date: Fri, 9 Oct 2020 20:55:13 +0000 (-0400) Subject: Acceptance tests: show test report on GitLab CI X-Git-Tag: v5.2.0-rc0~58^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec4d2feb27c5e46a69e2c2d588e982c9327e325e;p=thirdparty%2Fqemu.git Acceptance tests: show test report on GitLab CI Avocado will, by default, produce JUnit files. Let's ask GitLab to present those in the web UI. Signed-off-by: Cleber Rosa Message-Id: <20201009205513.751968-4-crosa@redhat.com> Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Huth --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 14be45bbfe2..29e934fd53b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,11 @@ include: paths: - ${CI_PROJECT_DIR}/avocado-cache policy: pull-push + artifacts: + paths: + - build/tests/results/latest/results.xml + reports: + junit: build/tests/results/latest/results.xml before_script: - mkdir -p ~/.config/avocado - echo "[datadir.paths]" > ~/.config/avocado/avocado.conf