|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 12/16] rumprun: Disable unwanted builds
Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
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@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |