[CI][core] Include disable Bv2Smoke to disable-all-demo trigger

PRODX-23517

Change-Id: I39e992b1889143cbac747acec2c3ba26173443b8
diff --git a/src/com/mirantis/mk/KaasUtils.groovy b/src/com/mirantis/mk/KaasUtils.groovy
index 2b1b75b..07fa16f 100644
--- a/src/com/mirantis/mk/KaasUtils.groovy
+++ b/src/com/mirantis/mk/KaasUtils.groovy
@@ -333,7 +333,8 @@
         enableVsphereDemo = false
         enableOSDemo = false
         enableBMDemo = false
-        common.errorMsg('vSphere, BM, Openstack demo deployments will be aborted, VF -1 will be set')
+        enableBv2Smoke = false
+        common.errorMsg('vSphere, BM, Openstack, demo deployments and Bootstrap v2 smoke checks will be aborted, VF -1 will be set')
     }
 
     if (commitMsg ==~ /(?s).*\[disable-os-demo\].*/ || env.GERRIT_EVENT_COMMENT_TEXT ==~ /(?s).*disable-os-demo\.*/) {