Skip to content

Commit

Permalink
Add 5.0 registry for both SLE envs (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsamis authored Oct 16, 2024
1 parent 14faac9 commit f21f403
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node('sumaform-cucumber') {
value: minionList,
defaultValue: minionList,
description: 'Node list to run during BV'),
string(name: 'container_repository', defaultValue: 'registry.suse.de/suse/maintenance/347951/suse_sle-15-sp6_update_products_manager50_update_containerfile', description: 'Proxy and server container registry'),
string(name: 'container_repository', defaultValue: 'registry.suse.de/suse/sle-15-sp6/update/products/manager50/update/containerfile', description: 'Proxy and server container registry'),
// This is different than other pipelines to make it work with the simple proxy_traditional without refactoring all feature files
booleanParam(name: 'use_previous_terraform_state', defaultValue: true, description: 'Use previous Terraform state'),
booleanParam(name: 'must_deploy', defaultValue: true, description: 'Deploy'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ node('sumaform-cucumber-provo') {
value: minionList,
defaultValue: minionList,
description: 'Node list to run during BV'),
string(name: 'container_repository', defaultValue: 'registry.suse.de/suse/maintenance/347951/suse_sle-15-sp6_update_products_manager50_update_containerfile', description: 'Proxy and server container registry'),
string(name: 'container_repository', defaultValue: 'registry.suse.de/suse/sle-15-sp6/update/products/manager50/update/containerfile', description: 'Proxy and server container registry'),
// This is different than other pipelines to make it work with the simple proxy_traditional without refactoring all feature files
booleanParam(name: 'use_previous_terraform_state', defaultValue: true, description: 'Use previous Terraform state'),
booleanParam(name: 'must_deploy', defaultValue: true, description: 'Deploy'),
Expand Down

0 comments on commit f21f403

Please sign in to comment.