From 4843ac12c703e4f463ab9ed92c2f378b7c8956a3 Mon Sep 17 00:00:00 2001 From: Maqsood Ahmad Date: Mon, 16 Oct 2023 19:47:11 +0530 Subject: [PATCH] (PA-5065) Add Ubuntu 22.04 (ARM64) to the puppet_agent module --- task_spec/spec/acceptance/init_spec.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/task_spec/spec/acceptance/init_spec.rb b/task_spec/spec/acceptance/init_spec.rb index f2fcbb32..a4699e9a 100644 --- a/task_spec/spec/acceptance/init_spec.rb +++ b/task_spec/spec/acceptance/init_spec.rb @@ -52,11 +52,11 @@ def log_output_errors(result) '7.19.0' when %r{osx-11} '7.7.0' - when %r{osx-12}, %r{ubuntu-22.04} + when %r{osx-12}, %r{ubuntu-22.04-amd64} '7.18.0' when %r{osx-13} '7.26.0' - when %r{el-9-aarch64} + when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64} 'latest' else '7.18.0' @@ -71,7 +71,7 @@ def log_output_errors(result) # else # end case target_platform - when %r{el-9-aarch64} + when %r{el-9-aarch64}, %r{ubuntu-22.04-aarch64} puppet_7_collection = 'puppet7-nightly' puppet_8_collection = 'puppet8-nightly' else