Skip to content

Commit

Permalink
Re-add Leap
Browse files Browse the repository at this point in the history
Follow-up of the previous cleanup to include zypper_docker still in
Leap.
  • Loading branch information
grisu48 committed Feb 29, 2024
1 parent 34144b1 commit 3b9b7a1
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 @@ -153,7 +153,7 @@ sub load_host_tests_docker {
unless (is_sle("<=15") && is_aarch64) {
# these 2 packages are not avaiable for <=15 (aarch64 only)
# zypper-docker is only available on SLES < 15-SP6
loadtest 'containers/zypper_docker' if (is_sle("<15-SP6"));
loadtest 'containers/zypper_docker' if (is_sle("<15-SP6") || is_leap("<15.6"));
loadtest 'containers/docker_runc';
}
unless (check_var('BETA', 1) || is_sle_micro || is_microos || is_leap_micro || is_staging) {
Expand Down

0 comments on commit 3b9b7a1

Please sign in to comment.