aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-06-02 14:11:40 +0000
committerEd Maste <emaste@FreeBSD.org>2021-06-02 14:49:29 +0000
commit05b9673637feedb3ef0cf51fd9b7e914b08f7554 (patch)
tree8af02d01a29420b9864261e93065a8e4490a8322
parent138c9932888f5d0f331a675ec1fa925fcb707976 (diff)
downloadsrc-05b9673637feedb3ef0cf51fd9b7e914b08f7554.tar.gz
src-05b9673637feedb3ef0cf51fd9b7e914b08f7554.zip
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
-rw-r--r--.cirrus.yml7
1 files 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