Cirrus-CI: temporarily avoid qemu smoke test boot

Cirrus-CI has been red for some time because we're running out of disk
space on the ephemeral GCP VMs.  For now remove the package + qemu boot,
and just check for build regressions.

This change to be reverted once we have identified and addressed the
underlying issue.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2021-03-01 16:39:25 -05:00
parent 05b267e232
commit a7d593dd1d

View File

@ -13,7 +13,7 @@ env:
task: task:
timeout_in: 120m timeout_in: 120m
install_script: install_script:
- pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11 - pkg install -y llvm11
setup_script: setup_script:
- df -h - df -h
- pw useradd user - pw useradd user
@ -21,7 +21,3 @@ task:
- chown user:user /usr/obj/$(pwd -P) - chown user:user /usr/obj/$(pwd -P)
script: script:
- su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes buildworld buildkernel" - su user -c "make -j$(sysctl -n hw.ncpu) CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes buildworld buildkernel"
package_script:
- su user -c "make CROSS_TOOLCHAIN=llvm11 WITHOUT_TOOLCHAIN=yes PKG_FORMAT=tar packages"
test_script:
- sh tools/boot/ci-qemu-test.sh