Skip to content

Commit 0ea9db0

Browse files
authored
Set NODE_TO_LABEL_AS_GW to empty default (#762)
Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com>
1 parent 065f9c0 commit 0ea9db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkinsfiles/gcp-osp-aro.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ podTemplate(yaml: readTrusted('jenkinsfiles/SubmarinerAgentPod.yaml')) {
1313
extendedChoice(name: 'PLATFORM', description: 'The managed clusters platform that should be tested',
1414
value: 'aws,gcp,azure,vsphere,osp,aro,rosa', defaultValue: 'gcp,osp,aro', multiSelectDelimiter: ',', type: 'PT_CHECKBOX', visibleItemCount: 7),
1515
booleanParam(name: 'SUBMARINER_GATEWAY_RANDOM', defaultValue: true, description: 'Deploy two submariner gateways on one of the clusters'),
16-
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: 'mbabushk-osp', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
16+
string(name: 'NODE_TO_LABEL_AS_GW', defaultValue: 'submqe-osp', description: 'Specify cluster node to be manually labeled as Submariner Gateway'),
1717
credentials(name: 'SUBMARINER_CONFIG', defaultValue: 'acm-2.11-subm-0.18-gcp-osp-aro', description: 'Submariner config for environment deploy',
1818
required: true, credentialType: 'org.jenkinsci.plugins.plaincredentials.impl.FileCredentialsImpl')
1919
])

0 commit comments

Comments
 (0)