mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-30 13:31:52 -06: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:
parent
aeb5f8f248
commit
5d25fcb702
14 changed files with 57 additions and 7 deletions
|
@ -57,6 +57,8 @@ class LinuxInitrd(QemuSystemTest):
|
|||
|
||||
def test_with_2gib_file_should_work_with_linux_v4_16(self):
|
||||
"""
|
||||
:avocado: tags=flaky
|
||||
|
||||
QEMU has supported up to 4 GiB initrd for recent kernel
|
||||
Expect guest can reach 'Unpacking initramfs...'
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue