From 594b7e0c01dd0edf03a34cb802e4ab90c352e98b Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Thu, 5 Oct 2023 16:51:47 +0200 Subject: [PATCH 1/2] Update to Leap 15.5 Uyuni-Master-tests-code-coverage pipeline fixes https://github.com/SUSE/spacewalk/issues/22703 Signed-off-by: Jordi Massaguer Pla --- .../tf_files/Uyuni-Master-tests-code-coverage.tf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf b/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf index e820671a3..ad21b8f0f 100644 --- a/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf +++ b/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf @@ -102,7 +102,7 @@ module "cucumber_testsuite" { cc_username = var.SCC_USER cc_password = var.SCC_PASSWORD - images = ["rocky8o", "opensuse154o", "ubuntu2204o", "sles15sp4o"] + images = ["rocky8o", "opensuse154o", "opensuse155o" "ubuntu2204o", "sles15sp4o"] use_avahi = false name_prefix = "suma-codecov-" @@ -144,7 +144,7 @@ module "cucumber_testsuite" { install_salt_bundle = true } suse-minion = { - image = "opensuse154o" + image = "opensuse155o" name = "min-suse" provider_settings = { mac = "aa:b2:92:04:00:f4" @@ -154,7 +154,7 @@ module "cucumber_testsuite" { install_salt_bundle = true } suse-sshminion = { - image = "opensuse154o" + image = "opensuse155o" name = "minssh-suse" provider_settings = { mac = "aa:b2:92:04:00:f5" @@ -200,14 +200,14 @@ module "cucumber_testsuite" { install_salt_bundle = true } kvm-host = { - image = "opensuse154o" + image = "opensuse155o" name = "min-kvm" additional_grains = { hvm_disk_image = { leap = { hostname = "min-nested" - image = "http://minima-mirror-ci-bv.mgr.prv.suse.net/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2" - hash = "http://minima-mirror-ci-bv.mgr.prv.suse.net/distribution/leap/15.4/appliances/openSUSE-Leap-15.4-JeOS.x86_64-OpenStack-Cloud.qcow2.sha256" + image = "http://minima-mirror-ci-bv.mgr.suse.de/distribution/leap/15.5/appliances/openSUSE-Leap-15.5-Minimal-VM.x86_64-Cloud.qcow2" + hash = "http://minima-mirror-ci-bv.mgr.suse.de/distribution/leap/15.5/appliances/openSUSE-Leap-15.5-Minimal-VM.x86_64-Cloud.qcow2.sha256" } sles = { hostname = "min-nested" From 1ba6bdcc0d3b24f42f633583a871d426a0bc5504 Mon Sep 17 00:00:00 2001 From: Jordi Massaguer Pla Date: Tue, 10 Oct 2023 10:15:32 +0200 Subject: [PATCH 2/2] Update terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf fix syntax Co-authored-by: Marina Latini --- terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf b/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf index ad21b8f0f..0f7ed036f 100644 --- a/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf +++ b/terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf @@ -102,7 +102,7 @@ module "cucumber_testsuite" { cc_username = var.SCC_USER cc_password = var.SCC_PASSWORD - images = ["rocky8o", "opensuse154o", "opensuse155o" "ubuntu2204o", "sles15sp4o"] + images = ["rocky8o", "opensuse154o", "opensuse155o", "ubuntu2204o", "sles15sp4o"] use_avahi = false name_prefix = "suma-codecov-"