diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2015-09-21 08:25:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-09-21 08:25:51 +0000 |
commit | 2b29b25aac6ac1d29eca3f86333247eff7ddfb7d (patch) | |
tree | 94d2d49ac91389047cf108981d0bf6a1d5173fe7 | |
parent | 4f14fb148999f57ef3efd79102447be0db1f11ac (diff) | |
parent | 6955011c12a4c4c83fafef8921622e6dd683995b (diff) |
Merge "Disable Fuel Healthcheck temporarily because of Opendaylight it will fail everytime"
-rw-r--r-- | jjb/genesis/genesis-fuel.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/genesis/genesis-fuel.yml b/jjb/genesis/genesis-fuel.yml index f13dc070c..fb25b07b6 100644 --- a/jjb/genesis/genesis-fuel.yml +++ b/jjb/genesis/genesis-fuel.yml @@ -604,8 +604,8 @@ # start the deployment echo "Issuing command" - echo "sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN" - sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN + echo "sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN -nh" + sudo $WORKSPACE/fuel/ci/deploy.sh -iso $WORKSPACE/opnfv.iso -dea $CONFDIR/dea.yaml -dha $CONFDIR/dha.yaml -s $TMPDIR -b $BRIDGE -p $PLUGIN -nh echo echo "--------------------------------------------------------" |