This is unused since
commit 0d1137550bbf3af7ebe34801a9bff5a4839cc34e
Author: Richard Henderson <[email protected]>
Date: Thu Dec 18 09:58:33 2025 +1100
gitlab: Remove 32-bit host testing
Signed-off-by: Daniel P. Berrangé <[email protected]>
---
.gitlab-ci.d/crossbuild-template.yml | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/.gitlab-ci.d/crossbuild-template.yml
b/.gitlab-ci.d/crossbuild-template.yml
index 58136d06e4..786c5cdb88 100644
--- a/.gitlab-ci.d/crossbuild-template.yml
+++ b/.gitlab-ci.d/crossbuild-template.yml
@@ -119,15 +119,3 @@
$MAKE -j"$JOBS" $MAKE_CHECK_ARGS ;
fi
- section_end test
-
-# We can still run some tests on some of our cross build jobs. They can add
this
-# template to their extends to save the build logs and test results
-.cross_test_artifacts:
- artifacts:
- name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
- when: always
- expire_in: 7 days
- paths:
- - build/meson-logs
- reports:
- junit: build/meson-logs/*.junit.xml
--
2.54.0