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

2021-02-01 Thread Aaron Conole
Ilya Maximets writes: > On 2/1/21 3:08 PM, Aaron Conole wrote: >> Ilya Maximets 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' >>>

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

2021-02-01 Thread Ilya Maximets
On 2/1/21 12:56 PM, Ilya Maximets wrote: > 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 failu

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

2021-02-01 Thread Ilya Maximets
On 2/1/21 3:08 PM, Aaron Conole wrote: > Ilya Maximets 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.

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

2021-02-01 Thread David Marchand
On Mon, Feb 1, 2021 at 3:22 PM Ilya Maximets wrote: > On 2/1/21 3:12 PM, David Marchand wrote: > > Do you want to send the fix for DPDK? > > Sorry, I have no much time for it right now. And since this blocks CI, > this needs to be fixed ASAP, so it's better if you or someone else will > prepare t

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

2021-02-01 Thread Ilya Maximets
On 2/1/21 3:12 PM, David Marchand wrote: > On Mon, Feb 1, 2021 at 12:56 PM Ilya Maximets wrote: >> >> 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' >>

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

2021-02-01 Thread David Marchand
On Mon, Feb 1, 2021 at 12:56 PM Ilya Maximets wrote: > > 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

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

2021-02-01 Thread Aaron Conole
Ilya Maximets 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

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

2021-02-01 Thread Ilya Maximets
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