Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2021 16:55:33 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: af11c2029006 - main - Cirrus-CI: show mounted filesystems and free space at start
Message-ID:  <202103011655.121GtX1M063966@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=af11c2029006b64da41a78f2e2dcc910e13ce07a

commit af11c2029006b64da41a78f2e2dcc910e13ce07a
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-03-01 03:07:05 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-03-01 16:54:37 +0000

    Cirrus-CI: show mounted filesystems and free space at start
    
    CI runs have been encountering disk full errors.  Add a `df` invocation
    so that we can see what we're working with.
---
 .cirrus.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index c577ca8aeca3..e34b99523561 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -14,7 +14,8 @@ task:
   timeout_in: 120m
   install_script:
   - pkg install -y qemu42 uefi-edk2-qemu-x86_64 llvm11
-  setup_user_script:
+  setup_script:
+  - df -h
   - pw useradd user
   - mkdir -p /usr/obj/$(pwd -P)
   - chown user:user /usr/obj/$(pwd -P)



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