[igt-dev] [PATCH i-g-t] gitlab-ci: Depend docker images jobs on .gitlab-ci.yaml too
Daniel Vetter
daniel at ffwll.ch
Wed Nov 21 12:18:01 UTC 2018
On Wed, Oct 31, 2018 at 02:32:23PM +0100, Daniel Vetter wrote:
> 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>
Pushed with Arek's irc ack.
-Daniel
> ---
> .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
>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
More information about the igt-dev
mailing list