[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 2/3] gitlab: add fine grained job deps for all build jobs
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v2 2/3] gitlab: add fine grained job deps for all build jobs |
Date: |
Tue, 16 Feb 2021 14:33:07 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 2/16/21 2:29 PM, Daniel P. Berrangé wrote:
> This allows the build jobs to start running as soon as their respective
> container image is ready, instead of waiting for all container builds
> to finish.
>
> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
> ---
> .gitlab-ci.d/crossbuilds.yml | 46 ++++++++++++++++++++++++++++
> .gitlab-ci.yml | 58 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 104 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>