Do not let failure conditions of changes.py abort deployment script 60/51160/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Sun, 29 Jan 2017 00:47:58 +0000 (16:47 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Sun, 29 Jan 2017 00:47:58 +0000 (16:47 -0800)
Change-Id: Iad83d47bb73048feff4b992a8781466f175a2c32
Signed-off-by: Jamo Luhrsen <jluhrsen@redhat.com>
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 5c057535ce893fc27dc24a993f97cb5286a046f4..8d6b726774646f9e2f87eb7268272078c87585cf 100644 (file)
@@ -9,7 +9,7 @@ echo "showing recent changes that made it in to the distribution used by this jo
 pip install --upgrade urllib3
 python ${WORKSPACE}/test/tools/distchanges/changes.py -d /tmp/distribution_folder \
                   -u ${ACTUALBUNDLEURL} \
-                  -r ssh://jenkins-${SILO}@git.opendaylight.org:29418
+                  -r ssh://jenkins-${SILO}@git.opendaylight.org:29418 || true
 
 echo "#################################################"
 echo "##         Deploy Openstack 3-node             ##"