Skip to content

Commit

Permalink
Merge pull request #978 from jordimassaguerpla/25073
Browse files Browse the repository at this point in the history
Update to Leap 15.5 Uyuni-Master-tests-code-coverage pipeline
  • Loading branch information
jordimassaguerpla authored Oct 10, 2023
2 parents 43d3ee4 + 1ba6bdc commit a1edeb8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions terracumber_config/tf_files/Uyuni-Master-tests-code-coverage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a1edeb8

Please sign in to comment.