Skip to content

Commit

Permalink
Merge pull request os-autoinst#20658 from mgrossu/skip_kiwi_sles16_on…
Browse files Browse the repository at this point in the history
…_mls

Skip kiwi_10.1 on MLS
  • Loading branch information
grisu48 authored Nov 18, 2024
2 parents a174761 + e3188ea commit c1b7752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/containers/bci_test.pm
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ sub skip_testrun {
return 1 if (check_var('BCI_IMAGE_NAME', 'spack') && check_version('<15', get_required_var('HOST_VERSION')));

# Skip Kiwi on RES, CentOS, Ubuntu
my $bci_image_name = get_var('BCI_IMAGE_NAME');
return 1 if (
check_var('BCI_IMAGE_NAME', 'kiwi') &&
(get_var('BCI_IMAGE_NAME') =~ m/kiwi/g) &&
(
check_var('HOST_VERSION', 'LIBERTY9') ||
check_var('HOST_VERSION', 'centos') ||
Expand Down

0 comments on commit c1b7752

Please sign in to comment.