Skip to content

Commit

Permalink
Address suggestions
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Gedon <[email protected]>
  • Loading branch information
nodeg committed Jan 18, 2024
1 parent 611004c commit 96a6e60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Results HEAD Build Validation $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "Results 5.0 Build Validation $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand Down Expand Up @@ -159,8 +159,8 @@ module "server_containerized" {
data_pool = "ssd"
}
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0/server"
helm_chart_url = "oci://registry.suse.de/devel/galaxy/manager/head/charts/suse/manager/5.0/server-helm"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0/server:latest"
helm_chart_url = "oci://registry.suse.de/devel/galaxy/manager/head/charts/suse/manager/5.0/server-helm:latest"

server_mounted_mirror = "minima-mirror-ci-bv.mgr.suse.de"
java_debugging = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ variable "CUCUMBER_RESULTS" {

variable "MAIL_SUBJECT" {
type = string
default = "Results HEAD Build Validation $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
default = "Results 5.0 Build Validation $status: $tests scenarios ($failures failed, $errors errors, $skipped skipped, $passed passed)"
}

variable "MAIL_TEMPLATE" {
Expand Down Expand Up @@ -305,8 +305,8 @@ module "server_containerized" {
data_pool = "ssd"
}
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0/server"
helm_chart_url = "oci://registry.suse.de/devel/galaxy/manager/head/charts/suse/manager/5.0/server-helm"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0/server:latest"
helm_chart_url = "oci://registry.suse.de/devel/galaxy/manager/head/charts/suse/manager/5.0/server-helm:latest"

server_mounted_mirror = "minima-mirror-ci-bv.mgr.prv.suse.net"
java_debugging = false
Expand Down

0 comments on commit 96a6e60

Please sign in to comment.