From: Florian Forster Date: Mon, 14 Sep 2020 06:36:40 +0000 (+0200) Subject: .cirrus.yml: Add Debian Buster. X-Git-Tag: 6.0.0-rc0~140^2~2^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c5d6a5cfca8345b2a3881757c8872cdee57ad29;p=thirdparty%2Fcollectd.git .cirrus.yml: Add Debian Buster. --- diff --git a/.cirrus.yml b/.cirrus.yml index 3e9830703..fd4563446 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,7 @@ env: # release_ready_task: container: - image: collectd/ci:stretch_amd64 + image: collectd/ci:buster_amd64 lint_script: - /checks/check-bashisms.sh - /checks/check-pod.sh @@ -26,18 +26,21 @@ release_ready_task: # debian_default_toolchain_task: matrix: - - allow_failures: false - container: + - container: + image: collectd/ci:buster_amd64 + allow_failures: false + - container: image: collectd/ci:stretch_amd64 - - allow_failures: false - container: + allow_failures: false + - container: image: collectd/ci:stretch_i386 - - allow_failures: false - container: + allow_failures: false + - container: image: collectd/ci:trusty_amd64 - - allow_failures: false - container: + allow_failures: false + - container: image: collectd/ci:xenial_amd64 + allow_failures: false # debian/unstable is expected to fail - allow_failures: true skip_notifications: true