Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jan 2023 16:11:52 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 170d10421a42 - main - Cirrus-CI: add `gpart show` to setup script
Message-ID:  <202301031611.303GBqE8071917@gitrepo.freebsd.org>

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

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

commit 170d10421a4280475c301c98d02abadc5e14dad8
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-01-01 18:58:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-01-03 16:06:16 +0000

    Cirrus-CI: add `gpart show` to setup script
    
    GCP instances have stopped resizing the UFS root filesystem.  The 14.x
    snapshot image built from b1ef176eb528 works while c89209c674f2 fails.
    Discovered via testing a WIP branch in Cirrus-CI that uses
    `image: family/freebsd-14-0-snap`.
    
    Add `gpart show` to the setup script to confirm that the partition
    size (as set by Cirrus config / GCP) took effect and to help when
    investigating any similar issue in the future.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 .cirrus.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 83e1bd33292c..85a32d148723 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -34,6 +34,7 @@ task:
   - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG}
   setup_script:
   - uname -a
+  - gpart show
   - df -m
   - pkg --version
   - pw useradd user



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