Mesa (master): ci: Define global variable MESA_TEMPLATES_COMMIT for ci-templates commit

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Dec 5 10:18:43 UTC 2020


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Thu Dec  3 17:30:56 2020 +0100

ci: Define global variable MESA_TEMPLATES_COMMIT for ci-templates commit

No functional change.

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7902>

---

 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 655a769e7a5..e7177d9f933 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,6 @@
 variables:
   FDO_UPSTREAM_REPO: mesa/mesa
+  MESA_TEMPLATES_COMMIT: &ci-templates-commit 43ac932d5b8ebf43040d302de3c6e734df178384
   CI_PRE_CLONE_SCRIPT: |-
           set -o xtrace
           /usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | sh -
@@ -7,7 +8,7 @@ variables:
 
 include:
   - project: 'freedesktop/ci-templates'
-    ref: 43ac932d5b8ebf43040d302de3c6e734df178384
+    ref: *ci-templates-commit
     file:
       - '/templates/ci-fairy.yml'
   - project: 'freedesktop/ci-templates'



More information about the mesa-commit mailing list