CI Tests: changes recommend to require for several tests
This commit is contained in:
parent
af3beceadc
commit
ffce034896
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user