Xen 4.4 is the oldest one that we still provide security support at this
point in time.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
esac
}
+branch_wants_xtf_tests () {
+ case "$branch" in
+ osstest*) return 0;;
+ xen-*) return 0;;
+ xtf*) return 0;;
+ *) return 1;;
+ esac
+}
+
job_create_build () {
job_create_build_filter_callback "$@" || return 0
fi
+ if branch_wants_xtf_tests; then
+ # Only x86, build once for amd64 and use the same result for
+ # both amd64 and i386
+ if [ x$arch = xamd64 ] ; then
+ job_create_build build-$arch-xtf build-xtf \
+ arch=$arch \
+ $RUNVARS $BUILD_RUNVARS $BUILD_XTF_RUNVARS $arch_runvars \
+ $hostos_runvars \
+ host_hostflags=$build_hostflags \
+ tree_xtf=$TREE_XTF \
+ revision_xtf=$REVISION_XTF
+ fi
+ fi
+
if branch_wants_rumpkernel_tests; then
case $arch in