ci/crosvm: Use structured tagging for crosvm

Structured tagging captures a checksum of the component we think we're
building, and verifies this through the chain.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34813>
This commit is contained in:
Valentine Burley
2025-05-05 11:55:50 +02:00
committed by Marge Bot
parent f2c68b2ea9
commit c276e0b29a
10 changed files with 42 additions and 7 deletions

View File

@@ -183,6 +183,10 @@ yaml-toml-shell-py-test:
variables:
ANGLE_TAG: ${CONDITIONAL_BUILD_ANGLE_TAG}
.test-crosvm:
variables:
CROSVM_TAG: ${CONDITIONAL_BUILD_CROSVM_TAG}
.test-fluster:
variables:
FLUSTER_TAG: ${CONDITIONAL_BUILD_FLUSTER_TAG}