Skip to content

Commit

Permalink
.cirrus.yml: remove obsolete platforms, add recent ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Nov 26, 2023
1 parent c6ac03f commit 73524c2
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
#
release_ready_task:
container:
image: collectd/ci:buster_amd64
image: collectd/ci:bookworm_amd64
lint_script:
- /checks/check-bashisms.sh
- /checks/check-pod.sh
Expand All @@ -27,22 +27,10 @@ release_ready_task:
debian_default_toolchain_task:
matrix:
- container:
image: collectd/ci:buster_amd64
image: collectd/ci:bookworm_amd64
allow_failures: false
- container:
image: collectd/ci:stretch_amd64
allow_failures: false
- container:
image: collectd/ci:stretch_i386
allow_failures: false
- container:
image: collectd/ci:xenial_amd64
allow_failures: false
- container:
image: collectd/ci:bionic_amd64
allow_failures: false
- container:
image: collectd/ci:focal_amd64
image: collectd/ci:mantic_amd64
allow_failures: false
- container:
image: collectd/ci:sid_amd64 # unstable
Expand Down Expand Up @@ -70,14 +58,14 @@ debian_default_toolchain_task:
#
redhat_default_toolchain_task:
matrix:
- allow_failures: true
- container:
image: collectd/ci:el9_x86_64
allow_failures: true
skip_notifications: true
container:
image: collectd/ci:el7_x86_64 # TODO: fix this platform
- allow_failures: true
- container:
image: collectd/ci:fedora39
allow_failures: true
skip_notifications: true
container:
image: collectd/ci:fedora28_x86_64
# fedora/rawhide is expected to fail
- allow_failures: true
skip_notifications: true
Expand Down

0 comments on commit 73524c2

Please sign in to comment.