Skip to content

Commit

Permalink
Fix squad prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 committed Dec 1, 2024
1 parent 4aaf9f6 commit 62e3bea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module "cucumber_testsuite" {
images = ["rocky8o", "opensuse155o", "ubuntu2204o", "sles15sp4o", "slemicro55o"]

use_avahi = false
name_prefix = "suma-testhexagon-"
name_prefix = "suma-test-hexagon-"
domain = "mgr.suse.de"
from_email = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-Test-Naica-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "cucumber_testsuite" {
images = ["centos7o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]

use_avahi = false
name_prefix = "suma-testnaica-"
name_prefix = "suma-test-naica-"
domain = "mgr.suse.de"
from_email = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-Test-Orion-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module "cucumber_testsuite" {
images = ["rocky8o", "opensuse155o", "sles15sp4o", "ubuntu2204o", "slemicro55o", "leapmicro55o"]

use_avahi = false
name_prefix = "suma-testorion-"
name_prefix = "suma-test-orion-"
domain = "mgr.suse.de"
from_email = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion terracumber_config/tf_files/SUSEManager-Test-Vega-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module "cucumber_testsuite" {
images = ["centos7o", "opensuse155o", "sles15sp4o", "ubuntu2204o"]

use_avahi = false
name_prefix = "suma-testvega-"
name_prefix = "suma-test-vega-"
domain = "mgr.suse.de"
from_email = "[email protected]"

Expand Down

0 comments on commit 62e3bea

Please sign in to comment.