git: e25d02e0ccc7 - stable/13 - Cirrus-CI: add `gpart show` to setup script
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 17:36:25 UTC
The branch stable/13 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=e25d02e0ccc7987253c4d4ec1d87a192f6d47ee7
commit e25d02e0ccc7987253c4d4ec1d87a192f6d47ee7
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-01-01 18:58:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-01-09 17:26:34 +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
(cherry picked from commit 170d10421a4280475c301c98d02abadc5e14dad8)
---
.cirrus.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.cirrus.yml b/.cirrus.yml
index 90e41a1a7ec7..225840166cbc 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -37,6 +37,7 @@ task:
- sh .cirrus-ci/pkg-install.sh qemu-nox11 ${TOOLCHAIN_PKG}
setup_script:
- uname -a
+ - gpart show
- df -m
- pkg --version
- pw useradd user