Mesa (master): gitlab-ci: Update to latest ci-templates HEAD

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Feb 5 11:15:21 UTC 2020


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

Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Fri Jan 31 16:57:31 2020 +0100

gitlab-ci: Update to latest ci-templates HEAD

Among other things, this increases robustness when copying a docker
image from the main Mesa project to a forked project, avoiding spurious
image rebuilds from scratch.

Also drop the comment about .gitlab-ci/lava-gitlab-ci.yml, it doesn't
include the templates anymore.

Reviewed-by: Adam Jackson <ajax at redhat.com>
Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3643>

---

 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7ed0e1f789d..c7cf8eefe38 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,8 +3,7 @@ variables:
 
 include:
   - project: 'wayland/ci-templates'
-    # Must be the same as in .gitlab-ci/lava-gitlab-ci.yml
-    ref: 0a9bdd33a98f05af6761ab118b5074952242aab0
+    ref: b7030c2cd0d6ccc5f6d4f8299bafa4daa9240d71
     file: '/templates/debian.yml'
   - local: '.gitlab-ci/lava-gitlab-ci.yml'
 



More information about the mesa-commit mailing list