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

ci: comment on platforms defaulting to python 3.6

parent d7bcde1d
Branches
Tags
1 merge request!1411ci: refresh versions of tested distros
......@@ -631,12 +631,17 @@ 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
......
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