summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormbeierl <mark.beierl@dell.com>2018-11-09 09:40:36 -0500
committermbeierl <mark.beierl@dell.com>2018-11-09 09:40:36 -0500
commit5b0cf21b45af885d2409df3897ea98dee498d354 (patch)
tree8d1341ef16b8eb027b182d4fe9e4e20a6f529645
parentc7842191ede010b05366204668cb3c80518461e5 (diff)
Fix Daily Jobs
Update the current set of modules used by the daily job as the previous versions do not work anymore Change-Id: I791cce982668e00460f82388a5cbca48fcd249ea Signed-off-by: mbeierl <mark.beierl@dell.com>
-rwxr-xr-xci/daily.sh10
1 files changed, 3 insertions, 7 deletions
diff --git a/ci/daily.sh b/ci/daily.sh
index ada8cfd..4711475 100755
--- a/ci/daily.sh
+++ b/ci/daily.sh
@@ -30,13 +30,9 @@ virtualenv "${WORKSPACE}/ci/job/storperf_daily_venv"
# shellcheck source=/dev/null
source "${WORKSPACE}/ci/job/storperf_daily_venv/bin/activate"
-pip install --upgrade setuptools==33.1.1
-pip install cryptography==1.7.2
-pip install functools32==3.2.3.post2
-pip install pytz==2016.10
-pip install osc_lib==1.3.0
-pip install python-openstackclient==3.7.0
-pip install python-heatclient==1.16.0
+pip install --upgrade setuptools==40.5.0
+pip install python-openstackclient==3.16.1
+pip install python-heatclient==1.16.1
"${WORKSPACE}/ci/generate-admin-rc.sh"