Skip to content
Snippets Groups Projects

ci: refresh versions of tested distros

Merged Vladimír Čunát requested to merge ci-debian12 into 6.0
Compare and
1 file
+ 20
11
Preferences
Compare changes
+ 20
11
@@ -601,6 +601,11 @@ pkg:make-archive:
script:
- apkg build-dep
- apkg make-archive
pkg:debian-12:
<<: *pkg_test_deb
image: $CI_REGISTRY/packaging/apkg/full/debian-12
pkg:debian-11:
<<: *pkg_test_deb
image: $CI_REGISTRY/packaging/apkg/full/debian-11
@@ -614,26 +619,30 @@ pkg:ubuntu-20.04:
<<: *enable_repo_build
image: $CI_REGISTRY/packaging/apkg/full/ubuntu-20.04
pkg:fedora-37:
pkg:fedora-38:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-37
image: $CI_REGISTRY/packaging/apkg/full/fedora-38
pkg:fedora-36:
pkg:fedora-37:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/fedora-36
image: $CI_REGISTRY/packaging/apkg/full/fedora-37
pkg:alma-9:
<<: *pkg_test
image: $CI_REGISTRY/packaging/apkg/full/alma-9
pkg:opensuse-15.4:
<<: *pkg_test
<<: *enable_repo_build
image: $CI_REGISTRY/packaging/apkg/full/opensuse-15.4
allow_failure: true # SUSE is always special
# RHEL 8 derivatives would need more work due to *default* python being old
#pkg:rocky-8:
# <<: *pkg_test
# image: $CI_REGISTRY/packaging/apkg/full/rocky-8
# Leap 15.4 would need more work due to *default* python being old
#pkg:opensuse-15.4:
# <<: *pkg_test
# <<: *enable_repo_build
# image: $CI_REGISTRY/packaging/apkg/full/opensuse-15.4
# allow_failure: true # SUSE is always special
# }}}
allow_failure: true
pages:
image: $CI_REGISTRY/packaging/apkg/lxc/fedora-36