[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 3/3] 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 <Ian.Jackson@xxxxxxxxxxxxx> --- 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@@ -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |