From: Florian Forster Date: Sun, 26 Nov 2023 21:01:17 +0000 (+0100) Subject: .cirrus.yml: Report failures from CentOS 9 and Fedora 39. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4166%2Fhead;p=thirdparty%2Fcollectd.git .cirrus.yml: Report failures from CentOS 9 and Fedora 39. --- diff --git a/.cirrus.yml b/.cirrus.yml index 8b8f40faf..b2cee41f6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -60,18 +60,15 @@ redhat_default_toolchain_task: matrix: - container: image: collectd/ci:el9_x86_64 - allow_failures: true - skip_notifications: true + allow_failures: false - container: image: collectd/ci:fedora39 + allow_failures: false + - container: + image: collectd/ci:fedora_rawhide_x86_64 allow_failures: true skip_notifications: true - # fedora/rawhide is expected to fail - - allow_failures: true - skip_notifications: true only_if: $CIRRUS_BRANCH == 'main' - container: - image: collectd/ci:fedora_rawhide_x86_64 configure_script: - ./build.sh - gcc --version @@ -89,7 +86,7 @@ redhat_default_toolchain_task: # Some are expected to fail, others should always pass non_standard_toolchains_task: container: - image: collectd/ci:stretch_amd64 + image: collectd/ci:bookworm_amd64 only_if: $CIRRUS_PR == '' matrix: