CI Tests: changes recommend to require for several tests

This commit is contained in:
Sergey Kolosov 2023-04-04 15:55:00 +02:00
parent af3beceadc
commit ffce034896
3 changed files with 5 additions and 3 deletions

View File

@ -9,8 +9,9 @@ component:
- glibc
test: ./runtest.sh
framework: beakerlib
recommend:
require:
- glibc
- elfutils
duration: 1h
extra-summary: /tools/glibc/Regression/bz1561018-glibc-Enable-annobin-annotations
extra-task: /tools/glibc/Regression/bz1561018-glibc-Enable-annobin-annotations

View File

@ -12,7 +12,7 @@ component:
- glibc
test: ./runtest.sh
framework: beakerlib
recommend:
require:
- gcc
- glibc
- glibc-devel

View File

@ -9,9 +9,10 @@ component:
- glibc
test: ./runtest.sh
framework: beakerlib
recommend:
require:
- glibc
- glibc-debuginfo
recommend:
- glibc-debuginfo.i686
- glibc-debuginfo.x86_64
duration: 10m