Merge "Change score calculation for functest reporting"
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 9 Oct 2017 05:45:30 +0000 (05:45 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 9 Oct 2017 05:45:30 +0000 (05:45 +0000)
jjb/xci/xci-verify-jobs.yml

index 0a7b960..62b69fe 100644 (file)
           #!/bin/bash
 
           # skip the deployment if the patch doesn't impact the deployment
-          if [[ "$GERRIT_TOPIC" =~ 'skip-verify' ]]; then
+          if [[ "$GERRIT_TOPIC" =~ skip-verify|skip-deployment ]]; then
               echo "Skipping the deployment!"
               exit 0
           fi
           #!/bin/bash
 
           # skip the healthcheck if the patch doesn't impact the deployment
-          if [[ "$GERRIT_TOPIC" =~ 'skip-verify' ]]; then
+          if [[ "$GERRIT_TOPIC" =~ skip-verify|skip-deployment ]]; then
               echo "Skipping the healthcheck!"
               exit 0
           fi