Re: [RFC PATCH v2] gitlab: add special rule for the hexagon container

2021-05-20 Thread Willian Rampazzo
On Thu, May 20, 2021 at 12:38 PM Alex Bennée  wrote:
>
> The hexagon container is always manually built but of course not
> everyone will be building it themselves and pushing to their
> registries. We still need to create a "local" registry copy for the
> actual gitlab tests to run. We don't build it in this case, just pull
> it across from the upstream registry. We disable this rule from
> running on the qemu-project itself so it doesn't accidentally wipe out
> our master copy.
>
> Fixes: 910c40ee94 ("gitlab: add build-user-hexagon test")
> Signed-off-by: Alex Bennée 
> Cc: Cornelia Huck 
>
> ---
> v2
>   - fix silly typo
> ---
>  .gitlab-ci.d/containers.yml | 27 +++
>  .gitlab-ci.yml  |  2 ++
>  2 files changed, 29 insertions(+)
>

Reviewed-by: Willian Rampazzo 




Re: [RFC PATCH v2] gitlab: add special rule for the hexagon container

2021-05-20 Thread Cornelia Huck
On Thu, 20 May 2021 16:38:31 +0100
Alex Bennée  wrote:

> The hexagon container is always manually built but of course not
> everyone will be building it themselves and pushing to their
> registries. We still need to create a "local" registry copy for the
> actual gitlab tests to run. We don't build it in this case, just pull
> it across from the upstream registry. We disable this rule from
> running on the qemu-project itself so it doesn't accidentally wipe out
> our master copy.
> 
> Fixes: 910c40ee94 ("gitlab: add build-user-hexagon test")
> Signed-off-by: Alex Bennée 
> Cc: Cornelia Huck 
> 
> ---
> v2
>   - fix silly typo
> ---
>  .gitlab-ci.d/containers.yml | 27 +++
>  .gitlab-ci.yml  |  2 ++
>  2 files changed, 29 insertions(+)

Thanks, that got me over my problems when triggering the CI.

Tested-by: Cornelia Huck