git: a7d593dd1da2 - main - Cirrus-CI: temporarily avoid qemu smoke test boot

Ed Maste emaste at FreeBSD.org
Mon Mar 1 22:37:58 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=a7d593dd1da27833b5384349700bc3c7bcae6aad

commit a7d593dd1da27833b5384349700bc3c7bcae6aad
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-03-01 21:39:25 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-03-01 22:37:26 +0000

    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
---
 .cirrus.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index e34b99523561..5e1b9fa3f9ee 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,7 +13,7 @@ env:
 task:
   timeout_in: 120m
   install_script:
-  - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
+  - pkg install -y llvm11
   setup_script:
   - df -h
   - pw useradd user
@@ -21,7 +21,3 @@ task:
   - chown user:user /usr/obj/$(pwd -P)
   script:
   - 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


More information about the dev-commits-src-all mailing list