Skip to content

Commit cae2480

Browse files
Merge pull request #723 from shubhamshinde360/PA-6416
(PA-6416) Update task acceptance for Ubuntu 24.04 amd64/aarch64
2 parents 89688c8 + da5ae10 commit cae2480

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def latest_platform_list
4545
%r{
4646
el-9-aarch64|
4747
ubuntu-22\.04-aarch64|
48+
ubuntu-24|
4849
amazon-2023|
4950
amazon-2|
5051
osx-14|
@@ -105,7 +106,7 @@ def latest_platform_list
105106
# true
106107
# end
107108
multiple_puppet7_versions = case target_platform
108-
when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64|el-9-ppc64le|amazon-2}
109+
when %r{osx-13|osx-14|el-9-aarch64|debian-11-aarch64|el-9-ppc64le|amazon-2|ubuntu-24}
109110
false
110111
else
111112
true

tasks/install_shell.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,7 @@ case $platform in
711711
"18.04") deb_codename="bionic";;
712712
"20.04") deb_codename="focal";;
713713
"22.04") deb_codename="jammy";;
714+
"24.04") deb_codename="noble";;
714715
esac
715716
filetype="deb"
716717
filename="${collection}-release-${deb_codename}.deb"

0 commit comments

Comments
 (0)