[ovs-dev] [PATCH] github: Don't fail the job if 'apt update' failed.

Aaron Conole aconole at redhat.com
Mon Feb 1 14:08:02 UTC 2021


Ilya Maximets <i.maximets at ovn.org> writes:

> Some repositories that are enabled in GHA are not stable and lead
> to 'apt update' failures:
>
>   E: The repository
>      'https://apt.postgresql.org/pub/repos/apt bionic-pgdg Release'
>      no longer has a Release file.
>
> This causes the job failure.
> In most cases we don't really need any packages from these failed
> repositories, so we could try to continue the job.
>
> Proviously this kind of failures happened on older branches with
> ubuntu 16.04 base image, so we have this workaround already there.
> Now it started to fail on bionic images, so fixing there too.
>
> Fixes: 02f76fb42ae9 ("github: Fix Ubuntu package installation.")
> Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
> ---

Acked-by: Aaron Conole <aconole at redhat.com>

Incidentally, I was sure there was a way to ignore this condition (with
something like -m instead), but that started me down a rabbit hole and I
wasn't able to find the option anywhere.



More information about the dev mailing list