Skip to content

Commit

Permalink
Merge pull request #20713 from KuxaBeast/quadlet
Browse files Browse the repository at this point in the history
Hotfix Podman Quadlet SLE Micro 6.0
  • Loading branch information
mloviska authored Nov 29, 2024
2 parents e6f17e3 + 4950fdb commit 5ec9485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main_containers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ sub load_host_tests_podman {
# Netavark not supported in 15-SP1 and 15-SP2 (due to podman version older than 4.0.0)
loadtest 'containers/podman_netavark' unless (is_staging || is_sle("<15-sp3") || is_ppc64le);
loadtest('containers/skopeo', run_args => $run_args, name => $run_args->{runtime} . "_skopeo") unless (is_sle('<15') || is_sle_micro('<5.5'));
loadtest 'containers/podman_quadlet' unless (is_sle("<16") || is_sle_micro("<6.0"));
loadtest 'containers/podman_quadlet' unless (is_sle("<16") || is_sle_micro("<6.1"));
# https://github.com/containers/podman/issues/5732#issuecomment-610222293
# exclude rootless podman on public cloud because of cgroups2 special settings
unless (is_openstack || is_public_cloud) {
Expand Down

0 comments on commit 5ec9485

Please sign in to comment.