diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2026-03-05 10:23:51 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2026-03-05 10:23:51 +0000 |
| commit | ea9bc84658308c8bdef94b2bda00781ef7c473a6 (patch) | |
| tree | 2ef728e475369ce81ec9d04d704b5d701e30bf2d | |
| parent | d3eaa40282c7734385d028b6a4fb9574d17255e3 (diff) | |
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
| -rw-r--r-- | .cirrus.yml | 6 |
1 files 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 |
