|
@@ -217,6 +217,36 @@ avocado-system-opensuse:
|
|
MAKE_CHECK_ARGS: check-avocado
|
|
MAKE_CHECK_ARGS: check-avocado
|
|
AVOCADO_TAGS: arch:s390x arch:x86_64 arch:aarch64
|
|
AVOCADO_TAGS: arch:s390x arch:x86_64 arch:aarch64
|
|
|
|
|
|
|
|
+#
|
|
|
|
+# Flaky tests. We don't run these by default and they are allow fail
|
|
|
|
+# but often the CI system is the only way to trigger the failures.
|
|
|
|
+#
|
|
|
|
+
|
|
|
|
+build-system-flaky:
|
|
|
|
+ extends:
|
|
|
|
+ - .native_build_job_template
|
|
|
|
+ - .native_build_artifact_template
|
|
|
|
+ needs:
|
|
|
|
+ job: amd64-debian-container
|
|
|
|
+ variables:
|
|
|
|
+ IMAGE: debian
|
|
|
|
+ QEMU_JOB_OPTIONAL: 1
|
|
|
|
+ TARGETS: aarch64-softmmu arm-softmmu mips64el-softmmu
|
|
|
|
+ ppc64-softmmu rx-softmmu s390x-softmmu sh4-softmmu x86_64-softmmu
|
|
|
|
+ MAKE_CHECK_ARGS: check-build
|
|
|
|
+
|
|
|
|
+avocado-system-flaky:
|
|
|
|
+ extends: .avocado_test_job_template
|
|
|
|
+ needs:
|
|
|
|
+ - job: build-system-flaky
|
|
|
|
+ artifacts: true
|
|
|
|
+ allow_failure: true
|
|
|
|
+ variables:
|
|
|
|
+ IMAGE: debian
|
|
|
|
+ MAKE_CHECK_ARGS: check-avocado
|
|
|
|
+ QEMU_JOB_OPTIONAL: 1
|
|
|
|
+ QEMU_TEST_FLAKY_TESTS: 1
|
|
|
|
+ AVOCADO_TAGS: flaky
|
|
|
|
|
|
# This jobs explicitly disable TCG (--disable-tcg), KVM is detected by
|
|
# This jobs explicitly disable TCG (--disable-tcg), KVM is detected by
|
|
# the configure script. The container doesn't contain Xen headers so
|
|
# the configure script. The container doesn't contain Xen headers so
|