Skip to content

Commit 637099d

Browse files
[CI] Add "mos-child-deploy" trigger to triggerPatchedComponentDemo
Related: PRODX-40260 Change-Id: I068d3cfa405a1e36db7ab1f196494ecbd1638e53
1 parent a89e16a commit 637099d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/mirantis/mk/KaasUtils.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -1090,6 +1090,7 @@ def triggerPatchedComponentDemo(component, patchSpec = '', configurationFile = '
10901090
booleanParam(name: 'UPGRADE_MGMT_CLUSTER', value: triggers.upgradeMgmtEnabled),
10911091
booleanParam(name: 'AUTO_UPGRADE_MCC', value: triggers.autoUpgradeMgmtEnabled),
10921092
booleanParam(name: 'ENABLE_LMA_LOGGING', value: triggers.enableLMALoggingEnabled),
1093+
booleanParam(name: 'DEPLOY_MOS_CHILD_CLUSTER', value: triggers.mosDeployChild),
10931094
booleanParam(name: 'DEPLOY_OS_ON_MOS', value: triggers.deployOsOnMosEnabled),
10941095
booleanParam(name: 'RUN_UI_E2E', value: triggers.runUie2eEnabled),
10951096
booleanParam(name: 'RUN_MGMT_CFM', value: triggers.runMgmtConformanceEnabled),

0 commit comments

Comments
 (0)