- Add constraints for testsuite to not run out of mem/disk space

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal 2019-02-20 09:28:32 +00:00 committed by Git OBS Bridge
parent 5bf4d817ee
commit 9d89b4d70a
2 changed files with 15 additions and 0 deletions

10
_constraints Normal file
View File

@ -0,0 +1,10 @@
<constraints>
<hardware>
<physicalmemory>
<size unit="G">5</size>
</physicalmemory>
<disk>
<size unit="G">5</size>
</disk>
</hardware>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 20 09:28:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add constraints for testsuite to not run out of mem/disk space
-------------------------------------------------------------------
Tue Feb 19 12:52:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>