[CI] Disable fullupgrade for child

Task: https://mirantis.jira.com/browse/PRODX-33510

Change-Id: I5f7799528410849bb0b7cf11b971591aa4a8b324
diff --git a/src/com/mirantis/mk/KaasUtils.groovy b/src/com/mirantis/mk/KaasUtils.groovy
index 21f7ea8..f5c9d88 100644
--- a/src/com/mirantis/mk/KaasUtils.groovy
+++ b/src/com/mirantis/mk/KaasUtils.groovy
@@ -144,7 +144,9 @@
     if (commitMsg ==~ /(?s).*\[child-upgrade-full\].*/ || env.GERRIT_EVENT_COMMENT_TEXT ==~ /(?s).*child-upgrade-full.*/) {
         deployChild = true
         upgradeChild = true
-        fullUpgradeChild = true
+        common.warningMsg("2-step child updates are not testing (PRODX-33510)")
+        //TODO: revert after start testing the two-step upgrade again (PRODX-33510)
+        //fullUpgradeChild = true
     }
     def childDeployMatches = (commitMsg =~ /(\[child-deploy\s*(\w|\-)+?\])/)
     if (childDeployMatches.size() > 0) {