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 - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- glibc - glibc
- elfutils
duration: 1h duration: 1h
extra-summary: /tools/glibc/Regression/bz1561018-glibc-Enable-annobin-annotations extra-summary: /tools/glibc/Regression/bz1561018-glibc-Enable-annobin-annotations
extra-task: /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 - glibc
test: ./runtest.sh test: ./runtest.sh
framework: beakerlib framework: beakerlib
recommend: require:
- gcc - gcc
- glibc - glibc
- glibc-devel - glibc-devel

View File

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