Skip to content

Commit

Permalink
Merge pull request #723 from shubhamshinde360/PA-6416
Browse files Browse the repository at this point in the history
(PA-6416) Update task acceptance for Ubuntu 24.04 amd64/aarch64
  • Loading branch information
shubhamshinde360 authored Jun 20, 2024
2 parents 89688c8 + da5ae10 commit cae2480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task_spec/spec/acceptance/init_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def latest_platform_list
%r{
el-9-aarch64|
ubuntu-22\.04-aarch64|
ubuntu-24|
amazon-2023|
amazon-2|
osx-14|
Expand Down Expand Up @@ -105,7 +106,7 @@ def latest_platform_list
# true
# end
multiple_puppet7_versions = case target_platform
when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64|el-9-ppc64le|amazon-2}
when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64|el-9-ppc64le|amazon-2|ubuntu-24}
false
else
true
Expand Down
1 change: 1 addition & 0 deletions tasks/install_shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ case $platform in
"18.04") deb_codename="bionic";;
"20.04") deb_codename="focal";;
"22.04") deb_codename="jammy";;
"24.04") deb_codename="noble";;
esac
filetype="deb"
filename="${collection}-release-${deb_codename}.deb"
Expand Down

0 comments on commit cae2480

Please sign in to comment.