Skip to content

Commit

Permalink
Invoke scripts with sh -ex instead of sh -x
Browse files Browse the repository at this point in the history
Currently jobs are failing to fetch the artifacts, but then continue
running and fail later on. It probably makes more sense to stop the
script early if the disk image could not be downloaded.
  • Loading branch information
arichardson committed Apr 9, 2021
1 parent e987fbd commit 8abdfb4
Show file tree
Hide file tree
Showing 124 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-aarch64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-aarch64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-aarch64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-aarch64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-amd64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=amd64 \
TARGET_ARCH=amd64 \
EXTRA_FLAGS=LD=ld.lld \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-amd64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=amd64 \
TARGET_ARCH=amd64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-amd64-dtrace_build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env \
SRCCONF=${SRCCONF} \
TARGET=amd64 \
TARGET_ARCH=amd64 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-amd64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-amd64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=1
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv6-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm \
TARGET_ARCH=armv6 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv6-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv6-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv7-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm \
TARGET_ARCH=armv7 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv7-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=arm \
TARGET_ARCH=armv7 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv7-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-armv7-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-i386-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=i386 \
TARGET_ARCH=i386 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-i386-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=i386 \
TARGET_ARCH=i386 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-i386-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-i386-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env \
WITH_LIB32=0 \
WITH_DEBUG=1 \
WITH_TESTS=1 \
sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=mips \
TARGET_ARCH=mips \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips-build_xtoolchain/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
CROSS_TOOLCHAIN=mips-gcc \
TARGET=mips \
TARGET_ARCH=mips \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=mips \
TARGET_ARCH=mips64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips64-build_xtoolchain/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
CROSS_TOOLCHAIN=mips64-gcc \
TARGET=mips \
TARGET_ARCH=mips64 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ rm -f kernel kernel.txz
fetch https://${ARTIFACT_SERVER}/${ARTIFACT_SUBDIR}/kernel.txz
tar Jxvf kernel.txz --strip-components 3 boot/kernel/kernel

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mips64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-mipsn32-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env \
SRCCONF=${SRCCONF} \
TARGET=mips \
TARGET_ARCH=mipsn32 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=powerpc \
TARGET_ARCH=powerpc \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=powerpc \
TARGET_ARCH=powerpc \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=powerpc \
TARGET_ARCH=powerpc64 \
KERNCONF=LINT64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=powerpc \
TARGET_ARCH=powerpc64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpc64le-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=powerpc \
TARGET_ARCH=powerpc64le \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-powerpcspe-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=powerpc \
TARGET_ARCH=powerpcspe \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-riscv64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=riscv \
TARGET_ARCH=riscv64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-riscv64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=riscv \
TARGET_ARCH=riscv64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-riscv64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rm -f kernel kernel.txz
fetch https://${ARTIFACT_SERVER}/${ARTIFACT_SUBDIR}/kernel.txz
tar Jxvf kernel.txz --strip-components 3 boot/kernel/kernel

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-riscv64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ export WITH_LIB32=0
export WITH_DEBUG=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-head.sh
sh -ex freebsd-ci/scripts/build/build-test_image-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-sparc64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=sparc64 \
TARGET_ARCH=sparc64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT-head.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-main-sparc64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=sparc64 \
TARGET_ARCH=sparc64 \
CROSS_TOOLCHAIN=sparc64-gcc6 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-aarch64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-aarch64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
sh -x freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-amd64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=amd64 \
TARGET_ARCH=amd64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-amd64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=amd64 \
TARGET_ARCH=amd64 \
sh -x freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-amd64-images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
WITH_DEBUG=1 \
WITH_DOC=1 \
WITH_TESTS=1 \
sh -x freebsd-ci/scripts/build/build-images.sh
sh -ex freebsd-ci/scripts/build/build-images.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-amd64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-amd64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
WITH_DEBUG=1 \
WITH_DOC=1 \
WITH_TESTS=1 \
sh -x freebsd-ci/scripts/build/build-test_image-11.sh
sh -ex freebsd-ci/scripts/build/build-test_image-11.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-armv6-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=arm \
TARGET_ARCH=armv6 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-i386-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=i386 \
TARGET_ARCH=i386 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-i386-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=i386 \
TARGET_ARCH=i386 \
sh -x freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-i386-images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
WITH_DEBUG=1 \
WITH_DOC=1 \
WITH_TESTS=1 \
sh -x freebsd-ci/scripts/build/build-images.sh
sh -ex freebsd-ci/scripts/build/build-images.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-i386-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-i386-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ env \
WITH_DEBUG=1 \
WITH_DOC=1 \
WITH_TESTS=1 \
sh -x freebsd-ci/scripts/build/build-test_image-11.sh
sh -ex freebsd-ci/scripts/build/build-test_image-11.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-powerpc-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=powerpc \
TARGET_ARCH=powerpc \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-powerpc64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=powerpc \
TARGET_ARCH=powerpc64 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-11-sparc64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=sparc64 \
TARGET_ARCH=sparc64 \
sh -x freebsd-ci/scripts/build/build-world-kernel.sh
sh -ex freebsd-ci/scripts/build/build-world-kernel.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-aarch64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-aarch64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=arm64 \
TARGET_ARCH=aarch64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-amd64-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=amd64 \
TARGET_ARCH=amd64 \
EXTRA_FLAGS=LD=ld.lld \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-amd64-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=amd64 \
TARGET_ARCH=amd64 \
SRCCONF=${WORKSPACE}/`dirname $0`/src.conf \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-amd64-images/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export WITH_DEBUG=1
export WITH_DOC=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-images.sh
sh -ex freebsd-ci/scripts/build/build-images.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-amd64-test/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disable-notyet-tests.sh
run-kyua.sh
"

sh -x freebsd-ci/scripts/test/run-tests.sh
sh -ex freebsd-ci/scripts/test/run-tests.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-amd64-testvm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ export WITH_DEBUG=1
export WITH_DOC=1
export WITH_TESTS=1

sh -x freebsd-ci/scripts/build/build-test_image-12.sh
sh -ex freebsd-ci/scripts/build/build-test_image-12.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-armv6-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ env \
JFLAG=${BUILDER_JFLAG} \
TARGET=arm \
TARGET_ARCH=armv6 \
sh -x ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
sh -ex ${WORKSPACE}/freebsd-ci/scripts/build/build-world-kernel-head.sh
2 changes: 1 addition & 1 deletion jobs/FreeBSD-stable-12-armv7-LINT/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ env \
TARGET=arm \
TARGET_ARCH=armv7 \
KERNCONF=LINT-V7 \
sh -x freebsd-ci/scripts/build/build-kernel-LINT.sh
sh -ex freebsd-ci/scripts/build/build-kernel-LINT.sh
Loading

0 comments on commit 8abdfb4

Please sign in to comment.