* [OSSTEST PATCH] rumprun: Be more optimistic in allows
@ 2016-11-29 17:09 Ian Jackson
0 siblings, 0 replies; only message in thread
From: Ian Jackson @ 2016-11-29 17:09 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson
The old rumpuserxen allow file (which wants to override the global
ignore for the xenstorels.repeat failure) was no longer effective
because the branch name (in the filename) was out of date. Fix that.
Also no longer ignore one-off xenstorels failures in the primary
branches. The failure probability seems really very low now.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
allow.all | 1 -
allow.rumprun | 1 +
allow.rumpuserxen | 1 -
3 files changed, 1 insertion(+), 2 deletions(-)
create mode 100644 allow.rumprun
delete mode 100644 allow.rumpuserxen
diff --git a/allow.all b/allow.all
index c4a2854..1e3e378 100644
--- a/allow.all
+++ b/allow.all
@@ -2,6 +2,5 @@ test-@@-rtds@@
build-@@ logs-capture@@
test-@@-pcipt@@
test-@@-qemuu-@@ guest-localmigrate
-test-@@-rumprun@@ rumprun-demo-xenstorels/xenstorels
test-@@-win7-@@ guest-stop
test-@@-rumprun-@@ rumprun-demo-xenstorels/xenstorels.repeat
diff --git a/allow.rumprun b/allow.rumprun
new file mode 100644
index 0000000..436417b
--- /dev/null
+++ b/allow.rumprun
@@ -0,0 +1 @@
+!test-@@-rumprun-@@ rumprun-demo-xenstorels/xenstorels.repeat
diff --git a/allow.rumpuserxen b/allow.rumpuserxen
deleted file mode 100644
index 436417b..0000000
--- a/allow.rumpuserxen
+++ /dev/null
@@ -1 +0,0 @@
-!test-@@-rumprun-@@ rumprun-demo-xenstorels/xenstorels.repeat
--
2.1.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-29 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-29 17:09 [OSSTEST PATCH] rumprun: Be more optimistic in allows Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).