public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] gitlab-ci: Depend docker images jobs on .gitlab-ci.yaml too
@ 2018-10-31 13:32 Daniel Vetter
  2018-10-31 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Daniel Vetter @ 2018-10-31 13:32 UTC (permalink / raw)
  To: IGT development; +Cc: Daniel Vetter

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@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

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-21 12:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-31 13:32 [igt-dev] [PATCH i-g-t] gitlab-ci: Depend docker images jobs on .gitlab-ci.yaml too Daniel Vetter
2018-10-31 18:37 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2018-11-01  3:27 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2018-11-21 12:18 ` [igt-dev] [PATCH i-g-t] " Daniel Vetter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox