Skip to content
Snippets Groups Projects
Commit 09f3ac30 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

Merge !1411: ci: refresh versions of tested distros

parents ec65b230 ee434838
Branches
Tags
1 merge request!1411ci: refresh versions of tested distros
Pipeline #114237 waiting for manual action with stages
in 12 minutes and 22 seconds
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment