Mesa (master): ci: Adapt armhf_test job to MESA_TEMPLATES_COMMIT related changes

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Dec 10 08:38:52 UTC 2020


Module: Mesa
Branch: master
Commit: 01175c38c2db582289d6798eb5fdbe5e559331a6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=01175c38c2db582289d6798eb5fdbe5e559331a6

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Dec  8 17:18:47 2020 +0100

ci: Adapt armhf_test job to MESA_TEMPLATES_COMMIT related changes

I missed this before somehow.

Fixes: 0781d9825b31 "ci: Append $MESA_TEMPLATES_COMMIT to image tags"
Reviewed-by: Andres Gomez <agomez at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7957>

---

 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7db6a4498e..0f5c10a004a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
 



More information about the mesa-commit mailing list