aboutsummaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2021-06-02 14:42:57 +0000
committerEd Maste <emaste@FreeBSD.org>2021-06-03 02:41:20 +0000
commitdd41de95a84d979615a2ef11df6850622bf6184e (patch)
treee31520ab4fe23ea0c01ad51134896c170a8b1087 /.cirrus.yml
parent441e69e419effac0225a45f4cdb948280b8ce5ab (diff)
downloadsrc-dd41de95a84d979615a2ef11df6850622bf6184e.tar.gz
src-dd41de95a84d979615a2ef11df6850622bf6184e.zip
Cirrus-CI: retry pkg installation on failure
Pkg installation failed somewhat frequently, always at: [62/104] Fetching jpeg-turbo-2.0.6.txz: .......... done pkg: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/All/jbigkit-2.1_1.txz: No route to host Move pkg installation to a script and retry once upon failure as a (hopefully temporary) workaround. Reviewed by: imp MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D30613
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 2cc2243162ac..823d8bc2e1b0 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -17,7 +17,7 @@ task:
name: World and kernel amd64 build and boot smoke test
timeout_in: 120m
install_script:
- - pkg install -y qemu uefi-edk2-qemu-x86_64 llvm12
+ - sh .cirrus-ci/pkg-install.sh qemu uefi-edk2-qemu-x86_64 llvm12
setup_script:
- uname -a
- df -m