to select just a single machine.
Change-Id: I76d884c800c7e130420e13b8d7d431803facfe7d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
# The 'real' machine name
export TARGETMACHINE=${MACHINE}
+# bail out if we're not the 'BUILDONLY' machine
+if test -n "${BUILDONLY}" ; then
+ if test x"ignore" != x"${BUILDONLY}" ; then
+ if test x"${MACHINE}" != x"${BUILDONLY}" ; then
+ echo "Skipping ${MACHINE} as BUILDONLY is ${BUILDONLY}."
+ exit 1
+ fi
+ fi
+fi
+
# The exceptions
if $NOGFX; then
export TARGETIMAGE=${TARGETIMAGEnogfx}
name: UPLOAD
default: yes_or_no
description: "Upload?"
+ - string:
+ name: BUILDONLY
+ default: ignore
+ description: "build only specified machine"
axes:
- axis:
type: user-defined
name: UPLOAD
default: yes_or_no
description: "Upload?"
+ - string:
+ name: BUILDONLY
+ default: ignore
+ description: "build only specified machine"
axes:
- axis:
type: user-defined