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:
@@ -410,12 +410,12 @@ armhf_test:
|
|||||||
extends:
|
extends:
|
||||||
- .use-arm_test-base
|
- .use-arm_test-base
|
||||||
variables:
|
variables:
|
||||||
FDO_DISTRIBUTION_TAG: &armhf_test "2020-12-03-expect"
|
MESA_IMAGE_TAG: &armhf_test "2020-12-03-expect"
|
||||||
|
|
||||||
.use-armhf_test:
|
.use-armhf_test:
|
||||||
variables:
|
variables:
|
||||||
TAG: *armhf_test
|
TAG: *armhf_test
|
||||||
image: "$CI_REGISTRY_IMAGE/debian/armhf_test:$TAG"
|
image: "$CI_REGISTRY_IMAGE/debian/armhf_test:${TAG}-${MESA_TEMPLATES_COMMIT}"
|
||||||
needs:
|
needs:
|
||||||
- armhf_test
|
- armhf_test
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user