Accepting request 418289 from home:dimstar:Factory

- Update _constraints file: set the 25GB HDD / 4GB RAM limit as
  general requirement (global) which only aarch64 overrides at the
  moment. Prior, there was no 'default' limit set and all archs
  were exceptions.

This helps at least ppc64le, which was not part of the limit group and
attempted to build on a 4.5GB worker - unsuccessful.

Any new arch appering will be bound to the same, new, global limits now.

OBS-URL: https://build.opensuse.org/request/show/418289
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=423
This commit is contained in:
Tomáš Chvátal 2016-08-10 12:54:18 +00:00 committed by Git OBS Bridge
parent b44265a85e
commit e3c8784527
2 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,12 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
<overwrite>
<conditions>
@ -14,19 +22,4 @@
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>ppc64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">25</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Aug 10 11:21:14 UTC 2016 - dimstar@opensuse.org
- Update _constraints file: set the 25GB HDD / 4GB RAM limit as
general requirement (global) which only aarch64 overrides at the
moment. Prior, there was no 'default' limit set and all archs
were exceptions.
-------------------------------------------------------------------
Mon Aug 1 08:41:48 UTC 2016 - tchvatal@suse.com