From 31dc30a80e119be5ac0c076c920b13e306e8a4ce Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 9 Jun 2016 16:26:21 -0700 Subject: [PATCH] Add more oslo libs to the run-tox-with-oslo-master script Add a few more of the (somewhat) widely used oslo libraries to the run-tox-with-oslo-master script that is used for various master checking against various projects (so that the oslo team knows that new libs won't be messing up various projects in unexpected ways). Change-Id: Ia65cb360290c7d8da394ea5d51ee2d8091018d6b --- jenkins/scripts/run-tox-with-oslo-master.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/jenkins/scripts/run-tox-with-oslo-master.sh b/jenkins/scripts/run-tox-with-oslo-master.sh index 3828f09229..f1ff4e3f0c 100755 --- a/jenkins/scripts/run-tox-with-oslo-master.sh +++ b/jenkins/scripts/run-tox-with-oslo-master.sh @@ -23,6 +23,12 @@ fi script_path=/usr/local/jenkins/slave_scripts cat << EOF > oslo-from-master.sh +pip install -q -U \ + -e git+https://git.openstack.org/openstack/automaton.git#egg=automaton +pip install -q -U \ + -e git+https://git.openstack.org/openstack/debtcollector.git#egg=debtcollector +pip install -q -U \ + -e git+https://git.openstack.org/openstack/futurist.git#egg=futurist pip install -q -U \ -e git+https://git.openstack.org/openstack/oslo.cache.git#egg=oslo.cache pip install -q -U \ @@ -63,6 +69,10 @@ pip install -q -U \ -e git+https://git.openstack.org/openstack/oslotest.git#egg=oslotest pip install -q -U \ -e git+https://git.openstack.org/openstack/oslo.db.git#egg=oslo.db +pip install -q -U \ + -e git+https://git.openstack.org/openstack/taskflow.git#egg=taskflow +pip install -q -U \ + -e git+https://git.openstack.org/openstack/tooz.git#egg=tooz pip freeze | grep oslo EOF