b410fdab03
gating.yaml only use tier0.functional, not scratch-build.validation. The scratch-build.validation is for rebuilding the kernel, we don't really need that as gating rule, since valgrind isn't part of the kernel build chain. plans/ci.fmf: Use tmt, not beakerlib, for how. beakerlib is deprecated. tests/quick-valgrind-sanity/main.fmf recommend only valgrind[-devel], gcc and make This test doesn't use c++, fortran or 32bit glibc-devel.
17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
summary: Basic smoke test.
|
|
description: 'Very fast check that valgrind is working'
|
|
contact:
|
|
- Alexandra Petlanova Hajkova <ahajkova@redhat.com>
|
|
component:
|
|
- valgrind
|
|
test: ./runtest.sh
|
|
framework: beakerlib
|
|
recommend:
|
|
- valgrind
|
|
- valgrind-devel
|
|
- gcc
|
|
- make
|
|
duration: 15m
|
|
extra-summary: /tools/valgrind/Sanity/quick-valgrind-sanity
|
|
extra-task: /tools/valgrind/Sanity/quick-valgrind-sanity
|