ceph/_constraints
Nathan Cutler 2fcfcf76f9 Accepting request 415548 from home:dimstar:branches:filesystems:ceph
Please consider to merge this:
* by not producing the static libs in first place, we can drop the disk requirements < 20GB
* By demanding only 8GB of RAM, we get a lot more workers to choose from

Together with the logic in the .spec to assign less parallel tasks with less RAM, this actually even speeds up a lot - we can get much faster workers to do tje job (branch built in 1200s less than filesystems:ceph)

OBS-URL: https://build.opensuse.org/request/show/415548
OBS-URL: https://build.opensuse.org/package/show/filesystems:ceph/ceph?expand=0&rev=50
2016-08-01 14:20:05 +00:00

35 lines
589 B
XML

<?xml version="1.0"?>
<constraints>
<sandbox>kvm</sandbox>
<overwrite>
<conditions>
<package>ceph</package>
</conditions>
<hardware>
<disk>
<size unit="M">19950</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<package>ceph-test</package>
</conditions>
<hardware>
<disk>
<size unit="G">40</size>
</disk>
<memory>
<size unit="G">11</size>
</memory>
</hardware>
</overwrite>
</constraints>