]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
.cirrus.yml: Report failures from CentOS 9 and Fedora 39. 4166/head
authorFlorian Forster <octo@collectd.org>
Sun, 26 Nov 2023 21:01:17 +0000 (22:01 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 26 Nov 2023 21:01:17 +0000 (22:01 +0100)
.cirrus.yml

index 8b8f40fafb8627ce148a4ee304067214ab088d2b..b2cee41f6b4df81f50c0ac56f5fe00d06136e1b2 100644 (file)
@@ -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: