From 1c5d6a5cfca8345b2a3881757c8872cdee57ad29 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 14 Sep 2020 08:36:40 +0200 Subject: [PATCH] .cirrus.yml: Add Debian Buster. --- .cirrus.yml | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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 -- 2.47.2