diff mbox

[OSSTEST,12/16] rumprun: Disable unwanted builds

Message ID 1475858096-16123-13-git-send-email-ian.jackson@eu.citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Ian Jackson Oct. 7, 2016, 4:34 p.m. UTC
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
---
 make-flight | 8 ++++++++
 1 file changed, 8 insertions(+)
diff mbox

Patch

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
 }