From 0d8aa6aa4864779ec6a12300884fd5496053c9b9 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 26 Nov 2023 22:01:17 +0100 Subject: [PATCH] .cirrus.yml: Report failures from CentOS 9 and Fedora 39. --- .cirrus.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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: -- 2.47.2