Accepting request 1094366 from home:Guillaume_G:branches:devel:tools:scm:svn

- Update _constraints to avoid some aarch64 workers for
  subversion:testsuite to avoid to hang

OBS-URL: https://build.opensuse.org/request/show/1094366
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=362
This commit is contained in:
Martin Pluskal
2023-06-21 13:03:18 +00:00
committed by Git OBS Bridge
parent 3f7402e870
commit cbee7e674d
2 changed files with 17 additions and 0 deletions

View File

@@ -5,5 +5,16 @@
<size unit="M">1024</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
<package>subversion:testsuite</package>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag>
</cpu>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 21 12:45:29 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update _constraints to avoid some aarch64 workers for
subversion:testsuite to avoid to hang
-------------------------------------------------------------------
Fri Mar 10 08:48:55 UTC 2023 - Dirk Müller <dmueller@suse.com>