gitlab-ci.yml: Only run one test-case per fuzzer
authorAlexander Bulekov <alxndr@bu.edu>
Fri, 2 Oct 2020 14:35:24 +0000 (10:35 -0400)
committerThomas Huth <thuth@redhat.com>
Tue, 13 Oct 2020 06:08:55 +0000 (08:08 +0200)
commit320c6e78930e588c548f7bfe84f43fe5dfe2e5ad
tree27723ca034486af5535ec57f4f924be4c4f037f3
parent4f3ccd4f166c12ae2bbdf21af3a16da8a7f16a78
gitlab-ci.yml: Only run one test-case per fuzzer

With 1000 runs, there is a non-negligible chance that the fuzzer can
trigger a crash. With this CI job, we care about catching build/runtime
issues in the core fuzzing code. Actual device fuzzing takes place on
oss-fuzz. For these purposes, only running one input should be
sufficient.

Signed-off-by: Alexander Bulekov <alxndr@bu.edu>
Suggested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20201002143524.56930-1-alxndr@bu.edu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml