]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
gitlab: replace avocado results files with meson results files
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 8 Sep 2025 19:08:58 +0000 (20:08 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Sep 2025 09:29:41 +0000 (11:29 +0200)
The 'results.xml' file and 'test-results' directory were both outputs
of the avovcado test runner. Since we're now using meson with the new
functional test framework, we must reference meson results files as the
CI artifacts.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250908190901.3571859-2-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/buildtest-template.yml

index 038c3c9540ae59bc72af694aa312d42e6837c149..46722982149600189d3508ddc9af78e105462d42 100644 (file)
     when: always
     expire_in: 7 days
     paths:
-      - build/tests/results/latest/results.xml
-      - build/tests/results/latest/test-results
+      - build/meson-logs/testlog.txt
       - build/tests/functional/*/*/*.log
     reports:
-      junit: build/tests/results/latest/results.xml
+      junit: build/meson-logs/testlog.junit.xml
   before_script:
     - export QEMU_TEST_ALLOW_UNTRUSTED_CODE=1
     - export QEMU_TEST_CACHE_DIR=${CI_PROJECT_DIR}/functional-cache