Re: [PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual

2021-07-30 Thread Daniele Buono
I agree, making these manual tasks until we find a fix for this is the only solution I can think of too. Daniele On 7/28/2021 3:51 AM, Thomas Huth wrote: These two jobs are currently failing very often - the linker seems to get killed due to out-of-memory problems. Since apparently nobody has

Re: [PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual

2021-07-28 Thread Willian Rampazzo
On Wed, Jul 28, 2021 at 4:51 AM Thomas Huth wrote: > > These two jobs are currently failing very often - the linker seems to > get killed due to out-of-memory problems. Since apparently nobody has > currently an idea how to fix that nicely, let's mark the jobs as manual > for the time being until

Re: [PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual

2021-07-28 Thread Philippe Mathieu-Daudé
On 7/28/21 9:51 AM, Thomas Huth wrote: > These two jobs are currently failing very often - the linker seems to > get killed due to out-of-memory problems. Since apparently nobody has > currently an idea how to fix that nicely, let's mark the jobs as manual > for the time being until someone comes u

Re: [PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual

2021-07-28 Thread Daniel P . Berrangé
On Wed, Jul 28, 2021 at 09:51:41AM +0200, Thomas Huth wrote: > These two jobs are currently failing very often - the linker seems to > get killed due to out-of-memory problems. Since apparently nobody has > currently an idea how to fix that nicely, let's mark the jobs as manual > for the time being

[PATCH] gitlab-ci.d/buildtest: Mark the aarch64 and ppc64-s390x CFI jobs as manual

2021-07-28 Thread Thomas Huth
These two jobs are currently failing very often - the linker seems to get killed due to out-of-memory problems. Since apparently nobody has currently an idea how to fix that nicely, let's mark the jobs as manual for the time being until someone comes up with a proper fix. Signed-off-by: Thomas Hut