ci: Adapt armhf_test job to MESA_TEMPLATES_COMMIT related changes

I missed this before somehow.

Fixes: 0781d9825b "ci: Append $MESA_TEMPLATES_COMMIT to image tags"
Reviewed-by: Andres Gomez <agomez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7957>
This commit is contained in:
Michel Dänzer 2020-12-08 17:18:47 +01:00 committed by Marge Bot
parent 6701662ae0
commit 01175c38c2
1 changed files with 2 additions and 2 deletions

View File

@ -410,12 +410,12 @@ armhf_test:
extends:
- .use-arm_test-base
variables:
FDO_DISTRIBUTION_TAG: &armhf_test "2020-12-03-expect"
MESA_IMAGE_TAG: &armhf_test "2020-12-03-expect"
.use-armhf_test:
variables:
TAG: *armhf_test
image: "$CI_REGISTRY_IMAGE/debian/armhf_test:$TAG"
image: "$CI_REGISTRY_IMAGE/debian/armhf_test:${TAG}-${MESA_TEMPLATES_COMMIT}"
needs:
- armhf_test