Update macros.
* Remove %_without_hardening_test as f30 was removed from the buildroot. * Add %test_timeout_scale to improve unstable tests by timeout in ruby.
This commit is contained in:
parent
103d051a9c
commit
9fc1507458
1 changed files with 4 additions and 3 deletions
|
|
@ -19,10 +19,9 @@ data:
|
|||
dependencies:
|
||||
- buildrequires:
|
||||
# platform: [] is recommended.
|
||||
# But set "-f28" to avoid the build failure as a temporary workflow.
|
||||
platform: [-f28]
|
||||
platform: [-el8]
|
||||
requires:
|
||||
platform: [-f28]
|
||||
platform: [-el8]
|
||||
components:
|
||||
# SRPMs
|
||||
rpms:
|
||||
|
|
@ -75,6 +74,8 @@ data:
|
|||
macros: |
|
||||
# To disable tests in several packages.
|
||||
%_without_tests 1
|
||||
# To avoid the test faiures by timeout in ruby.
|
||||
%test_timeout_scale 6
|
||||
api:
|
||||
# RPMs
|
||||
# From *.spec %package
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue