mirror of
https://github.com/mii443/qemu.git
synced 2025-09-01 14:49:23 +00:00
gitlab: add optional job to run flaky avocado tests
One problem with flaky tests is they often only fail under CI conditions which makes it hard to debug. We add an optional allow_fail job so developers can trigger the only the flaky tests in the CI environment if they are debugging. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Acked-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231201093633.2551497-8-alex.bennee@linaro.org>
This commit is contained in:
@ -1425,6 +1425,7 @@ class BootLinuxConsole(LinuxKernelTest):
|
||||
"""
|
||||
:avocado: tags=arch:sh4
|
||||
:avocado: tags=machine:r2d
|
||||
:avocado: tags=flaky
|
||||
"""
|
||||
tar_hash = 'fe06a4fd8ccbf2e27928d64472939d47829d4c7e'
|
||||
self.vm.add_args('-append', 'console=ttySC1')
|
||||
|
Reference in New Issue
Block a user