mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 21:48:15 +02:00
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:
parent
6701662ae0
commit
01175c38c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue