gitlab: remove unused .cross_test_artifacts template
This is unused since commit 0d1137550bbf3af7ebe34801a9bff5a4839cc34e Author: Richard Henderson <richard.henderson@linaro.org> Date: Thu Dec 18 09:58:33 2025 +1100 gitlab: Remove 32-bit host testing Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Link: https://lore.kernel.org/qemu-devel/20260624124657.2725376-2-berrange@redhat.com Signed-off-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>
Daniel P. Berrangé committed
Jun 24, 2026 at 13:46 UTC
1275cca2fcfc4846969aa51e8b6667bb7de29818
1 file changed
-12
.gitlab-ci.d/crossbuild-template.yml
-12
@@ -119,15 +119,3 @@
119
$MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
120
fi
121
- section_end test
122
-
123
-# We can still run some tests on some of our cross build jobs. They can add this
124
-# template to their extends to save the build logs and test results
125
-.cross_test_artifacts:
126
- artifacts:
127
- name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
128
- when: always
129
- expire_in: 7 days
130
- paths:
131
- - build/meson-logs
132
- reports:
133
- junit: build/meson-logs/*.junit.xml