[igt-dev] [PATCH i-g-t] gitlab-ci: Depend docker images jobs on .gitlab-ci.yaml too
Daniel Vetter
daniel.vetter at ffwll.ch
Wed Oct 31 13:32:23 UTC 2018
Otherwise it's really hard to get these jobs to run when you need them
too because you changed something with the build instructions.
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
.gitlab-ci.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2c17ec613128..b41df37e6d7c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -124,6 +124,7 @@ containers:igt-debian:
only:
changes:
- Dockerfile.debian
+ - .gitlab-ci.yml
services:
- docker:dind
variables:
@@ -140,6 +141,7 @@ containers:igt-debian-arm64:
only:
changes:
- Dockerfile.debian-arm64
+ - .gitlab-ci.yml
services:
- docker:dind
variables:
@@ -156,6 +158,7 @@ containers:igt-fedora:
only:
changes:
- Dockerfile.fedora
+ - .gitlab-ci.yml
services:
- docker:dind
variables:
--
2.19.1
More information about the igt-dev
mailing list