Merge "Update Functest jjobs (patrole)"
authorJose Lausuch <jalausuch@suse.com>
Tue, 13 Mar 2018 13:03:49 +0000 (13:03 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 13 Mar 2018 13:03:49 +0000 (13:03 +0000)
jjb/xci/xci-set-scenario.sh

index 79b31bf..bc78101 100755 (executable)
@@ -92,6 +92,13 @@ if [[ "$GERRIT_TOPIC" =~ skip-verify|skip-deployment ]]; then
     echo "Skipping verify!"
     echo "DEPLOY_SCENARIO=os-nosdn-nofeature" > $WORK_DIRECTORY/scenario.properties
     exit 0
+elif [[ "$GERRIT_TOPIC" =~ 'force-verify' ]]; then
+    # Run the deployment with default installer and scenario when multiple things change
+    # and we want to force that.
+    echo "Forcing CI verification of default scenario and installer!"
+    echo "INSTALLER_TYPE=osa" > $WORK_DIRECTORY/scenario.properties
+    echo "DEPLOY_SCENARIO=os-nosdn-nofeature" >> $WORK_DIRECTORY/scenario.properties
+    exit 0
 fi
 
 if [[ $GERRIT_PROJECT == "releng-xci" ]]; then