Commit 2d3b5d66 authored by Ophélie Gagnard's avatar Ophélie Gagnard

obs/fluent-bit: Add a constraints for OBS KVM.

Fix random error "No space left on device".
For documentation, see
https://openbuildservice.org/help/manuals/obs-user-guide/cha.obs.build_job_constraints.html
For a case on OBS forum, see
https://forums.opensuse.org/t/obs-build-build-vm-line-427-echo-write-error-no-space-left-on-device/140717
parent 716b7749
Pipeline #25558 failed with stage
in 0 seconds
<constraints>
<hardware>
<disk>
<size unit="G">16</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
</constraints>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment