qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 29/30] gitlab: limit re-builds of the containers
Date: Mon, 29 Jun 2020 12:01:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0

On 6/26/20 8:13 PM, Alex Bennée wrote:
> Most of the time we are just rebuilding the same things. We can skip
> this although currently there is no mechanism for picking up new
> distro releases.
> 
> Rather than try to be too fine grained allow any change to trigger all
> the images being rebuilt.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>

> ---
>  .gitlab-ci.d/containers.yml | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.gitlab-ci.d/containers.yml b/.gitlab-ci.d/containers.yml
> index 20b2fb1de5d..f56aa44f711 100644
> --- a/.gitlab-ci.d/containers.yml
> +++ b/.gitlab-ci.d/containers.yml
> @@ -19,6 +19,10 @@
>      - docker push "$TAG"
>    after_script:
>      - docker logout
> +  only:
> +    changes:
> +      - .gitlab-ci.d/containers.yml
> +      - tests/docker/*
>  
>  amd64-centos7-container:
>    <<: *container_job_definition
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]