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 until someone comes up with a proper fix.
Copying the original author of the CFI work... > > Signed-off-by: Thomas Huth <[email protected]> > --- > .gitlab-ci.d/buildtest.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml > index 63f1903f07..3537c6f1a1 100644 > --- a/.gitlab-ci.d/buildtest.yml > +++ b/.gitlab-ci.d/buildtest.yml > @@ -416,6 +416,12 @@ build-cfi-aarch64: > expire_in: 2 days > paths: > - build > + rules: > + # FIXME: This job is often failing, likely due to out-of-memory problems > in > + # the constraint containers of the shared runners. Thus this is marked as s/constraint/constrained/ > + # manual until the situation has been solved. > + - when: manual > + allow_failure: true > > check-cfi-aarch64: > extends: .native_test_job_template > @@ -452,6 +458,12 @@ build-cfi-ppc64-s390x: > expire_in: 2 days > paths: > - build > + rules: > + # FIXME: This job is often failing, likely due to out-of-memory problems > in > + # the constraint containers of the shared runners. Thus this is marked as s/constraint/constrained/ > + # manual until the situation has been solved. > + - when: manual > + allow_failure: true > > check-cfi-ppc64-s390x: > extends: .native_test_job_template Reviewed-by: Daniel P. Berrangé <[email protected]> Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
