An error occurred while fetching the assigned iteration of the selected issue.
Gitlab diskspace monitor error while building yocto
I am a free GitLab user trying to explore GitLab CI/CD. I tried building Yocto image building using "bitbake core-image-minimal" with GitLab CI pipeline. Every time I am getting diskspace error. How the diskspace in pipeline can be increased or diskspace can be increased for only premium or pro customers? Please find the error attached below
NOTE: recipe libice-1_1.0.10-r0: task do_configure: Started
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/tmp (/dev/sda1) is running low (0.994GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/downloads (/dev/sda1) is running low (0.994GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/sstate-cache (/dev/sda1) is running low (0.994GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
NOTE: recipe libice-1_1.0.10-r0: task do_configure: Succeeded
WARNING: The free space of /tmp (overlay) is running low (0.089GB left)
ERROR: No new tasks can be executed since the disk space monitor action is "STOPTASKS"!
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/tmp (/dev/sda1) is running low (0.089GB left)
ERROR: Immediately abort since the disk space monitor action is "ABORT"!
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/downloads (/dev/sda1) is running low (0.089GB left)
WARNING: The free space of /builds/ganeshredcobra/rcc_rpi/yocto/poky/build-qemuarm/sstate-cache (/dev/sda1) is running low (0.089GB left)
ERROR: Immediately abort since the disk space monitor action is "ABORT"!
ERROR: Immediately abort since the disk space monitor action is "ABORT"!
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Sending SIGTERM to remaining 1 tasks
NOTE: Tasks Summary: Attempted 944 tasks of which 0 didn't need to be rerun and all succeeded.
Summary: There were 9 WARNING messages shown.
Summary: There were 7 ERROR messages shown, returning a non-zero exit code.