gitlab-ci: Document that ci-templates refs must be in sync
authorMichel Dänzer <mdaenzer@redhat.com>
Thu, 7 Nov 2019 19:25:10 +0000 (20:25 +0100)
committerMichel Dänzer <michel@daenzer.net>
Fri, 15 Nov 2019 15:06:54 +0000 (16:06 +0100)
Otherwise there can be weird breakage.

(Removing the include from .gitlab-ci/lava-gitlab-ci.yml doesn't seem
possible unfortunately:
https://gitlab.freedesktop.org/daenzer/mesa/pipelines/79458)

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
.gitlab-ci.yml
.gitlab-ci/lava-gitlab-ci.yml

index b8646f79718da13e3451a2837165773990603482..11189135e6df17d8f73b51d114c4bbb38050de90 100644 (file)
@@ -29,6 +29,7 @@ variables:
 
 include:
   - project: 'wayland/ci-templates'
+    # Must be the same as in .gitlab-ci/lava-gitlab-ci.yml
     ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c
     file: '/templates/debian.yml'
 
index e9b324b60c46fded1afa09a4ab44c5fa02127287..342e7f0775023cea67e451348dc5206fd50cb26a 100644 (file)
@@ -4,6 +4,7 @@ variables:
 
 include:
   - project: 'wayland/ci-templates'
+    # Must be the same as in .gitlab-ci.yml
     ref: 1f7f57c64ff4ebbf7292e3b7a13600518b8cb24c
     file: '/templates/debian.yml'