Drop armhf build and test jobs from tests of branches:
- qemu-upstream-unstable
- qemu-upstream-4.2-testing
- qemu-upstream-4.3-testing
- linux-3.10
- linux-3.4
In principal these are harmless but in practice they are stretching our
available armhf build resources very thin. In addition spurious armhf failures
now won't affect these branches.
Drop non-armhf arch builds and tests from linux-arm-xen.
case "$arch" in
armhf)
+ case "$branch" in
+ linux-arm-xen) ;;
+ linux-*) continue;;
+ qemu-*) continue;;
+ esac
case "$xenbranch" in
xen-3.*-testing) continue;;
xen-4.0-testing) continue;;
"
;;
*)
+ case "$branch" in
+ linux-arm-xen) continue;;
+ esac
pvops_kernel="
tree_linux=$TREE_LINUX
revision_linux=${REVISION_LINUX:-${DEFAULT_REVISION_LINUX}}
xen-4.2-testing) continue;;
*) ;;
esac
+ case "$branch" in
+ linux-arm-xen) ;;
+ linux-*) continue;;
+ qemu-*) continue;;
+ esac
;;
i386)
# 32-bit Xen is dropped from 4.3 onwards
xen-4.2-testing) ;;
*) continue ;;
esac
+ case "$branch" in
+ linux-arm-xen) continue;;
+ esac
;;
+ amd64)
+ case "$branch" in
+ linux-arm-xen) continue;;
+ esac
esac
case "$xenarch" in