Skip to content

Commit

Permalink
.cirrus.yml: Report failures from CentOS 9 and Fedora 39.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Nov 26, 2023
1 parent 93ec41f commit 0d8aa6a
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0d8aa6a

Please sign in to comment.