Date: Wed, 2 Jun 2021 14:51:21 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 05b9673637fe - stable/12 - Cirrus-CI: avoid boot smoke test on stable/12 Message-ID: <202106021451.152EpLIB016676@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=05b9673637feedb3ef0cf51fd9b7e914b08f7554 commit 05b9673637feedb3ef0cf51fd9b7e914b08f7554 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-06-02 14:11:40 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-06-02 14:49:29 +0000 Cirrus-CI: avoid boot smoke test on stable/12 The boot smoke test boots from a FAT filesystem (created in-memory by QEMU), but this does not work on stable/12: mountroot: waiting for device /dev/ada0s1... Mounting from msdosfs:/dev/ada0s1 failed with error 19. For now on stable/12 use Cirrus-CI as only a build test. Sponsored by: The FreeBSD Foundation --- .cirrus.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ec87c371aca2..ed89c0061973 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,5 +14,8 @@ task: - pkg install -y qemu-devel uefi-edk2-qemu-x86_64 script: - make -j$(sysctl -n hw.ncpu) WITHOUT_TOOLCHAIN=yes buildworld buildkernel - test_script: - - sh tools/boot/ci-qemu-test.sh +# FAT root fs fails on stable/12: +# Mounting from msdosfs:/dev/ada0s1 failed with error 19. +# +# test_script: +# - sh tools/boot/ci-qemu-test.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106021451.152EpLIB016676>