Accepting request 728600 from home:StefanBruens:branches:server:database

Instead of waiting hours for one of 6 compliant workers, allow slightly longer build time due to using swap on one of the immediately available workers, reducing the average time to completion.

This also avoids fighting for a fast worker with the packages really needing a worker with much memory.

OBS-URL: https://build.opensuse.org/request/show/728600
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=237
This commit is contained in:
Martin Pluskal 2019-09-06 06:47:07 +00:00 committed by Git OBS Bridge
parent 66949ef81c
commit d6250d1a44
2 changed files with 13 additions and 1 deletions

View File

@ -7,8 +7,11 @@
</conditions>
<hardware>
<physicalmemory>
<size unit="G">10</size>
<size unit="G">6</size>
</physicalmemory>
<memory>
<size unit="G">10</size>
</memory>
</hardware>
</overwrite>
@ -18,6 +21,9 @@
<disk>
<size unit="G">13</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 5 21:43:14 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use <memory> instead of <physicalmemory> for _constraints, increasing
the worker pool on x86_64 from 6 to >700.
-------------------------------------------------------------------
Thu Aug 8 10:06:04 UTC 2019 - Kristyna Streitova <kstreitova@suse.com>