Merge "adding change discovery tool to run and display merged patches from the runnin...
authorJamo Luhrsen <jluhrsen@redhat.com>
Fri, 20 Jan 2017 18:27:39 +0000 (18:27 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 20 Jan 2017 18:27:39 +0000 (18:27 +0000)
jjb/integration/include-raw-integration-deploy-openstack-run-test.sh

index 44ff09b550a6b9ed7a54476eafdcc3ec9ab2f15e..5c057535ce893fc27dc24a993f97cb5286a046f4 100644 (file)
@@ -4,6 +4,13 @@
 # script.
 source ${ROBOT_VENV}/bin/activate
 
+# TODO: remove this work to run changes.py if/when it's moved higher up to be visible at the Robot level
+echo "showing recent changes that made it in to the distribution used by this job"
+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
+
 echo "#################################################"
 echo "##         Deploy Openstack 3-node             ##"
 echo "#################################################"