Skip to content

Commit

Permalink
Tweak Head CI for SUMA containerized server options (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
srbarrios authored Jan 23, 2024
1 parent fe54048 commit 76339f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terracumber_config/tf_files/SUSEManager-Head-NUE.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ module "cucumber_testsuite" {
auth_registry_password = "cucusecret"
git_profiles_repo = "https://github.com/uyuni-project/uyuni.git#:testsuite/features/profiles/internal_nue"

container_server = true

mirror = "minima-mirror-ci-bv.mgr.suse.de"
use_mirror_images = true
server_http_proxy = "http-proxy.mgr.suse.de:3128"
Expand All @@ -139,8 +141,6 @@ module "cucumber_testsuite" {
login_timeout = 28800
runtime = "podman"
container_repository = "registry.suse.de/devel/galaxy/manager/head/containers/suse/manager/5.0"
repository_disk_size = 150
database_disk_size = 50
}
proxy = {
provider_settings = {
Expand Down

0 comments on commit 76339f8

Please sign in to comment.