Accepting request 839248 from home:StefanBruens:branches:graphics

- Clean up constraints:
  * Remove ppc64le specific memory bound, use global 4GB limit.
  * Add memoryperjob constraint, some ppc64{,le} workers have
    a high core-to-memory ratio.

OBS-URL: https://build.opensuse.org/request/show/839248
OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=71
This commit is contained in:
Stefan Brüns 2020-10-04 13:41:43 +00:00 committed by Git OBS Bridge
parent 65a087e248
commit 4ea59edee7
2 changed files with 14 additions and 10 deletions

View File

@ -3,16 +3,12 @@
<disk>
<size unit="G">5</size>
</disk>
<memory>
<size unit="M">4000</size>
</memory>
<memoryperjob>
<size unit="M">800</size>
</memoryperjob>
</hardware>
<overwrite>
<conditions>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="M">4800</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Oct 2 23:17:32 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Clean up constraints:
* Remove ppc64le specific memory bound, use global 4GB limit.
* Add memoryperjob constraint, some ppc64{,le} workers have
a high core-to-memory ratio.
-------------------------------------------------------------------
Tue Sep 8 11:58:49 UTC 2020 - Alexei Sorokin <sor.alexei@meowr.ru>