Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 make-flight | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/make-flight b/make-flight
index 17c3ce1..1c53737 100755
--- a/make-flight
+++ b/make-flight
@@ -83,6 +83,14 @@ job_create_build_filter_callback () {
         *)                     return 1 ;;
       esac
     ;;
+    rumprun)
+      case "$job" in
+        build-*-pvops)         ;;
+        build-*-rumprun)       ;;
+        build-*-*)             return 1 ;;
+        *)                     ;;
+      esac
+    ;;
   esac
   return 0
 }
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to