From 00023a5af6ffdd5dc5d3480d87be71fcd5b99864 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 3 Mar 2015 13:15:27 +0000 Subject: [PATCH] allow files: Allow all libvirt test failures on other branches We have a problem where virtd crashes, and this is causing problems for other branches. So ignore libvirt test failures. Use the new ability to override allowances to cause libvirt failures to still block libvirt pushes. Signed-off-by: Ian Jackson --- allow.all | 2 +- allow.libvirt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 allow.libvirt diff --git a/allow.all b/allow.all index fd2aa25..aab5721 100644 --- a/allow.all +++ b/allow.all @@ -2,4 +2,4 @@ test-@@-sedf@@ build-@@ logs-capture@@ test-@@-pcipt@@ test-@@-qemuu-@@ guest-localmigrate -test-@@-libvirt@@ guest-start +test-@@-libvirt@@ diff --git a/allow.libvirt b/allow.libvirt new file mode 100644 index 0000000..abc7669 --- /dev/null +++ b/allow.libvirt @@ -0,0 +1 @@ +!test-@@-libvirt@@ -- 2.39.5