/usr/share/obs/docs/api/constraints.xml is in obs-api 2.7.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | <?xml version="1.0" encoding="UTF-8"?>
<constraints>
<hostlabel>reference_benchmark_host</hostlabel>
<sandbox exclude="true">chroot</sandbox>
<linux>
<version>
<max>3.42</max>
<min>1.0</min>
</version>
<flavor>default</flavor>
</linux>
<hardware>
<cpu>
<flag>fpu</flag>
<flag>mmx</flag>
</cpu>
<processors>2</processors>
<disk>
<size unit="T">1</size>
</disk>
<memory>
<size unit="G">1.5</size>
</memory>
<physicalmemory>
<size unit="M">512</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>i586</arch> <!-- applies only for either i586 or x86_64 packages -->
<arch>x86_64</arch>
<package>kernel-default</package> <!-- and they must be build either as kernel-default or kernel-smp package -->
<package>kernel-smp</package>
</conditions>
<hardware>
<processors>8</processors>
<disk>
<size unit="T">2</size>
</disk>
</hardware>
</overwrite>
</constraints>
|