summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMichel Dänzer <mdaenzer@redhat.com>2019-11-07 20:25:10 +0100
committerMichel Dänzer <michel@daenzer.net>2019-11-15 16:06:54 +0100
commit670277846dcf6ed3e80c0c6037a23c4d34ff558d (patch)
treedaf2886a10df9b9f14accd639513396d473794e2 /.gitlab-ci.yml
parent7d24cef20025d7d58a4e9ceac321e5a82c732ee2 (diff)
gitlab-ci: Document that ci-templates refs must be in sync
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>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b8646f79718..11189135e6d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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'