The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=ea9bc84658308c8bdef94b2bda00781ef7c473a6
commit ea9bc84658308c8bdef94b2bda00781ef7c473a6 Author: Brooks Davis <[email protected]> AuthorDate: 2026-03-05 10:23:51 +0000 Commit: Brooks Davis <[email protected]> CommitDate: 2026-03-05 10:23:51 +0000 cirrus-ci: move package_check after test Liveness is often more important than minor packaging glitches (which might well be the fault of a prior commit.) Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D55481 --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4d166e1c6818..83cfe6e5c591 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -162,13 +162,13 @@ task: package_script: - su user -c "make -j$(nproc) CROSS_TOOLCHAIN=${TOOLCHAIN} WITHOUT_TOOLCHAIN=yes packages" - package_check_script: - - su user -c "/usr/libexec/flua tools/pkgbase/metalog_reader.lua -c /usr/obj/$(pwd -P)/${TARGET}.${TARGET_ARCH}/worldstage/METALOG" - test_script: - sh .cirrus-ci/pkg-install.sh qemu-nox11 - sh tools/boot/ci-qemu-test.sh + package_check_script: + - su user -c "/usr/libexec/flua tools/pkgbase/metalog_reader.lua -c /usr/obj/$(pwd -P)/${TARGET}.${TARGET_ARCH}/worldstage/METALOG" + make_sysent_script: # Check that make sysent results were committed if required - make sysent
