Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 2021 17:52:09 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: 982cd9620615 - stable/13 - Cirrus-CI: temporarily avoid qemu smoke test boot
Message-ID:  <202103051752.125Hq9sw072207@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

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

commit 982cd962061552fbeb43e3bce2a5d7fd05231dde
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-03-05 17:49:23 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-03-05 17:51:04 +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
    
    (cherry picked from commit a7d593dd1da27833b5384349700bc3c7bcae6aad)
---
 .cirrus.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 840e0eb81e23..323567685b68 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:
   - uname -a
   - df -m
@@ -22,10 +22,6 @@ 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
   post_script:
   - df -m
   - du -m -s /usr/obj
\ No newline at end of file



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103051752.125Hq9sw072207>