Skip to content

Oniro Migration: bitbake build jobs failed on node assignment

When building with bitebake runner, and as EF infrastructure is shared among project; Sometimes it's impossible to start a job because all requirements for running a job/pod can't be satisfy like memory/cpu request.

And after a time, the job/pipeline failed.
image

That clearly a limitation of EF infrastructure, and to prevent such problem, I recommend to put that configuration in pipeline.

default:
  tags:
    - origin:eclipse
    - tool:bitbake
  retry:
    max: 2
    when: scheduler_failure

So when targetting runner building bitbake jobs, it's possible de retry (max limit define by gitlab is 2) when the scheduler failed to associate a node.