Accepting request 812950 from home:Guillaume_G:branches:server:database

- Update _constraints to make it more readable and request
  more memory for aarch64 to avoid occasionnal OOM errors on %check

OBS-URL: https://build.opensuse.org/request/show/812950
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=256
This commit is contained in:
Martin Pluskal 2020-06-10 06:40:58 +00:00 committed by Git OBS Bridge
parent f45ebb26ad
commit 600fc25949
2 changed files with 16 additions and 15 deletions

View File

@ -1,29 +1,24 @@
<constraints>
<hardware>
<disk>
<size unit="G">18</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>aarch64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">10</size>
</physicalmemory>
<memory>
<size unit="G">10</size>
</memory>
</hardware>
</overwrite>
<overwrite>
<conditions/>
<hardware>
<disk>
<size unit="G">18</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 9 14:38:20 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update _constraints to make it more readable and request
more memory for aarch64 to avoid occasionnal OOM errors on %check
-------------------------------------------------------------------
Wed Jun 3 13:32:46 UTC 2020 - pgajdos@suse.com